-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Account Assignment IDs to IC Account & App Permission Set Lists #49747
Conversation
|
||
// AssignmentName is the name of an account assignment representing this | ||
// permission set being assigned to the enclosing account. | ||
string assignment_name = 4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this "assignment name", is this the name of some Teleport internal object or something else? Also, a permission set can be assigned to multiple accounts - is this going to be an issue, or is this PermissionSetInfo is supposed to be used within an account object it's assigned to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added explanatory comments
18e1f3b
to
3cc204d
Compare
🤖 Vercel preview here: https://docs-91o7jd8nl-goteleport.vercel.app/docs |
3cc204d
to
a3c8cdb
Compare
🤖 Vercel preview here: https://docs-eq1i0f6xo-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-9g0wroqw9-goteleport.vercel.app/docs |
Account Assignment resources represent potential Identity Center account assignments that will be created when a Teleport user is granted access to them via an Access Request. The UI needs to know which resources represent a given (Account, Permission Set) pair when building an access request, so this change allows Teleport to express this relationship in the enclosing Idenitity Center and App resources, rather than have the UI try and deduce it.
f25e964
to
1e8f8bc
Compare
🤖 Vercel preview here: https://docs-acsc4s526-goteleport.vercel.app/docs |
…ists Backports #49747 Account Assignment resources represent potential Identity Center account assignments that will be created when a Teleport user is granted access to them via an Access Request. The UI needs to know which resources represent a given (Account, Permission Set) pair when building an access request, so this change allows Teleport to express this relationship in the enclosing Idenitity Center and App resources, rather than have the UI try and deduce it.
…ists Backports #49747 Account Assignment resources represent potential Identity Center account assignments that will be created when a Teleport user is granted access to them via an Access Request. The UI needs to know which resources represent a given (Account, Permission Set) pair when building an access request, so this change allows Teleport to express this relationship in the enclosing Idenitity Center and App resources, rather than have the UI try and deduce it.
…ists (#49820) Backports #49747 Account Assignment resources represent potential Identity Center account assignments that will be created when a Teleport user is granted access to them via an Access Request. The UI needs to know which resources represent a given (Account, Permission Set) pair when building an access request, so this change allows Teleport to express this relationship in the enclosing Idenitity Center and App resources, rather than have the UI try and deduce it.
Account Assignment resources represent potential Identity Center
account assignments that will be created when a Teleport user is
granted access to them via an Access Request.
The UI needs to know which resources represent a given (Account,
Permission Set) pair when building an access request, so this change
allows Teleport to express this relationship in the enclosing
Idenitity Center and App resources, rather than have the UI try
and deduce it.