-
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 request.reason.mode to role conditions (proto only) #49256
Add request.reason.mode to role conditions (proto only) #49256
Conversation
f85ba50
to
4308e9a
Compare
🤖 Vercel preview here: https://docs-gj09phdxw-goteleport.vercel.app/docs |
4308e9a
to
85ed4e2
Compare
🤖 Vercel preview here: https://docs-iu8m740w9-goteleport.vercel.app/docs |
52ad350
to
ee9ad8c
Compare
ee9ad8c
to
5dc5c11
Compare
🤖 Vercel preview here: https://docs-awft6j3dy-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-h07p6w45s-goteleport.vercel.app/docs |
5dc5c11
to
a3c1ced
Compare
🤖 Vercel preview here: https://docs-hxpp0dsot-goteleport.vercel.app/docs |
a3c1ced
to
f31a96d
Compare
🤖 Vercel preview here: https://docs-g8dkf0qbj-goteleport.vercel.app/docs |
This changes the proto type (+validation) only to declutter the original PR #49124 The real changes are in - api/proto/teleport/legacy/types/types.proto - api/types/access_request.go - lib/auth/auth_with_roles.go - lib/auth/auth_with_roles_test.go The rest is all generated.
f31a96d
to
707dcfd
Compare
🤖 Vercel preview here: https://docs-niobmii1n-goteleport.vercel.app/docs |
Issue #20164
This changes the proto type (+validation) only to declutter the original PR #49124
The real changes are in
api/proto/teleport/legacy/types/types.proto
api/types/access_request.go
api/types/role.go
lib/auth/auth_with_roles.go
lib/auth/auth_with_roles_test.go
The rest is all generated.
I also added support for custom GOBIN in in integrations/terraform/Makefile in this PR #49259