Expand description
Export a RoleGraph to a PolicyManifest for brownfield adoption.
This is the reverse of manifest::expand_manifest → RoleGraph::from_expanded.
It produces a flat manifest (no profiles) that faithfully represents the
current database state. When applied back, it should produce zero diff.
Functions§
- role_
graph_ to_ manifest - Convert a
RoleGraphinto a flatPolicyManifest.