Skip to content

Commit

Permalink
Add new secrets and values to file ingestion in the template (#184)
Browse files Browse the repository at this point in the history
* added new values

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

Co-authored-by: JD Robertson <[email protected]>

---------

Co-authored-by: JD Robertson <[email protected]>
  • Loading branch information
AMoldova-NI and JD-Robertson authored Jan 30, 2024
1 parent 65e1b49 commit 2fba41e
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion getting-started/templates/systemlink-secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,12 @@ dataframeservice:
##
fileingestion:
secrets:
## Cryptographic key used for AES-256 encryption of data at restI. Use a 32-byte cryptographically random value which is base64 encoded.
## Cryptographic key used for AES-256 encryption of data at rest. Use a 32-byte cryptographically random value which is base64 encoded.
##
encryptionKey: "" # <ATTENTION>
## Cryptographic key to be used for encryption of download tokens. This key should have a length of at least 32 bytes.
##
downloadTokenEncryptionKey: "" # <ATTENTION>
## Access key information for S3/MinIO access.
## If using MinIO, use the user and password from the MinIO configuration above here. Otherwise, S3 credentials will need to be provided.
##
Expand All @@ -296,6 +299,15 @@ fileingestion:
## 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>
## Default values for the token used in downloading a file
##
downloadToken:
## Availability of the token
##
expirySeconds: 60
## The secret used to create the encrypted token
##
encryptionKeySecret: "fileingestionservices-download-encryption-key"

## Secret configuration for Jupyter notebook execution.
##
Expand Down

0 comments on commit 2fba41e

Please sign in to comment.