You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current State: Galadriel Server utilizes an in-memory Key Management System (KMS) for generating keys to sign JWT tokens. This is currently a proof-of-concept (POC) level implementation that lacks support for key rotation.
Proposed Enhancements:
Investigate the feasibility of integrating with external KMS services like AWS KMS, particularly with an eye toward enhanced security features such as key rotation.
Explore the possibility of leveraging external OAuth2/OpenID providers for JWT token.
The text was updated successfully, but these errors were encountered:
Current State: Galadriel Server utilizes an in-memory Key Management System (KMS) for generating keys to sign JWT tokens. This is currently a proof-of-concept (POC) level implementation that lacks support for key rotation.
Proposed Enhancements:
The text was updated successfully, but these errors were encountered: