Skip to content
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

Feature: Export OIDC from Managed Cluster #3031

Closed
theunrepentantgeek opened this issue May 30, 2023 · 1 comment · Fixed by #3126
Closed

Feature: Export OIDC from Managed Cluster #3031

theunrepentantgeek opened this issue May 30, 2023 · 1 comment · Fixed by #3126
Assignees
Milestone

Comments

@theunrepentantgeek
Copy link
Member

theunrepentantgeek commented May 30, 2023

A ManagedCluster may optionally define an OIDC issuer for use with Federated Identity. We should allow publication of this value to a config-map to allow dynamic use by other resources.

See the property oidcIssuerProfile and the underlying type ManagedClusterOIDCIssuerProfile . The URL is available as issuerURL on the status.

(Requested in #2950 as an example of a wider requirement.)

@matthchr
Copy link
Member

matthchr commented Jun 5, 2023

There's also a way to get this for the current cluster you're in, if you're in a cluster which is OIDC enabled. That has benefits if you want the FederatedIdentityCredential to apply on the cluster you're on (which you probably want to)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

2 participants