traefik-jwt-decode
traefik-jwt-decode copied to clipboard
Traefik forward auth implementation for JWT tokens
Helm repository : `https://athics-team.github.io/traefik-jwt-decode/` Helm chart : `traefik-jwt-decode` Helm version : `0.1.0` Helm values ```yml replicaCount: 1 service: port: 8080 env: PORT: 8080 AUTH_HEADER_REQUIRED: "true" JWKS_URL: https://myauth0tenant.auth0.com/.well-known/jwks.json ``` When deploying...
Some IDPs such as Keycloak uses nested JSON claims such as `realm_access` or `address`. Here is the example: ```json { "realm_access":{ "roles":[ "offline_access", "default-roles-tcl", "uma_authorization" ] }, "address":{ "city":"City" }...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201217014255-9d1352758620 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210603081109-ebe580a85c40 to 0.1.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Create a private method that splits key by `.` and traverse values until it is found. The method wraps the original value extraction as `key[0]` Fixes #38
Just want to confirm that Roles Validation is not supported, right? Is there any chance to add this feature? It should be great to validate the roles of the user...
As this is an OpenSource project without CI/CD we should consider switching to a more deliberate release process instead of releasing new versions whenever we merge to master.
Hi there! Thanks for your work! I would like to request a release of the image for the ARM64 architecture. Currently, only the x86_64 version is available, and having an...