-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v17] Adds
KindIdentityCenter
umbrella resource kind (#48809)
* Adds `KindIdentityCenter` umbrella resource kind The Identity Center integration manages several resource types, and specifying individal condition statements for each kind is both unwieldy and unnecessary - anyone that can manipulate one of these resources should be able to manilpate them all in the same way. In order to simplify things, this patch introduces an umbrella `KindIdentityCenter` that will represent _any_ `KindIdentityCenter*` resource in Role conditions and RBAC checks. * Update constants.go * Update Implicit role to use Umbrella kind Updates the default implicit rules to refrence the new `KindIdentityCenter` resource kind. Also updates comments on the covered `KindIdentityCenter*` kinds with a reminder to user `KindIdentityCenter` in RBAC checks. * Update constants.go
- Loading branch information
Showing
4 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters