Skip to content

Commit

Permalink
Documented adding secretKey parameter to access aws secret manager
Browse files Browse the repository at this point in the history
Doc for issue: kedacore/keda#5940
PR: kedacore/keda#6381

Signed-off-by: michael pechner <[email protected]>
  • Loading branch information
mpechner-akasa committed Dec 5, 2024
1 parent f12f165 commit 2c33b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ awsSecretManager:
- parameter: {param-name-used-for-auth} # Required.
name: {aws-secret-name} # Required.
version: {aws-secret-version} # Optional.
secretKey: {aws-secret-key} # Optionqal
```
3 changes: 2 additions & 1 deletion content/docs/2.17/concepts/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ spec:
- parameter: {param-name-used-for-auth} # Required.
name: {aws-secret-name} # Required.
version: {aws-secret-version} # Optional.
secretKey: {aws-secret-key} # Optional.
gcpSecretManager: # Optional.
secrets: # Required.
- parameter: {param-name-used-for-auth} # Required.
Expand Down Expand Up @@ -425,4 +426,4 @@ You can tell KEDA to use EKS Pod Identity Webhook via `podIdentity.provider`.
```yaml
podIdentity:
provider: aws-eks # Optional. Default: none
```
```

0 comments on commit 2c33b1b

Please sign in to comment.