Mikkel Oscar Lyderik Larsen
Mikkel Oscar Lyderik Larsen
I have a somewhat similar problem I expect. I have added subkeys, but when I try to open a password the app just crashes without any information. I will ask...
Currently this is unfortunately hardcoded to be `login`. PRs to make it configurable would be welcome though :)
Hi, I completely lost track of this issue, sorry about that! There is already this special error: https://github.com/zalando/go-keyring/blob/master/keyring_darwin.go#L43 returned from `Get()` so you can just check if this error is...
I don't think this is something this project is useful for. It's based on the system keyrings where the use case is the user of the machine knows the keyring...
I have lost track of this one, but will have a look tomorrow and give some feedback. Sorry for letting you hanging like this @SoMuchForSubtlety
I have now had a look and I think it looks quite good. I believe it's ok to break the public interface for the SecretService interface as we only really...
Does it help to create it maually as described here? https://github.com/zalando/go-keyring#linux
Don't know if it's helpful but you can see how we do on travis: https://github.com/zalando/go-keyring/blob/master/.travis.yml (headless linux env). The question is if you really need a keyring in the environment...
Hi @bentrombley there should be a default role in the cluster called: `extension-apiserver-authentication-reader` This we bind to here: https://github.com/zalando-incubator/kube-metrics-adapter/blob/97ec13d010bd58af766289932381e957ab47de30/docs/rbac.yaml#L116 Does your cluster not have this role as default? From what...
Can you check if you have the role `extension-apiserver-authentication-reader` in your cluster? I have just created a new cluster based on v1.18.6 and it's there by default: ``` kubectl --namespace...