We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 815223f + d9154a9 commit 9a8f874Copy full SHA for 9a8f874
airbyte-server/src/main/resources/application.yml
@@ -325,7 +325,7 @@ airbyte:
325
airbyte-realm: ${KEYCLOAK_AIRBYTE_REALM:airbyte}
326
web-client-id: ${KEYCLOAK_WEB_CLIENT_ID:airbyte-webapp}
327
client-realm: ${KEYCLOAK_CLIENT_REALM:airbyte}
328
- client-id: ${KEYCLOAK_CLIENT_ID:admin-cli}
+ client-id: ${KEYCLOAK_ADMIN_CLIENT_ID:admin-cli}
329
realm: ${KEYCLOAK_REALM:master}
330
internal-realm: ${KEYCLOAK_INTERNAL_REALM:_airbyte-internal}
331
username: ${KEYCLOAK_ADMIN_USER:airbyteAdmin}
0 commit comments