Skip to content

Commit

Permalink
Update docs/book/src/troubleshooting.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anish Ramasekar <[email protected]>
  • Loading branch information
mblaschke and aramase authored May 17, 2023
1 parent b781a56 commit 8de6690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/book/src/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ curl ${SERVICE_ACCOUNT_ISSUER}/.well-known/openid-configuration
curl ${SERVICE_ACCOUNT_ISSUER}/openid/v1/jwks
```

In a managed AKS cluster you also can get this OIDC issuer endpoint from the cluster json representation in ``properties.oidcIssuerProfile.issuerURL`` (you have to set API version to at least 2022-09-01). To test the endpoint try to access ``${AKS_oidcIssuerProfile_issuerURL}/.well-known/openid-configuration`` and you should get the OIDC configuration. If you can an error your OIDC endpoint deployment was failing.
If you're seeing this issue with an AKS cluster, to resolve the issue try to reconcile the cluster by running [`az aks update`](https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-update). If the issue persists after reconciliation, create an [Azure support ticket](https://azure.microsoft.com/en-us/support/create-ticket).

## Workload pod doesn't have the Azure specific environment variables and projected service account token volume after upgrading to v1.0.0
Expand Down

0 comments on commit 8de6690

Please sign in to comment.