guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
117 stars 60 forks source link

MFA values added in configmap instead of secrets #96

Open JoaoSangue opened 1 week ago

JoaoSangue commented 1 week ago

Hi.

I was looking at the configuration values for yubico and duo and noticed that they are being added in configmap as plain text. Ideally, they should follow the same pattern as smtp and adminToken and allow for an existing secret or use values received to create a secret.