Armin Krezović

Results 19 comments of Armin Krezović

I hope I have downloaded the correct tarball (the dist one from here https://github.com/keycloak/keycloak/actions/runs/10067141152?pr=31554), but the issue still persists. Enable button does not work ![image](https://github.com/user-attachments/assets/26107726-af3b-4d4e-a9eb-e42f1638ed87) I did notice that when...

I am not an expert, but this line looks wrong https://github.com/keycloak/keycloak/blob/b9dae2a2ff3a6f0a27586bb5574745680e360bb2/federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/msad/MSADUserAccountControlStorageMapper.java#L102 The user is already disabled due to flag being set and the code is supposed to enable it -...

Please disregard my comment. I was setting password with "Temporary" flag set. Once I deselected "Temporary" flag, the pwdLastSet and userAccountControl can get updated. It is a bit of a...

It might be possible to pass insecureSkipVerify via config.yaml.local https://github.com/crowdsecurity/crowdsec/blob/f8f0b2a211f05927669ccadaac56ff855dad59ae/config/user.yaml#L28 It has to be mounted to all init containers though.

I am facing the same issue, and power cut is quite common here. I'd like to propose the following - Annotate POD via daemonset with empty "internal/config" - In the...

I have provided an (overkill) implementation that has been tested by simply "reboot"-ing the node. See linked PR

Did you enable "Log out from OpenID Provider" checkbox in plugin configuration? (disabled by default) https://github.com/jenkinsci/oic-auth-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/oic/OicSecurityRealm/config.jelly#L29

It appears that Google does not provide `end_session_endpoint` in their OpenID Metadata (or at all). The only way to log out would be to use `revocation_endpoint` to revoke the ID...

Hello @bclozel, Thanks for the hint about `spring.netty.leak-detection=paranoid`, it has been a while since I visited the property appendix page to figure out this one. I was simply following Netty...