Skip to content

Commit

Permalink
Upgrade keycloak to 25 in preprod. (#132)
Browse files Browse the repository at this point in the history
Done only for the purposes of testing, so branch protection was bypassed.  Actual upgrade to the production pointers will go through full approval.
  • Loading branch information
TreyE authored Jul 28, 2024
1 parent 01bc3bd commit 1afc1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/src/app/keycloak-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const keycloakConfiguration: KeycloakConfig[] = [
host: 'preprod-console.cme.openhbx.org',
clientId: 'openid',
realm: 'preprod',
url: 'https://preprod-sso.cme.openhbx.org/auth',
url: 'https://preprod-sso.cme.openhbx.org',
},
{
host: 'carrier-portal.coverme.gov',
Expand Down

0 comments on commit 1afc1bc

Please sign in to comment.