I have read through the documentation and could not find any mention of being able to use docker secrets directly.
Since Vaultwarden itself allows you to use the common _FILE suffix behind its environment variables I was curious if it's possible to just pass my docker secret of my admin token to my LDAP sync.
The same goes for my LDAP Password. I already have my LDAP user password stored in a secret and it would be nice if I could continue using the secrets directly.
I have read through the documentation and could not find any mention of being able to use docker secrets directly.
Since Vaultwarden itself allows you to use the common
_FILE
suffix behind its environment variables I was curious if it's possible to just pass my docker secret of my admin token to my LDAP sync.The same goes for my LDAP Password. I already have my LDAP user password stored in a secret and it would be nice if I could continue using the secrets directly.