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

   ### Describe the bug
   
   When attempting to verify the 1.10 release I ran into an issue trying to run 
the KeycloakFileIT suite.
   
   ```
   ./gradlew :polaris-runtime-service:intTest --tests 
"RestCatalogKeycloakFileIT.testDropTableWithPurge"
   ```
   
   For example would give a cryptic error about the quarkusTestPort being not 
set correctly. No other errors or warnings were surfaced.
   
   Walking through with a debugger, the containers were starting correctly but 
the attempt to create roles in the Keycloack container was failing with a 403.
   
   ```
   HttpResponseProxy{HTTP/1.1 403 Forbidden [Cache-Control: no-store, Pragma: 
no-cache, content-length: 64, Content-Type: application/json, Referrer-Policy: 
no-referrer, Strict-Transport-Security: max-age=31536000; includeSubDomains, 
X-Content-Type-Options: nosniff, X-Frame-Options: SAMEORIGIN] 
ResponseEntityProxy{[Content-Type: application/json,Content-Length: 64,Chunked: 
false]}}
   ```
   
   The Docker instance on my OSX seemed to have started correctly and in debug 
mode, I attempted to hit the URI being used by the test suite and got the 
following site back
   
   <img width="616" height="315" alt="Image" 
src="https://github.com/user-attachments/assets/d2ec1566-87a5-4c39-b732-12b8036852af";
 />
   
   Which I don't think should be happening since we are in dev mode ... but 
seems to anyway.
   
   Any other usages of the AdminClient are also failing with 403's
   
   <img width="738" height="375" alt="Image" 
src="https://github.com/user-attachments/assets/f8259783-a164-47c8-8b6d-c02936c1eb78";
 />
   
   ### 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