delightful-microphone-63906
10/20/2022, 3:02 PMhydra.config.dsn
config or reference a value from secret to set it on [runtime](https://github.com/ory/k8s/blob/master/docs/helm/hydra.md#set-up-dsn-variable-on-runtime).
Is there any way to avoid passing DSN as environment variable?tall-angle-41306
10/21/2022, 10:55 AMkubectl describe pod
etc if that's the concern?
env:
- name: DSN
valueFrom:
secretKeyRef:
name: hydra
key: dsn
delightful-microphone-63906
10/21/2022, 11:22 AMtall-angle-41306
10/21/2022, 1:16 PMcat /etc/config/hydra.yaml
) - You'd probably have bigger security concerns if someone malicious had got that far into your system too.tall-angle-41306
10/21/2022, 1:17 PM