Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Maddaus <[email protected]>
  • Loading branch information
IanMadd committed Nov 20, 2023
1 parent bcfb104 commit 4e6464b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/infra_language/secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ Use the following syntax to fetch secrets:
secret(name: '<SECRET_NAME>', version: '<VERSION>', service: <SERVICE>, config: {key: value})
```

<!-- markdownlint-disable MD006 MD007 -->

Replace the following:

`<SECRET_NAME>`
: The identifier or name for this secret.

`VERSION`
: The secret version. If a service supports versions and you don't provide a version, the Secrets Management Integration helper fetches the latest version.
The secret version. If a service supports versions and you don't provide a version, the Secrets Management Integration helper fetches the latest version.

Secret versions supported with:

Expand All @@ -53,6 +55,8 @@ Replace the following:
`config`
: Use `config` to set key/value settings passed to a secrets manager. For example, to set the AWS region that a secret is stored in with AWS Secrets Manager, add `config: {region: 'us-west-2'}`.

<!-- markdownlint-enable MD006 MD007 -->

### Set defaults

You can set a default service and service configuration and then the Secrets Management Integration helper will use those settings every time you request a secret.
Expand Down

0 comments on commit 4e6464b

Please sign in to comment.