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 4e647bc commit bb1496cCopy full SHA for bb1496c
1 file changed
infra/local/docker-compose.yml
@@ -31,7 +31,10 @@
31
# [destination.pyiceberg.credentials]
32
# uri = "http://localhost:58080/iceberg/catalog"
33
# warehouse = "playground"
34
-#
+# oauth2_server_uri = "http://localhost:58080/auth/realms/iceberg/protocol/openid-connect/token"
35
+# client_id = "localinfra"
36
+# client_secret = "s3cr3t"
37
+# scope = "lakekeeper"
38
39
# image versions
40
x-keycloak-image: &keycloak-image quay.io/keycloak/keycloak:26.3
0 commit comments