Join Slack
Powered by
Hello, am looking at the helm chart for datahub, w...
# all-things-deployment
d
delightful-barista-90363
05/26/2022, 8:53 PM
Hello, am looking at the helm chart for datahub, was wondering what this
encryptionKey
is actually encrypting. Thanks in advanced!
s
shy-scooter-37097
05/27/2022, 4:52 PM
It seems that the encryptionKey is passed to the environment variable SECRET_SERVICE_ENCRYPTION_KEY which is used for the AES encryption of the secrets in DataHub (see
https://github.com/acryldata/datahub-helm/blob/a48a01fc58b96b4b0315e8ce246ae53c503[…]/charts/datahub/subcharts/datahub-gms/templates/deployment.yaml
and
https://github.com/datahub-project/datahub/blob/6eb7d80e044618f28b8b086421b68ef5ec81fe9b/docker/datahub-gms/env/docker.env#L62-L63
)
teamwork
1
2
Views
Open in Slack
Previous
Next