diff --git a/getting-started/templates/systemlink-secrets.yaml b/getting-started/templates/systemlink-secrets.yaml index 2f3d2be0..c6b60a2a 100644 --- a/getting-started/templates/systemlink-secrets.yaml +++ b/getting-started/templates/systemlink-secrets.yaml @@ -524,6 +524,27 @@ tags: ## replicaSetKey: "" # +## Secret configuration for taghistorian +## +taghistorian: + secrets: + ## Credentials for the MongoDB cluster. + ## + mongodb: + ## Root user password for the database cluster. + ## + rootPassword: "" # + ## Limited user password to allow the service to access the database. This password cannot contain commas or any character that must be escaped in a URL. + ## + servicePassword: "" # + ## Key used to authenticate pods in the database cluster. + ## 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: "" # + ## Cryptographic key used for AEAD encryption of continuation tokens. Use a 32-byte cryptographically random value which is base64 encoded. + ## + continuationTokenEncryptionKey: "" # + ## Secret configuration for repository ## repository: