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
Rather than writing output to stdout, allow specifying an output file
This is a prereq for generating intermediate results when processing a large or continuous audit stream
Could either generate everything into a single file, or generate a file per type (clusterroles, roles, clusterrolebindings, rolebindings)... not sure which is better.
When generating, would generate to a tmp file, then do an atomic move into place, so an apply loop operating on the file would never get a partially written file.
The text was updated successfully, but these errors were encountered:
Rather than writing output to stdout, allow specifying an output file
This is a prereq for generating intermediate results when processing a large or continuous audit stream
Could either generate everything into a single file, or generate a file per type (clusterroles, roles, clusterrolebindings, rolebindings)... not sure which is better.
When generating, would generate to a tmp file, then do an atomic move into place, so an apply loop operating on the file would never get a partially written file.
The text was updated successfully, but these errors were encountered: