Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4849

Jwt with kid field due key rotation, how to call jwt_verify against /path/cert-by-kid.pem

$
0
0

Dear community,
my use case is that due key rotation on jwt issuer, jwt comprise the kid field, like:

{
  "typ": "JWT",
  "alg": "RS256",
  "kid": "public:some-uuid-string"
}

Afaics in the docs (haproxy 2.6) there is some possibility to access cert-list (which is also possible to be updated dynamically via api). But I cant figure out the proper config snippet which would call jwt_verify only once and toward the cert which is described in the kid section.

Suggestions or solution highly appreciated, thank you in advance.

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4849

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>