PhillHenry commented on code in PR #3729:
URL: https://github.com/apache/polaris/pull/3729#discussion_r2854160355
##########
spec/polaris-management-service.yml:
##########
@@ -987,6 +988,23 @@ components:
BEARER: "#/components/schemas/BearerAuthenticationParameters"
SIGV4: "#/components/schemas/SigV4AuthenticationParameters"
IMPLICIT: "#/components/schemas/ImplicitAuthenticationParameters"
+ GCP: "#/components/schemas/GcpAuthenticationParameters"
+
+ GcpAuthenticationParameters:
+ type: object
+ description: Uses Iceberg GoogleAuthManager for authentication.
Review Comment:
I'm not aware of a Google doc but I could give the full name of the class
(org.apache.iceberg.gcp.auth.GoogleAuthManager) and point to the [Iceberg
ticket](https://github.com/apache/iceberg/pull/13212) that outlines why it's
necessary. WDYT?
--
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]