mjumbewu opened a new issue, #1428: URL: https://github.com/apache/polaris/issues/1428
### Describe the bug When following the [instructions from the Quickstart](https://github.com/apache/polaris/blob/5f2a37570c7ed3cf79842422a7f4f1f9ed56c6bc/site/content/in-dev/unreleased/getting-started/quickstart.md?plain=1#L60) there are no lines containing the client secret and id. ### To Reproduce ```shell cd ~/polaris # Build the server ./gradlew clean :polaris-quarkus-server:assemble :polaris-quarkus-server:quarkusAppPartsBuild --rerun # Start the server ./gradlew run ``` ### Actual Behavior Output is: ``` Configuration on demand is an incubating feature. @@@@ @@@ @ @ @@@@ @ @@@@ @@@@ @ @@@@@ @ @ @@@ @@@@ @ @ @ @ @ @ @ @ @ @ @@ @ @ @ @ @ @ @ @ @ @ @@@@ @ @ @ @@@@@ @@@@ @ @@ @ @@@@@ @ @@@@@ @ @ @ @ @@@ @ @@@ @@@@ @ @ @ @@ @ @@@@ @@@@ @ @ @ @@ @@ @@@@ @@@ @@@@ * /////\ //\\///T\\\ ///\\\////\\\\\\ //\\\\T////\\\\\\\\\ /T\ //\\\\\T///T\\//T\\\\\\ //\\\/////T\\////\\/////\\\\\\\ //\\ //\\\\\\T///////////////////T\\\\\\\T\\\\\ //\\\\/////T\//////////\///////T\\\\\T\\\\\\\\ //\\\\\/////\\\T////////////////\\\\\\/\\\\\\\\\ ,,..,,,..,,,..,//\\\\////////\\\\\\\\\\/////////\\\\\///\\\\\\\\\\,,,..,,..,,,..,,,. ,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,..,,,.,,,..,,,.., Powered by Quarkus 3.21.2 2025-04-22 18:12:10,610 WARN [io.qua.config] [,] [,,,] (main) Unrecognized configuration key "quarkus" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo 2025-04-22 18:12:11,350 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) ⚠️ Production readiness checks failed! Check the warnings below. 2025-04-22 18:12:11,351 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) - The realm context resolver is configured to map requests without a realm header to the default realm. Offending configuration option: 'polaris.realm-context.require-header'. 2025-04-22 18:12:11,352 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) - The current metastore is intended for tests only. Offending configuration option: 'polaris.persistence.type'. 2025-04-22 18:12:11,352 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) - A public key file wasn't provided and will be generated. Offending configuration option: 'polaris.authentication.token-broker.rsa-key-pair.public-key-file'. 2025-04-22 18:12:11,353 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) - The current persistence unit (jdbc:h2) is intended for tests only. Offending configuration option: 'polaris.persistence.eclipselink.configuration-file'. 2025-04-22 18:12:11,353 WARN [org.apa.pol.ser.qua.con.ProductionReadinessChecks] [,] [,,,] (main) Refer to https://polaris.apache.org/in-dev/unreleased/configuring-polaris-for-production for more information. 2025-04-22 18:12:11,542 INFO [org.apa.pol.cor.per.LocalPolarisMetaStoreManagerFactory] [,] [,,,] (main) Bootstrapped realm POLARIS using preset credentials. 2025-04-22 18:12:11,704 INFO [io.quarkus] [,] [,,,] (main) Apache Polaris Server (incubating) 0.10.0-beta-incubating-SNAPSHOT on JVM (powered by Quarkus 3.21.2) started in 3.004s. Listening on: http://0.0.0.0:8181. Management interface listening on http://0.0.0.0:8182. 2025-04-22 18:12:11,705 INFO [io.quarkus] [,] [,,,] (main) Profile prod activated. 2025-04-22 18:12:11,706 INFO [io.quarkus] [,] [,,,] (main) Installed features: [cdi, hibernate-validator, micrometer, opentelemetry, reactive-routes, rest, rest-jackson, security, smallrye-context-propagation, smallrye-health, vertx] ``` The output says: ``` Bootstrapped realm POLARIS using preset credentials. ``` ### Expected Behavior Expecting output to contain a string of the form: ``` realm: POLARIS root principal credentials: <client-id>:<client-secret> ``` ### Additional context I am on Ubuntu 24.04, using OpenJDK 21. ### System information OS: Ubuntu 24.04 Polaris Catalog Version: 0.10.0-beta (64b46f1e9c178d517433d14f8652daff31e6834f) -- 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]
