HonahX commented on code in PR #936:
URL: https://github.com/apache/polaris/pull/936#discussion_r1940358355
##########
spec/rest-catalog-open-api.yaml:
##########
@@ -242,8 +236,6 @@ paths:
$ref: '#/components/responses/OAuthErrorResponse'
5XX:
$ref: '#/components/responses/OAuthErrorResponse'
- security:
- - BearerAuth: []
Review Comment:
It seems in Polaris the `/v1/oauth/tokens` has this additional security
scheme override. This change is included in the original commit of Polaris.
To ensure this PR does not change anything unexpectedly, I extracted this
one to `polaris-catalog-apis/oauth-tokens-api.yaml`. We will likely remove or
update this soon anyway according to:
https://github.com/apache/polaris/issues/12
--
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]