Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Iceberg REST configurable OAuth Endpoint #23086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
c-thiel opened this issue Aug 20, 2024 · 2 comments · Fixed by #23847
Closed

Iceberg REST configurable OAuth Endpoint #23086

c-thiel opened this issue Aug 20, 2024 · 2 comments · Fixed by #23847
Labels
iceberg Iceberg connector

Comments

@c-thiel
Copy link
Member

c-thiel commented Aug 20, 2024

Recent changes in Iceberg REST deprecated the oauth2 endpoint as part of the REST spec. Instead, the OAuth2 endpoint of the IdP should be used.

Extract from the spec:
The oauth/tokens endpoint is DEPRECATED for REMOVAL. It is not recommended to implement this endpoint, unless you are fully aware of the potential security implications.

All clients are encouraged to explicitly set the configuration property oauth2-server-uri to the correct OAuth endpoint.

It would be great to make the oauth2 server uri configurable by adding a iceberg.rest-catalog.oauth2.server-uri configuration for the Iceberg Rest Catalog.

@ebyhr
Copy link
Member

ebyhr commented Aug 21, 2024

cc: @findinpath @mayankvadariya

@c-thiel
Copy link
Member Author

c-thiel commented Oct 1, 2024

I noticed presto has implemented this now. Maybe it helps!
prestodb/presto#23739

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iceberg Iceberg connector
Development

Successfully merging a pull request may close this issue.

2 participants