Skip to content

Commit

Permalink
feat: try internal option two
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderMatt committed Jun 11, 2024
1 parent 2c13bea commit 1e9938b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/operator/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ async function keycloakTeamDeleted() {
}

async function createKeycloakConnection(): Promise<KeycloakConnection> {
await waitTillAvailable(env.KEYCLOAK_ADDRESS_INTERNAL, undefined, env.WAIT_OPTIONS)
const keycloakAddress = env.KEYCLOAK_HOSTNAME_URL
await waitTillAvailable(env.KEYCLOAK_HOSTNAME_URL, undefined, env.WAIT_OPTIONS)
const keycloakAddress = env.KEYCLOAK_ADDRESS_INTERNAL
const basePath = `${keycloakAddress}/admin/realms`
let token: TokenSet
try {
Expand Down

0 comments on commit 1e9938b

Please sign in to comment.