-
Notifications
You must be signed in to change notification settings - Fork 440
Closed
3 / 33 of 3 issues completedLabels
Description
Feature Request / Improvement
Similar to the reference implementation in Java, PyIceberg should also support the AuthManager API to support different modes of authentication, where the only requirement is for the REST Catalog Session in the PyIceberg client to send a valid access token to the REST Catalog Server.
Currently PyIceberg only supports fetching access tokens from the OAUTH2_SERVER_URI. We should refactor this by following these steps:
Reactions are currently unavailable