Browse Source

Merge pull request #343 from alekc-forks/docs-fix

chore: add missing region key to aws provider in docs
paul-the-alien[bot] 4 years ago
parent
commit
c08502c2ac
2 changed files with 4 additions and 1 deletions
  1. 1 1
      docs/provider-aws-parameter-store.md
  2. 3 0
      docs/snippets/provider-aws-access.md

+ 1 - 1
docs/provider-aws-parameter-store.md

@@ -19,7 +19,7 @@ way users of the `SecretStore` can only access the secrets necessary.
 
 ### IAM Policy
 
-Create a IAM Policy to pin down access to secrets matching `dev-*`, for futher information see [AWS Documentation](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-access.html):
+Create a IAM Policy to pin down access to secrets matching `dev-*`, for further information see [AWS Documentation](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-access.html):
 
 ``` json
 {

+ 3 - 0
docs/snippets/provider-aws-access.md

@@ -19,6 +19,7 @@ spec:
   provider:
     aws:
       service: SecretsManager
+      region: eu-central-1
       # optional: do a sts:assumeRole before fetching secrets
       role: team-b
 ```
@@ -37,6 +38,7 @@ spec:
   provider:
     aws:
       service: SecretsManager
+      region: eu-central-1
       # optional: assume role before fetching secrets
       role: team-b
       auth:
@@ -78,6 +80,7 @@ spec:
   provider:
     aws:
       service: SecretsManager
+      region: eu-central-1
       auth:
         jwt:
           serviceAccountRef: