Is your feature request related to a problem? Please describe.
In Podman user can specify a secret so that they can call it from Podman secrets without needing to put it in clear text in a ENV file or in my case a Quadlet .container file. But the app doesn't appear to support Podman secrets because every time i try to reference my OIDC client secret from the secrets store auth fails but if i put it in plain env variable it works with no issue.
Describe the solution you'd like
support to use podman secrets
Describe alternatives you've considered
using plain text in configuration files
Additional context
this is mainly a security best practice because i'm using OIDC the client secret is stored in clear text as an environment variable and i would like to use podman secrets to keep it out of those.
Is your feature request related to a problem? Please describe.
In Podman user can specify a secret so that they can call it from Podman secrets without needing to put it in clear text in a ENV file or in my case a Quadlet .container file. But the app doesn't appear to support Podman secrets because every time i try to reference my OIDC client secret from the secrets store auth fails but if i put it in plain env variable it works with no issue.
Describe the solution you'd like
support to use podman secrets
Describe alternatives you've considered
using plain text in configuration files
Additional context
this is mainly a security best practice because i'm using OIDC the client secret is stored in clear text as an environment variable and i would like to use podman secrets to keep it out of those.