Skip to content

Commit

Permalink
Update JWT on met-api dc yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT authored Jan 23, 2024
1 parent 49819b6 commit be210f4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions openshift/api.dc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ objects:
app-group: met-app
name: jwt-oidc
data:
JWT_OIDC_ALGORITHMS: RS256
JWT_OIDC_AUDIENCE: account
JWT_OIDC_ISSUER: https://${KC_DOMAIN}/auth/realms/met
JWT_OIDC_JWKS_URI: https://${KC_DOMAIN}/auth/realms/met/protocol/openid-connect/certs
JWT_OIDC_WELL_KNOWN_CONFIG: https://${KC_DOMAIN}/auth/realms/met/.well-known/openid-configuration
JWT_OIDC_ALGORITHMS: ${JWT_OIDC_ALGORITHMS}
JWT_OIDC_AUDIENCE: ${JWT_OIDC_AUDIENCE}
JWT_OIDC_ISSUER: ${JWT_OIDC_ISSUER}
JWT_OIDC_JWKS_URI: ${JWT_OIDC_JWKS_URI}
JWT_OIDC_WELL_KNOWN_CONFIG: ${JWT_OIDC_WELL_KNOWN_CONFIG}
- apiVersion: v1
kind: ConfigMap
metadata:
Expand Down Expand Up @@ -315,4 +315,4 @@ parameters:
- name: KEYCLOAK_REALMNAME
description: "Realm name for the project"
required: true
value: 'met'
value: 'met'

0 comments on commit be210f4

Please sign in to comment.