rdblue commented on code in PR #4771:
URL: https://github.com/apache/iceberg/pull/4771#discussion_r873075533
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -58,7 +58,9 @@ servers:
default: ""
# All routes are currently configured using an Authorization header.
security:
+ - OAuth2: [catalog]
Review Comment:
I added just one scope for all catalog and config access. Alternatively, we
could separate this into read and read/modify scopes to allow read-only access.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]