Skip to content

Commit

Permalink
add link to ArchiveSecret definition
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Aug 21, 2024
1 parent ff17503 commit ac92f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ targetAccountMappings:
- THIS CANNOT BE USED WITH `name`
- **toolchainRegion** :the designated region that the `toolchain` is created in
- **forceDependencyRedeploy**: this is a boolean that tells seedfarmer to redeploy ALL dependency modules (see [Force Dependency Redeploy](force-redeploy)) - Default is `False`
- **archiveSecret**: name of a secret in SecretsManager that contains the credentials to access a private HTTPS archive for the modules
- **archiveSecret**: name of a secret in SecretsManager that contains the credentials to access a private HTTPS archive for the modules (see [Archive Secret](archivesecret))
- secret name must follow the `*-archive-credentials*` naming pattern
- the secret value must be a JSON with the `username` and `password` values
- **groups** : the relative path to the [`module manifests`](module_manifest) that define each module in the group. This sequential order is preserved in deployment, and reversed in destroy.
Expand Down Expand Up @@ -525,7 +525,7 @@ This would result in the creation of an `_auth` entry in npm config (`.npmrc`) w
npm config set //the-mirror-dns/npm/:_auth="mybase64encodedssltoken"
```


(archivesecret)=
### Archive Secret

If using an archive store that is not public or needs an authentication scheme, the `archiveSecret` provides a means to set a username / password, so that the archived modules can be downloaded.
Expand Down

0 comments on commit ac92f9b

Please sign in to comment.