Skip to content

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