Hi there, we use self-hosted kratos installed via ...
# ory-selfhosting
b
Hi there, we use self-hosted kratos installed via helm, we have some problem with hide super secret info for twilio api username, password, sms from params, according docs we need it configure via https://www.ory.sh/docs/kratos/self-hosted/sms-messages, we could inject it as plain text in values, but it is not secure, is any other way to do it more secure?
d
I'm also interested in an answer to this
b
You can use something like HashiCorp Vault or any KMS to store/read your secrets and inject in your container. GKE and EKS have deep integrations with their KMS services. It depends on you use case, what integration fits best to you.