Skip to content

Commit 9c966e4

Browse files
mcalhounosterman
andauthored
Update website/docs/core-concepts/projects/configuration/stores.mdx
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
1 parent e6450b7 commit 9c966e4

File tree

1 file changed

+1
-1
lines changed
  • website/docs/core-concepts/projects/configuration

1 file changed

+1
-1
lines changed

website/docs/core-concepts/projects/configuration/stores.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The Artifactory store supports using an access token for authentication. The acc
8686
It is also possible to specify the access token as `anonymous` to use the anonymous user to access the Artifactory
8787
repository if the repository is configured to allow anonymous access.
8888

89-
**NOTE:** Storing sensitive access tokens in plain text in `atmos.yaml` is not secure and should be avoided. However, it's recommended for the `anonymous` use case or when managing multiple Artifactory stores with different access tokens. In such cases, use `!env` to reference tokens securely.
89+
**NOTE:** Storing sensitive access tokens in plain text in `atmos.yaml` is not secure and should be avoided. However, it's recommended for the `anonymous` use case or when managing multiple Artifactory stores with different access tokens. In such cases, use [`!env`](/core-concepts/stacks/yaml-functions/env) function to reference tokens securely.
9090
YAML function to set the access token from an environment variable.
9191

9292
### AWS SSM Parameter Store

0 commit comments

Comments
 (0)