Hey, are there any ways to send DSN but a password...
# ory-selfhosting
e
Hey, are there any ways to send DSN but a password separately? I am deploying to ECS, and I cannot set the password in a DSN, as it shows up as a plain string value in the environment. There's a way to pass secrets, that do not show up, but the secret then must contain the full DSN value, which means I have to rebuild the secret manually out of the standard RDS secret, which uses JSON. Neither of the options are good, as it breaks IaC or insecure.