Skip to content

Commit

Permalink
Add userservices continuation token secret (#124)
Browse files Browse the repository at this point in the history
* Add userservices continuation token secret

* Update getting-started/templates/systemlink-secrets.yaml

Co-authored-by: Melissa Hilliard <[email protected]>

* Update getting-started/templates/systemlink-secrets.yaml

Co-authored-by: Melissa Hilliard <[email protected]>

* Update getting-started/templates/systemlink-secrets.yaml

Co-authored-by: Melissa Hilliard <[email protected]>

---------

Co-authored-by: Melissa Hilliard <[email protected]>
  • Loading branch information
JD-Robertson and MelissaHilliard authored Mar 17, 2023
1 parent 024a3e7 commit af95000
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions getting-started/templates/systemlink-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,13 @@ userservices:
## Refer to the MongoDB documentation for key generation: https://www.mongodb.com/docs/manual/tutorial/enforce-keyfile-access-control-in-existing-replica-set/#create-a-keyfile
##
replicaSetKey: "" # <ATTENTION>
## A list of API keys. These keys are used to authorize service-to-service interactions within the application.
## Each entry must provide the name of the service assigned this key, the key, and a SHA-512 hash of the key.
## More information can be found at: https://github.com/ni/install-systemlink-enterprise/blob/main/getting-started/secrets.md
##
## Cryptographic key used for AEAD encryption of continuation tokens. Use a 32-byte cryptographically random value which is base64 encoded.
##
continuationTokenEncryptionKey: "" # <ATTENTION>
## A list of API keys. SystemLink uses these keys to authorize service-to-service interactions within the application.
## Each entry must provide the key, the name of the assigned service, and a SHA-512 hash of the key.
## For more information visit https://github.com/ni/install-systemlink-enterprise/blob/main/getting-started/secrets.md
##
whitelistedApiKeys: # <ATTENTION>
- serviceName: "assetservice"
key: ""
Expand Down

0 comments on commit af95000

Please sign in to comment.