pjanuario commented on code in PR #1614:
URL: https://github.com/apache/polaris/pull/1614#discussion_r2096188152


##########
getting-started/jdbc/README.md:
##########
@@ -40,6 +40,8 @@ This example requires `jq` to be installed on your machine.
     export QUARKUS_DATASOURCE_JDBC_URL=jdbc:postgresql://postgres:5432/POLARIS
     export QUARKUS_DATASOURCE_USERNAME=postgres
     export QUARKUS_DATASOURCE_PASSWORD=postgres
+    export CLIENT_ID=root
+    export CLIENT_SECRET=s3cr3t

Review Comment:
   I am starting with the product and I might be doing something wrong, but as 
new user I followed this jdbc tutorial as starting point and if we follow it, 
the service `polaris-setup` invokes the  `polaris/create_catalog.sh` script 
that requires this secrets to be passed in order to create quickstart catalog.
   This will fail because it doesnt have credentials, the log entries are i 
mentioned in #1613 .



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to