Skip to content
Discussion options

You must be logged in to vote

This looks like expected behavior, you are explicitly asking to display an unsafe key, so we assume that's what you really wanna do.
The idea behind show.safecontent is to prevent accidentally displaying sensitive data onscreen when displaying the whole secret, but not to prevent you from accessing it easily if that's what you want to do.

Just like gopass still displays the password if you're using gopass -o test/website, because -o is explicitly about the secret, it also displays the content of an unsafe key if it's explicitly requested to.

The idea is that the content of an unsafe-key is a secret anyway, and so there would be nothing to display. In order to "only clip" without displayin…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dominikschulz
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants