Skip to content

Commit

Permalink
closes #840 (#841)
Browse files Browse the repository at this point in the history
Co-authored-by: danny.heinrich <[email protected]>
  • Loading branch information
Moep90 and danny.heinrich authored Jul 5, 2022
1 parent 942deae commit e43501b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kapitan/refs/secrets/vaulttransit.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def _decrypt(self, data):
if always_latest:
encrypt_data_response = client.secrets.transit.rewrap_data(
name=key,
mount_point=self.vault_params.get("mount", "transit"),
ciphertext=data.decode(),
)
data = encrypt_data_response["data"]["ciphertext"].encode()
Expand Down

0 comments on commit e43501b

Please sign in to comment.