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

Commits on Oct 5, 2023

  1. 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.
    siimaus committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b5c05a3 View commit details
    Browse the repository at this point in the history
  2. 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.
    siimaus authored and herrbpl committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ebbe4f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c51208 View commit details
    Browse the repository at this point in the history