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.
1 parent 2b7326f commit f103b4dCopy full SHA for f103b4d
airbyte-connector-builder-server/src/main/resources/application.yml
@@ -85,6 +85,13 @@ airbyte:
85
docker-mount: ${WORKSPACE_DOCKER_MOUNT:}
86
root: ${WORKSPACE_ROOT}
87
88
+ # minimal configuration to authenticate internal service accounts w/ keycloak
89
+ keycloak:
90
+ host: ${KEYCLOAK_HOST:}
91
+ protocol: ${KEYCLOAK_PROTOCOL:http}
92
+ base-path: ${KEYCLOAK_BASE_PATH:`/auth`}
93
+ internal-realm: ${KEYCLOAK_INTERNAL_REALM:_airbyte-internal}
94
+
95
endpoints:
96
beans:
97
enabled: true
0 commit comments