- Notifications
You must be signed in to change notification settings - Fork563
Tags: juju/juju
Tags
v3.6.8
fix: the authorizer plugins call HasPermission correctlyThe controller admin and model permission authorisers were calling common.HasPermission withoutaccounting for the fact that the access func passed in would be called with everyone@externalfor non local users. So the check that the entity equals the user was invalid.
PreviousNext