I've a question about configuration: When investig...
# all-things-deployment
b
I've a question about configuration: When investigating the login mechanisms and how to secure DataHub, I found following setting in datahub-gms: # Encryption of DataHub Secrets # SECRET_SERVICE_ENCRYPTION_KEY=<your-AES-encryption-key> How and where this key is used (just to understand, I don't need the technical details)? And should I provide just a long random string (like a password) or is there anything else to consider?
e
Hey. This is not related to login! It is a secret to be used when encrypting “secrets” during ui based ingestion. like password to access snowflake and so on
b
Ah, OK. So when not using UI bases ingestion this setting is irrelevant?