Skip to content
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

Make OAuth token server configurable #291

Closed
flyrain opened this issue Mar 21, 2024 · 2 comments · Fixed by #305
Closed

Make OAuth token server configurable #291

flyrain opened this issue Mar 21, 2024 · 2 comments · Fixed by #305
Assignees
Milestone

Comments

@flyrain
Copy link

flyrain commented Mar 21, 2024

Java and Python clients support configurable OAuth token server. The Rust client needs that as well.

Here is an pyIceberg configuration example

catalog:
  default:
    uri: http://localhost:8082/
    rest.authorization-url: https://xxx.com/oauth2/token
    credential: client_id:client_secret

cc @RussellSpitzer @liurenjie1024 @himadripal

@whynick1
Copy link
Contributor

@flyrain if nobody is already looking at this, would love to try and take a stab at this?

@flyrain
Copy link
Author

flyrain commented Mar 21, 2024

Great! Assigned this to you. Thanks for taking a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants