Hi, where is the secret stored when you put it in ...
# all-things-deployment
b
Hi, where is the secret stored when you put it in Datahub UI? Is it secure, and is there any documentation about secrets?
s
looks to me like its stored on the file system of the actions container/pod
b
Do you know which path?
d
Hi Phat, the secret is stored in MySQL. This thread might be helpful : https://datahubspace.slack.com/archives/CV2KB471C/p1676395748251789
s
I thought it was the filesystem cuz everytime I deploy a new version of datahub I have to re-create the secrets
the name is kept but it can’t decrypt them
d
Hi Eric, thank you for pointing out - If you're creating secrets via Datahub UI (ex. connection infos) - it's stored in mysql. But the secrets regarding the deployment (mysql, neo4j) are deployed as k8 secrets as i know 🙂
s
thx for your reply @delightful-ram-75848, I mean the ones I create from UI which I use, for instance, to store BigQuery secrets for ingestion
it works until I kill the pod, then the secret appears in the UI but decrypting them no longer works
will, try again and perhaps I can find some useful log to share