mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
Added note about ParameterStore
This snippet is too generic and it may confuse users of Parameter Store backend in provided examples .
This commit is contained in:
parent
919e2eb856
commit
eeecc24819
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
![Pod Identity Authentication](./pictures/diagrams-provider-aws-auth-pod-identity.png)
|
![Pod Identity Authentication](./pictures/diagrams-provider-aws-auth-pod-identity.png)
|
||||||
|
|
||||||
|
Note: If you are using Paramater Store replace `service: SecretsManager` with `service: ParamaterStore` in all examples below.
|
||||||
|
|
||||||
This is basicially a zero-configuration authentication method that inherits the credentials from the runtime environment using the [aws sdk default credential chain](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default).
|
This is basicially a zero-configuration authentication method that inherits the credentials from the runtime environment using the [aws sdk default credential chain](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default).
|
||||||
|
|
||||||
You can attach a role to the pod using [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html), [kiam](https://github.com/uswitch/kiam) or [kube2iam](https://github.com/jtblin/kube2iam). When no other authentication method is configured in the `Kind=Secretstore` this role is used to make all API calls against AWS Secrets Manager or SSM Parameter Store.
|
You can attach a role to the pod using [IRSA](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html), [kiam](https://github.com/uswitch/kiam) or [kube2iam](https://github.com/jtblin/kube2iam). When no other authentication method is configured in the `Kind=Secretstore` this role is used to make all API calls against AWS Secrets Manager or SSM Parameter Store.
|
||||||
|
|
Loading…
Reference in a new issue