You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "danielcweeks (via GitHub)" <gi...@apache.org> on 2023/02/05 05:26:24 UTC

[GitHub] [iceberg] danielcweeks opened a new pull request, #6749: Prevent RESTCatalog AuthSession from expiring

danielcweeks opened a new pull request, #6749:
URL: https://github.com/apache/iceberg/pull/6749

   When using OAuth with RESTCatalog, the catalog's auth session is returned by `newSession` if credentials are not provided.  This results in the main auth session being cached and eventually expired.
   
   The PR removes the side-effect of returning the original auth from `newSession` and prevents it from being cached.


-- 
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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] rdblue merged pull request #6749: Prevent RESTCatalog AuthSession from expiring

Posted by "rdblue (via GitHub)" <gi...@apache.org>.
rdblue merged PR #6749:
URL: https://github.com/apache/iceberg/pull/6749


-- 
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-unsubscribe@iceberg.apache.org

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


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


[GitHub] [iceberg] rdblue commented on pull request #6749: Prevent RESTCatalog AuthSession from expiring

Posted by "rdblue (via GitHub)" <gi...@apache.org>.
rdblue commented on PR #6749:
URL: https://github.com/apache/iceberg/pull/6749#issuecomment-1419729043

   Good catch, thanks for getting this fixed.


-- 
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-unsubscribe@iceberg.apache.org

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


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