-
https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/e61f537662b64092ed83cb76e600e023f627f628/pkg/token/token.go#L507-L509
The error from `http.NewRequest` is not being checked, so it is p…
-
I think it would be useful to create a variant of this interface:
https://github.com/google/go-containerregistry/blob/7268da01c46ecfb72a3ef6f44d0393f650879663/pkg/authn/authn.go#L26-L27
That passe…
-
The recent changes to the Microsoft Authenticator app have made it difficult to authenticate when using the aws-azure-login container or without a GUI mode. This is because the MS MFA process now requ…
-
I have the following error when trying the authentication sequence after installing the yampy module on python 3.7.5 environnement
AttributeError: module 'yampy' has no attribute 'Authenticator'
…
-
Hi,
I'm trying to extract token secrets from encrypted backup.
I've managed to extract `authenticator.plist`, which contains multiple entries that resemble base64, but do not decode into valid …
-
`origin` is a bit vague, especially when you see it in a context like
"User is not authorized to login from the current origin"
Does that mean a particular IP address? A country? A network? Look…
-
Currently, k8s and openshift authenticator tests are run against the Conjur appliance. Additional environments for the tests need to be added so that it is tested against Conjur OSS as well.
-
```
In AuthenticatorTest.java there is this test:
try {
instance.verifyPasswordStrength("password", "password123");
fail();
}
catch ...
The test passes, indicating that verifyPasswordStrength rai…
-
```
In AuthenticatorTest.java there is this test:
try {
instance.verifyPasswordStrength("password", "password123");
fail();
}
catch ...
The test passes, indicating that verifyPasswordStrength rai…
-
This is silly. We should stop having to care if the authenticator gets too big. The server already remembers a key for every session by virtue of subscribing.
Karl's branch here is probably a good pl…