-
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.
Various improvements related to extending the dynamic access API, including: - Support for users with no statically defined roles. - Unify trait mapping logic (e.g. claims_to_roles) across the connector types. - Support for matcher syntax and claims_to_roles mappings when configuring which roles a user is able to request. - Allow tsh or the web UI to automatically generate wildcard access requests when dictated by role configuration. - Allow RBAC configuration to attach annotations to pending access requests which can be consumed by plugins. - Allow plugins to attach annotations to approvals/denials which appear in the audit log, and may also be looked up later to determine additional info about a resolution. - Support prompts, request reasons, and approval/denial reasons for access requests.
- Loading branch information
1 parent
679941f
commit af05ce3
Showing
31 changed files
with
3,501 additions
and
1,631 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
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
Oops, something went wrong.