platform
platform copied to clipboard
JWKS for KAS keys
All keys available for encryption via SDK clients should be exposed with a JWKS endpoint.
Each JWK should have a property that can be used to match an attribute to a key.
relates to:
- https://github.com/opentdf/platform/issues/717
- https://github.com/opentdf/platform/issues/335
@pflynn-virtru Why do we want to match an attribute to a key? Shouldn't we always just get the most up to date key from kas?
Don't we already offer the jwk option from the public key endpoint.
@strantalis are we still going to support this in the future?