Vladimir Avinkin
Vladimir Avinkin
I'm going to preface this post with an idea that a) Vault is a very nice piece of software which solves a very hard problem b) I do not want...
Making atomic storage backend backups is your best bet so far, yes. But the problem is that apparently (according to the mentioned above google groups post) vault does not write...
@benoitc Hello, I made an attempt to fix it in #2937 For now, I only laid the groundwork before going further, and I would appreciate guidance and feedback on the...
@lmaurits Greetings, are you still maintaining the project? I can send a PR for this issue
nvm, it's already fixed in latest version, but pypi still has the old version
You can use `--exclude-regexp`, for example `dyff between x y --exclude-regexp '^/metadata.managedFields'`
I don't quite understand your question and what exactly do you mean by ambiguity, but dyff applies regexps to a go-patch path string. At least i think so https://github.com/homeport/dyff/blob/86654f8e002a69fdabc87ac954f7d0fa11e6b84b/pkg/dyff/reports.go#L94 (Path.String()...