Tobias Gustafsson
Tobias Gustafsson
If I add an option with short_name="o", name="option", and then another option with short_name="o" and name="another-option" an OptionAlreadyAdded will be thrown since the short name "o" is already in use....
Description =========== After upgrading to v1.6.1 (from v1.1) topics are no longer auto created when subscribing to a topic that does not exist since before. Previously, as part of test...
locksmithd sometimes fail to release held ETCD lock when in status UPDATE_STATUS_UPDATED_NEED_REBOOT
## Description locksmithd sometimes fail to release held ETCD lock when in status UPDATE_STATUS_UPDATED_NEED_REBOOT ## Impact No other machines in the cluster can reboot/update since the semaphore is held by...
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...
I have a generic package with a type called `dataType` for which I use github.com/mauricelam/genny to generate specific implementations. The problem is that in the same file there are also...
There are circumstances where the automatic authentication retry causes confusion and unexpected behaviour. For example when the password is entered by a human and mistyped. If the underlying authentication system...