Skip to content

Commit

Permalink
(#294) oidc discovery for core1 service accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmccune committed Jan 16, 2024
1 parent 8a417a8 commit 692ef3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions static/clusters/core1/.well-known/openid-configuration
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"issuer": "https://openinfrastructure.co/clusters/k1",
"issuer": "https://openinfrastructure.co/clusters/core1",
"jwks_uri": "https://openinfrastructure.co/clusters/core1/openid/v1/jwks",
"response_types_supported": [
"id_token"
Expand All @@ -8,6 +8,6 @@
"public"
],
"id_token_signing_alg_values_supported": [
"RS256"
"ES256"
]
}
11 changes: 6 additions & 5 deletions static/clusters/core1/openid/v1/jwks
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"keys": [
{
"use": "sig",
"kty": "RSA",
"kid": "MvHLRs2SorqOzwMAyc6sH2dmvUeyZfo4JyQgCkHFsaY",
"alg": "RS256",
"n": "yxbLeG3IKPy8fYXbnK22EWlVaBA9VdhFm-dFPhIkvbeAmj2gq9B3XvpW4mDd8iWhXRyY-9HDL8C0-WLH2WTlEXiHZiF3FO2B2wGRBZ4DhAMBoCJFWlXAif74oM3aX4H9vq1ZVHhx35krlfx540fW-SWcI6uwUNKilUmvzLsBH1DrLYWSaPhAwFVn9QppEPRJW00KnU95xBrHra6d-6ldk4uAlYw3EsJhCNx5T3PN5-w5kkrWD8NSXwqSVovzrbnxpYRs888cm7xKpx2Sg7JSzMzxVNI-M1A2V_xkUw3S5VjO6NccxaeVgLs1qVdPSEObfbV9wf8hakXznza8Leq_0w",
"e": "AQAB"
"kty": "EC",
"kid": "v5mzhe35dzGeSRLwTkR7lb8l2-qDfOZt815PTZzp6VI",
"crv": "P-256",
"alg": "ES256",
"x": "TBNlaV5UeHwCcyU-XiTPWFmUvfpS4gUISKj43mb5sbU",
"y": "6NhjpUxm2uUzvPdlHkb35ohAgl-Llf2OK5rO3crTWAY"
}
]
}

0 comments on commit 692ef3e

Please sign in to comment.