You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be really nice to have the ability to interpolate secrets via pointing to another secret.
e.g. in the case of AD credentials being used in multiple places/websites etc, it's a PITA to have to update your password in multiple places on every rotation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
it would be really nice to have the ability to interpolate secrets via pointing to another secret.
e.g. in the case of AD credentials being used in multiple places/websites etc, it's a PITA to have to update your password in multiple places on every rotation.
similar'ish to yaml alias'ing, or homeassistant !secret (https://www.home-assistant.io/docs/configuration/secrets/)
pseudo:
/misc/secret1
secret_key: verySecretPassword
/misc/secret2
Beta Was this translation helpful? Give feedback.
All reactions