Skip to content

Commit

Permalink
Update website/docs/core-concepts/projects/configuration/stores.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
mcalhoun and osterman authored Feb 4, 2025
1 parent e6450b7 commit 9c966e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The Artifactory store supports using an access token for authentication. The acc
It is also possible to specify the access token as `anonymous` to use the anonymous user to access the Artifactory
repository if the repository is configured to allow anonymous access.

**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.
**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.
YAML function to set the access token from an environment variable.

### AWS SSM Parameter Store
Expand Down

0 comments on commit 9c966e4

Please sign in to comment.