Jacek Socha
Jacek Socha
Hi, I'm facing some problems during jwt verification, which manifests itself as: `< HTTP/1.1 500 Internal Server Error < Server: openresty/1.21.4.1` (in openresty logs): `2023/06/19 20:44:32 [error] 1410#1410: *2 lua...
Hi! I've found security issue reported in one of dependencies "cdbattags/lua-resty-jwt" (https://github.com/cdbattags/lua-resty-jwt/issues/61) Just to make sure: is "zmartzone/lua-resty-openidc" is also affected ? Greetings
Hi, We are testing oidc-agent i multi platform/multi architecture environment, during this we found one miss (or maybe we are doing something wrong), there is no package for Linux/Debian running...
Hi! During the installation Microsoft defender reports oidc-agent as potentially dangerous, because "unknown publisher"  Is it possible to avoid this behaviour ?
Hi Is there a known way to overwrite global cronjob template? I saw only use case with "create-test" api call https://docs.testkube.io/articles/creating-tests/#changing-the-default-cronjob-template-used-for-scheduled-test-execution but it is required in every api call and...
Patch 1
### Why: Closes: The recepie to generate JWT using bash not working when using "Client id" as "iss" , because of "Client id" is string and reqire quotes. Result of...