Skip to content

Commit

Permalink
fix: validate keycloak tokens in connector-builder-server (#14627)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroslopez committed Nov 15, 2024
1 parent 2b7326f commit f103b4d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ airbyte:
docker-mount: ${WORKSPACE_DOCKER_MOUNT:}
root: ${WORKSPACE_ROOT}

# minimal configuration to authenticate internal service accounts w/ keycloak
keycloak:
host: ${KEYCLOAK_HOST:}
protocol: ${KEYCLOAK_PROTOCOL:http}
base-path: ${KEYCLOAK_BASE_PATH:`/auth`}
internal-realm: ${KEYCLOAK_INTERNAL_REALM:_airbyte-internal}

endpoints:
beans:
enabled: true
Expand Down

0 comments on commit f103b4d

Please sign in to comment.