()
| 141 | } |
| 142 | |
| 143 | fn scoped_policy() -> AuthzPolicy { |
| 144 | AuthzPolicy { |
| 145 | admin_role: "openshell-admin".to_string(), |
| 146 | user_role: "openshell-user".to_string(), |
| 147 | scopes_enabled: true, |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | fn identity_with_roles(roles: &[&str]) -> Identity { |
| 152 | Identity { |
no outgoing calls