Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/jwks #1289

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Feature/jwks #1289

wants to merge 4 commits into from

Commits on Sep 25, 2024

  1. chore(core): Adds go version of init-keys

    This is allows using the service with one fewer script
    It only implements creation of the two KAS keys, not the keycloak cert
    dmihalcik-virtru committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9175574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3feb89a View commit details
    Browse the repository at this point in the history
  3. feat(core): Lets KAS Registry host JWK sets

    - Adds a third key type, set, to the JWK PublicKey field
    - This is a JWK Set, which supports multiple algorithms and includes key identifiers
    dmihalcik-virtru committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3bf4375 View commit details
    Browse the repository at this point in the history
  4. fixips

    dmihalcik-virtru committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0124b9c View commit details
    Browse the repository at this point in the history