Managed Mode¶
Managed mode refers to a set of configuration options that together control how authorization policies are automatically created and enforced on the mesh. When fully enabled, the beacon charm automatically generates AuthorizationPolicies based on what charm authors define via the ServiceMeshConsumer library, so administrators do not need to create policies manually.
Disabling managed mode¶
All of the policy related configuration options described above can be disabled. When they are, Charmed Istio ambient hands off all authorization control to the administrator. No policies are automatically created or enforced, and all traffic management must be done manually by creating and maintaining AuthorizationPolicies directly.