You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2023/01/10 19:39:49 UTC

[GitHub] [ozone] errose28 commented on pull request #4157: HDDS-7747. Ozone cli to support listing of encrypted buckets.

errose28 commented on PR #4157:
URL: https://github.com/apache/ozone/pull/4157#issuecomment-1377757136

   Should we try to make this more generic? We may want to list encrypted buckets now, but in the future users may want to see all FSO buckets, all buckets with quotas set, or all buckets with EC as the default rep type. With the current design this will lead to an explosion of config flags.
   
   One option is to use `jq` to filter on the client side. This would require more information being pushed over the wire, but is much more flexible. If we want some filtering handled on the server side and some to be left to the user, we should have some criteria for what falls in each category.


-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org