OidcIssuerProfile interface
OIDC Issuer Profile specifies attributes for workload identity integration.
Properties
| enabled | Whether to enable oidc issuer for workload identity integration. |
| issuer |
The issuer url for hybrid clusters connected to Arc used for the workload identity feature. |
| self |
The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature. |
Property Details
enabled
Whether to enable oidc issuer for workload identity integration.
enabled?: boolean
Property Value
boolean
issuerUrl
The issuer url for hybrid clusters connected to Arc used for the workload identity feature.
issuerUrl?: string
Property Value
string
selfHostedIssuerUrl
The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature.
selfHostedIssuerUrl?: string
Property Value
string