dimas-b commented on code in PR #3170: URL: https://github.com/apache/polaris/pull/3170#discussion_r2569584188
########## polaris-core/src/main/java/org/apache/polaris/core/auth/PolarisCredential.java: ########## @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -package org.apache.polaris.service.auth; +package org.apache.polaris.core.auth; Review Comment: Note: for OIDC flows, the JWT in the request is already authenticated by Quarkus by the time `DefaultAuthenticator` is called... It may still need to be passed through `PolarisCredential`, but at least that part does not touch "core". -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
