dimas-b commented on code in PR #1925:
URL: https://github.com/apache/polaris/pull/1925#discussion_r2164596229
##########
spec/polaris-management-service.yml:
##########
@@ -911,6 +911,7 @@ components:
- OAUTH
- BEARER
- SIGV4
+ - NO_AUTH
Review Comment:
@snazy : the API-level enum is auto-generated from this YAML spec:
`AuthenticationTypeEnum`.
Decoding code:
https://github.com/apache/polaris/blob/24683d86b46c63a198b2f7b42725037f32d603b8/polaris-core/src/main/java/org/apache/polaris/core/connection/AuthenticationParametersDpo.java#L66
Encoding:
https://github.com/apache/polaris/blob/cc7ffb6ae36c15884d2483572146184a145be176/polaris-core/src/main/java/org/apache/polaris/core/connection/OAuthClientCredentialsParametersDpo.java#L120
--
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]