Closed pszmytka-viacom closed 2 years ago
I have fixed a linting issue but cannot push to your branch @pszmytka-viacom, as you have created a conflicting v0.2.4
tag. \
Can you delete your tag please with the following command please? I'll create a new release once this PR will be merged
git push origin -d v0.2.4
I have fixed a linting issue but cannot push to your branch @pszmytka-viacom, as you have created a conflicting
v0.2.4
tag. Can you delete your tag please with the following command please? I'll create a new release once this PR will be merged Thanks @clementnuss! The tag has been deleted.
looks good to me, @marcsauter do you agree with skipping secrets where the value isn't a string?
@clementnuss: Could you update to https://github.com/postfinance/vaultkv/releases/tag/v0.0.4 before you create the new tag.
sorry, did a mess while trying to rebase your branch. I directly imported all changes into master though, so this can be considered successfully merged ✔️
thanks for your work @pszmytka-viacom ! 👍🏻
When a secret contains a more complicated JSON (not a simple key-value), the following panic occurs when synchronizing:
This PR introduces a simple workaround. Secrets not containing simple key-value are skipped.