audit2rbac
audit2rbac copied to clipboard
Add --output-filename to output generated objects to
trafficstars
Fixes #3
- file written to tmp location initially and moved to the final path
- currently writing all objects to the same file, but this could be changed
- writing different objects to different files will require passing a bunch of flags or using predefined filenames with a user defined prefix, this seems inconvenient for maintenance as well as for users
Please let me know if there's anything else I can improve or fix with this PR! Thanks @liggitt :)