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

This PR adds feature to export secrets in natural format #236

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

herrbpl
Copy link

@herrbpl herrbpl commented Oct 5, 2023

This PR is addressing #235

Add enhanchements to safe export and import functions:

  • It is possible now export without converting Data key values to string. If this option is used then export format is not compatible with v2 format.
  • It is now possible to import with append only mode - this will take latest Alive version from import file and checks if this data matches to current data in vault. If not then it will be added as next version. This is useful when you want only to add newest values to vault and not kill your entire existing history for secret.

Thanks,
Siim

siimaus and others added 3 commits October 5, 2023 18:05
functions:
- It is possible now export without converting
  Data key values to string. If this option
  is used then export format is not compatible
  with v2 format.
- It is now possible to import with append only
  mode - this will take latest Alive version from
  import file and checks if this data matches to
  current data in vault. If not then it will be
  added as next version. This is useful when
  you want only to add newest values to vault and
  not kill your entire existing history for secret.
functions:
- It is possible now export without converting
  Data key values to string. If this option
  is used then export format is not compatible
  with v2 format.
- It is now possible to import with append only
  mode - this will take latest Alive version from
  import file and checks if this data matches to
  current data in vault. If not then it will be
  added as next version. This is useful when
  you want only to add newest values to vault and
  not kill your entire existing history for secret.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants