You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iceberg clients rely on the distinction between status code values to refresh the token when AuthenticationTimeoutResponse is issued for expired tokens.
Currently, polaris returns a 401 UnauthorizedResponse which isn't conformant to the REST Catalog Spec.
Describe the bug
Iceberg clients rely on the distinction between status code values to refresh the token when AuthenticationTimeoutResponse is issued for expired tokens.
Currently, polaris returns a 401 UnauthorizedResponse which isn't conformant to the REST Catalog Spec.
polaris/integration-tests/src/main/java/org/apache/polaris/service/it/test/PolarisManagementServiceIntegrationTest.java
Lines 1993 to 2011 in 49a93f8
To Reproduce
Use an expired token to make a request against polaris catalog
Actual Behavior
Currently, polaris returns a 401 UnauthorizedResponse which isn't conformant to the REST Catalog Spec.
Expected Behavior
419 AuthenticationTimeoutResponse should be returned
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered: