Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: display only secrets' keys, not their value #131

Open
dmpe opened this issue Jul 4, 2023 · 0 comments · May be fixed by #151
Open

feature: display only secrets' keys, not their value #131

dmpe opened this issue Jul 4, 2023 · 0 comments · May be fixed by #151
Labels
enhancement New feature or request

Comments

@dmpe
Copy link

dmpe commented Jul 4, 2023

Hi, I would like to have an option which will be enable me to display only keys but not their values.

The use case would be get a quick overview of what is being stored, without the need for searching exporting KV store with their values.

E.g.:

$ medusa export -h
> Flags:
>  -k, --keys-only              Display only secrets' keys but not their values
$ medusa export kubernetes -k
kubernetes:
  github:
    secret1: hidden
    secret2: hidden
    ...
@jonasvinther jonasvinther added the enhancement New feature or request label Sep 20, 2023
tim-goto added a commit to tim-goto/medusa that referenced this issue Feb 7, 2024
@tim-goto tim-goto linked a pull request Feb 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants