-
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 workload_identity_labels
to RoleCondition
#50071
Add workload_identity_labels
to RoleCondition
#50071
Conversation
🤖 Vercel preview here: https://docs-1v99hxzko-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-8r1mm7rzb-goteleport.vercel.app/docs |
workload_identity_labels
to RoleCondition
🤖 Vercel preview here: https://docs-m02gdzi8f-goteleport.vercel.app/docs |
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.
requesting a change here
🤖 Vercel preview here: https://docs-gdmrc0dsd-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-9h59j5cen-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-ompn2frlw-goteleport.vercel.app/docs |
🤖 Vercel preview here: https://docs-98rihoijk-goteleport.vercel.app/docs |
….com:gravitational/teleport into strideynet/add-workload-identity-role-labels
🤖 Vercel preview here: https://docs-a2crz4827-goteleport.vercel.app/docs |
@strideynet See the table below for backport results.
|
* Add WorkloadIdentityLabels field to role * Wire up access checker * Add validation for new field * Update CRDs * Add to terraform provider * Mispel some words to keep the republic happy * Add WorkloadIdentityLabelsExpression * Update Terraform provider * Add to operator CRD * PLS RUN CLA CHECK
* Add WorkloadIdentityLabels field to role * Wire up access checker * Add validation for new field * Update CRDs * Add to terraform provider * Mispel some words to keep the republic happy * Add WorkloadIdentityLabelsExpression * Update Terraform provider * Add to operator CRD * PLS RUN CLA CHECK
* Add WorkloadIdentityLabels field to role * Wire up access checker * Add validation for new field * Update CRDs * Add to terraform provider * Mispel some words to keep the republic happy * Add WorkloadIdentityLabelsExpression * Update Terraform provider * Add to operator CRD * PLS RUN CLA CHECK
* Add `workload_identity_labels` to RoleCondition (#50071) * Add WorkloadIdentityLabels field to role * Wire up access checker * Add validation for new field * Update CRDs * Add to terraform provider * Mispel some words to keep the republic happy * Add WorkloadIdentityLabelsExpression * Update Terraform provider * Add to operator CRD * PLS RUN CLA CHECK * Backport `resource153ToResourceWithLabelsAdapter`
Part of #49574
As per RFD 191: #49133
Adds the
workload_identity_labels
label matcher to role conditions. This will be used to grant/restrict access to issuing workload credentials using the WorkloadIdentity resource.This is a pre-req of a later PR that will introduce the IssueWorkloadIdentity RPC.