You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all - small suggestion for the knox acl command. Sometimes I will create a new secret starting from the same "configuration" as the other. To do so, I can pipe knox get old | knox create new, but then need to do some manual changes to the output of knox acl old. This is because the acl command iterated through an array and json-ifys each entry, instead of json-ifying it all together.
Please also let me know if there is another command I am missing that would fulfill my request. Happy to implement these changes if agreed upon. Thanks!
The text was updated successfully, but these errors were encountered:
Hi all - small suggestion for the
knox acl
command. Sometimes I will create a new secret starting from the same "configuration" as the other. To do so, I can pipeknox get old | knox create new
, but then need to do some manual changes to the output ofknox acl old
. This is because theacl
command iterated through an array and json-ifys each entry, instead of json-ifying it all together.Actual:
Expected (with new JSON flag)
Please also let me know if there is another command I am missing that would fulfill my request. Happy to implement these changes if agreed upon. Thanks!
The text was updated successfully, but these errors were encountered: