You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting Polaris w/ eclipselink... using ./gradlew :polaris-dropwizard-service:runApp
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
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The "bootstrapped" status is incorrectly assumed to be true after a single request, despite asking to run
bootstrap
.Repro:
polaris-dropwizard-service
./gradlew :polaris-dropwizard-service:runApp
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." --> OKcurl http://127.0.0.1:8181/api/catalog/v1/config
--> HTTP/401 UnauthorizedTo Reproduce
No response
Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered: