Skip to content

Commit f103b4d

Browse files
committed
fix: validate keycloak tokens in connector-builder-server (#14627)
1 parent 2b7326f commit f103b4d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

airbyte-connector-builder-server/src/main/resources/application.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ airbyte:
8585
docker-mount: ${WORKSPACE_DOCKER_MOUNT:}
8686
root: ${WORKSPACE_ROOT}
8787

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+
8895
endpoints:
8996
beans:
9097
enabled: true

0 commit comments

Comments
 (0)