adutra commented on issue #12373:
URL: https://github.com/apache/iceberg/issues/12373#issuecomment-2676765354

   Hi @mwullink thanks for reporting this issue. It's nice to see people using 
Authentik :-)
   
   I am not sure Iceberg 1.8.0 has changed anything wrt trailing slashes though.
   
   The interface you mentioned, `HTTPRequest`, is new and is not used for now 
(it will be used in Iceberg 1.9.0 with a new API called AuthManager).
   
   The OAuth2 server URI is computed here:
   
   
https://github.com/apache/iceberg/blob/4958663b4c863a44e4895ecf965fabf541083b39/core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java#L246-L255
   
   As you can see the trailing slash is not removed.
   
   So maybe there is something else going on? HTTP 405 means "method not 
allowed", so maybe there is some misconfiguration in your code.
   
   Could you share the configuration options you are using?


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to