vaku icon indicating copy to clipboard operation
vaku copied to clipboard

vaku extends the vault api & cli

Results 3 vaku issues
Sort by recently updated
recently updated
newest added

I've run up against an issue where "normal" users cannot use most of the functionality in vaku since it relies on a call to https://github.com/lingrino/vaku/blob/main/api/mounts.go#L46 which requires `read` capability on...

First of all: Thanks for a very nice and useful library! Question: Did you consider adding CAS to the update operations (like this one: https://github.com/lingrino/vaku/blob/v2.5.0/api/path_update.go#L13)? It would help in making...

This is a simple implementation to ignore permission errors that was mentioned in this issue https://github.com/lingrino/vaku/issues/402 I'm not a Go developer so code might not be great, but happy to...