Skip to content

Comments

Add support for fetching keys from a JWKS endpoint#777

Open
SgtCoDFish wants to merge 1 commit intomasterfrom
keyfetch
Open

Add support for fetching keys from a JWKS endpoint#777
SgtCoDFish wants to merge 1 commit intomasterfrom
keyfetch

Conversation

@SgtCoDFish
Copy link
Contributor

@SgtCoDFish SgtCoDFish commented Feb 19, 2026

This requires changing a few function signatures and plumbing some things together.

Notably, I don't want to have a second service discovery client and send duplicate calls off, so I shared the service discovery client from the CyberArk client and added caching of responses to the service discovery client.

Unfortunately, that means this is much longer than I'd have hoped but most of the changes are pretty simple.

DO NOT MERGE: the e2e tests are passing, but JWKS isn't being used because the upstream JWKS endpoint is not working.

@SgtCoDFish SgtCoDFish force-pushed the keyfetch branch 13 times, most recently from 81abc86 to 5af1336 Compare February 24, 2026 13:59
This requires changing a few function signatures and plumbing some
things together.

Notably, I don't want to have a second service discovery client and send
duplicate calls off, so I shared the service discovery client from the
CyberArk client and added caching of responses to the service discovery
client.

Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant