Keeper-Security / Commander

Keeper Commander is a python-based CLI and SDK interface to the Keeper Security platform. Provides administrative controls, reporting, import/export and vault management.
https://www.keepersecurity.com/commander.html
MIT License
182 stars 74 forks source link

(KC-740) `share-folder` fix: #1184

Closed aaunario-keeper closed 4 months ago

aaunario-keeper commented 4 months ago

1) added API request-batching to allow updating permissions for shared folders w/ > 500 users or records (avoiding KA exception on requests that exceed that limit)

aaunario-keeper commented 4 months ago

Hold off on reviewing this while I fix this bug