Skip to content

Commit a700f03

Browse files
Added a note to the description for the secretKey parameter and entry to the example for the parameter.
Signed-off-by: michael pechner <mike.pechner@akasa.com>
1 parent 74e17fe commit a700f03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/2.17/concepts/authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The `credentials` section specifies AWS credentials, including the `accessKey` a
378378

379379
The `region` parameter is optional and represents the AWS region where the secret resides, defaulting to the default region if not specified.
380380

381-
The `secrets` list within `awsSecretManager` defines the mapping between the AWS Secret Manager secret and the authentication parameter used in your application, including the parameter name, AWS Secret Manager secret name, and an optional version parameter, defaulting to the latest version if unspecified.
381+
The `secrets` list within `awsSecretManager` defines the mapping between the AWS Secret Manager secret and the authentication parameter used in your application, including the parameter name, AWS Secret Manager secret name, an optional secret key parameter, and an optional version parameter, defaulting to the latest version if unspecified.
382382

383383
```yaml
384384
awsSecretManager:
@@ -400,6 +400,7 @@ awsSecretManager:
400400
- parameter: {param-name-used-for-auth} # Required.
401401
name: {aws-secret-name} # Required.
402402
version: {aws-secret-version} # Optional.
403+
secretKey: {aws-secret-key} # Optional.
403404
```
404405

405406
#### AWS Pod Identity Webhook for AWS

0 commit comments

Comments
 (0)