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

docs: fix aad url #1024

Merged
merged 1 commit into from Jul 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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