Is there any way to hide the password manager? #4350
-
I would like to get some parts of some configuration files using the password manager integration like:
Would there be any way, internally to chezmoi, to do it like:
Where cloudflare.enc would then be an encrypted template (probably in .chezmoitemplates):
I'm thinking about using sops with some hook scripts at this point. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What's your threat model where you think that this is necessary? If you don't want to reveal that it's in your There is no way of which I’m aware to do what you want, which is more accurately described as
|
Beta Was this translation helpful? Give feedback.
-
As @halostatue says, it's not clear what security benefit this provides. If people know that you use SSH and HTTPS, is that a security risk? You can encrypt entire templates and |
Beta Was this translation helpful? Give feedback.
As @halostatue says, it's not clear what security benefit this provides. If people know that you use SSH and HTTPS, is that a security risk?
You can encrypt entire templates and
chezmoi edit
will transparently decrypt and re-encrypt them for you for easy editing. This will conceal which password manager you're using.