We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, Medusa is a great tool and I enjoy the great convenience it brought to me when transfer secrets between different Vault instances time to time.
I just noticed that JSON switch disabled after I import the secrets from another Vault server.
Here is the procedures to re-produce my scenario:
1.Export a specific group of secrets to yaml or json file medusa export secret2/cicd/env_vars/ --format="yaml" --insecure -o env_vars.yaml
2.Update env_vars.yaml with bundle of changes and import back medusa import secret2 env_vars.yaml
Vault Version:1.11.2 Medusa Version:0.3.6
Thank you.
The text was updated successfully, but these errors were encountered:
This issue is resolved as there's a typo error in JSON file-not add "" for true
Sorry, something went wrong.
No branches or pull requests
Hi,
Medusa is a great tool and I enjoy the great convenience it brought to me when transfer secrets between different Vault instances time to time.
I just noticed that JSON switch disabled after I import the secrets from another Vault server.
Here is the procedures to re-produce my scenario:
1.Export a specific group of secrets to yaml or json file
medusa export secret2/cicd/env_vars/ --format="yaml" --insecure -o env_vars.yaml
2.Update env_vars.yaml with bundle of changes and import back
medusa import secret2 env_vars.yaml
Vault Version:1.11.2
Medusa Version:0.3.6
Thank you.
The text was updated successfully, but these errors were encountered: