Skip to content

Commit

Permalink
docs: fix aad url
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Jul 12, 2023
1 parent a5fc57d commit c9e6b26
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -35,7 +35,8 @@ Azure AD Workload Identity is an open source project that is [**not** covered by
<!-- - Ensure backward compatibility when upgrading from [AAD Pod Identity](https://github.com/Azure/aad-pod-identity). -->

[1]: https://github.com/Azure/aad-pod-identity
[2]: https://azure.microsoft.com/en-us/services/active-directory/
<!-- markdown-link-check-disable-next-line -->
[2]: https://azure.microsoft.com/products/active-directory/
[3]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
[4]: https://azure.github.io/azure-workload-identity/docs/quick-start.html
[5]: https://azure.github.io/azure-workload-identity/docs/installation/mutating-admission-webhook.html
Expand Down
6 changes: 4 additions & 2 deletions docs/book/src/quick-start.md
Expand Up @@ -419,15 +419,17 @@ az group delete --name "${RESOURCE_GROUP}"
az ad sp delete --id "${APPLICATION_CLIENT_ID}"
```

[1]: https://azure.microsoft.com/en-us/services/key-vault/
<!-- markdown-link-check-disable-next-line -->
[1]: https://azure.microsoft.com/services/key-vault/

[2]: https://kubernetes.io/docs/tasks/tools/

[3]: https://kind.sigs.k8s.io/docs/user/quick-start/#installation

[4]: https://www.docker.com/

[5]: https://azure.microsoft.com/en-us/
<!-- markdown-link-check-disable-next-line -->
[5]: https://azure.microsoft.com/

[6]: https://docs.microsoft.com/en-us/cli/azure/install-azure-cli

Expand Down
5 changes: 3 additions & 2 deletions docs/book/src/topics/language-specific-examples.md
Expand Up @@ -4,6 +4,7 @@ Azure AD Workload Identity works especially well with the [Azure SDK][1] and the

> You can swap the demo image used in the [quick start](../quick-start.md#7-deploy-workload) with images built from these example projects.
[1]: https://azure.microsoft.com/en-us/downloads/
<!-- markdown-link-check-disable-next-line -->
[1]: https://azure.microsoft.com/downloads/

[2]: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview
[2]: https://docs.microsoft.com/azure/active-directory/develop/msal-overview
4 changes: 2 additions & 2 deletions docs/book/src/troubleshooting.md
Expand Up @@ -70,8 +70,8 @@ export SERVICE_ACCOUNT_ISSUER="<your service account issuer url>" # see section
curl ${SERVICE_ACCOUNT_ISSUER}/.well-known/openid-configuration
curl ${SERVICE_ACCOUNT_ISSUER}/openid/v1/jwks
```

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).
<!-- markdown-link-check-disable-next-line -->
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/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/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 c9e6b26

Please sign in to comment.