Skip to content

Commit 8ecafef

Browse files
author
Justin
committed
update wording of upstream projects
1 parent c5a0f2c commit 8ecafef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/aks/developer-best-practices-pod-security.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,14 @@ Work with your cluster operator to determine what security context settings you
6666
6767
To limit the risk of credentials being exposed in your application code, avoid the use of fixed or shared credentials. Credentials or keys shouldn't be included directly in your code. If these credentials are exposed, the application needs to be updated and redeployed. A better approach is to give pods their own identity and way to authenticate themselves, or automatically retrieve credentials from a digital vault.
6868
69-
### Open-source solutions for dev/test
69+
### Use Azure Container Compute Upstream projects
7070
7171
> [!IMPORTANT]
72-
> Associated AKS open source projects are not supported by Azure technical support. They are provided to gather feedback and bugs from our community. These projects are not recommended for production use, but are evaluated for inclusion into AKS as a first class feature over time.
72+
> Associated AKS open source projects are not supported by Azure technical support. They are provided for users to self-install into clusters and gather feedback from our community.
7373
74-
The following [associated AKS open source projects][aks-associated-projects] let you automatically authenticate pods or request credentials and keys from a digital vault.
74+
The following [associated AKS open source projects][aks-associated-projects] let you automatically authenticate pods or request credentials and keys from a digital vault. These projects are maintained by the Azure Container Compute Upstream team and are part of a [broader list of projects available for use](https://github.com/Azure/container-compute-upstream/blob/master/README.md#support).
7575
76-
* Managed identities for Azure resources
77-
* [AAD Pod Identity][aad-pod-identity]
76+
* [Azure Active Directory Pod Identity][aad-pod-identity]
7877
* [Azure Key Vault Provider for Secrets Store CSI Driver](https://github.com/Azure/secrets-store-csi-driver-provider-azure#usage)
7978
8079
#### Use pod managed identities

0 commit comments

Comments
 (0)