snazy opened a new issue, #560:
URL: https://github.com/apache/polaris/issues/560

   ### Describe the bug
   
   The "bootstrapped" status is incorrectly assumed to be true after a single 
request, despite asking to run `bootstrap`.
   
   Repro:
   1. Add necessary dependencies to `polaris-dropwizard-service`
     ```
     runtimeOnly(project(":polaris-eclipselink"))
     runtimeOnly(libs.h2)
     runtimeOnly(libs.postgresql)
     ```
   2. Starting Polaris w/ eclipselink... using `./gradlew 
:polaris-dropwizard-service:runApp`
   3. `curl http://127.0.0.1:8181/api/catalog/v1/config` --> HTTP/500 / "Error 
500 java.lang.IllegalStateException: Realm is not bootstrapped, please run 
server in bootstrap mode." --> OK
   4. Another `curl http://127.0.0.1:8181/api/catalog/v1/config` --> HTTP/401 
Unauthorized
   
   
   ### To Reproduce
   
   _No response_
   
   ### Actual Behavior
   
   _No response_
   
   ### Expected Behavior
   
   _No response_
   
   ### Additional context
   
   _No response_
   
   ### System information
   
   _No response_


-- 
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