dimas-b commented on code in PR #3330:
URL: https://github.com/apache/polaris/pull/3330#discussion_r2651307057


##########
client/python/apache_polaris/cli/command/__init__.py:
##########
@@ -72,6 +72,8 @@ def options_get(key, f=lambda x: x):
                 sts_endpoint=options_get(Arguments.STS_ENDPOINT),
                 sts_unavailable=options_get(Arguments.STS_UNAVAILABLE),
                 path_style_access=options_get(Arguments.PATH_STYLE_ACCESS),
+                current_kms_key=options_get(Arguments.KMS_KEY_CURRENT),
+                allowed_kms_keys=options_get(Arguments.KMS_KEY_ALLOWED),

Review Comment:
   Currently "current" is the same as "allowed"... However, I believe only 
"current" needs write access... but that's in Polaris java code... it does not 
affect CLI.



-- 
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]

Reply via email to