[FR] - Passwords as Secrets
veenarm opened this issue · 2 comments
Is your feature request related to a problem? Please describe.
Transmission rpc-password is shown as plain text in config-map.
Describe the solution you'd like
rpc-password to be base64d and added as secret via reference.
hi @veenarm, thanks for your interest and sorry for the late reply, it's been a busy time ;)
Would turning the whole configmap into a secret be a viable solution?
technically yes that'd be viable.
Finding some of the configs are a bit of a mess as the operator keeps overriding them.
Specifically in another issue I had where I can't override the config of transmission with extra settings due to the operator overwriting any changes (as they do).
I'll try to do some patching and raise some prs, but im using it in my current setup, just instead of Plex I am using Jellyfin.