grafana/pkg/services/accesscontrol
Gabriel MABILLE 72d32eed27
ExtSvcAuth: Assign roles locally (#78669)
* ExtSvcAuth: Assign roles locally

* Fix test

* HandlePluginStateChanged in the OrgID

* Remove Global from command

* Use AssignmentOrgID instead of OrgID

* Remove unecessary test case
2023-11-29 12:12:30 +01:00
..
acimpl ExtSvcAuth: Assign roles locally (#78669) 2023-11-29 12:12:30 +01:00
actest
api FeatureToggles: Add context and and an explicit global check (#78081) 2023-11-14 12:50:27 -08:00
database ExtSvcAuth: Assign roles locally (#78669) 2023-11-29 12:12:30 +01:00
migrator
mock
ossaccesscontrol Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
pluginutils
resourcepermissions RBAC: Adjust filter for acl list to check for permissions on service accounts (#78681) 2023-11-27 13:37:31 +01:00
accesscontrol.go RBAC: GrafanaAdmin users are admins of the Global Organization (#78559) 2023-11-23 12:17:28 +01:00
accesscontrol_test.go
authorize_in_org_test.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
checker.go
checker_test.go
errors.go
evaluator.go
evaluator_test.go
filter.go
filter_bench_test.go
filter_test.go
metadata.go
metadata_bench_test.go
metadata_test.go
middleware.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
middleware_test.go
models.go ExtSvcAuth: Assign roles locally (#78669) 2023-11-29 12:12:30 +01:00
models_test.go ExtSvcAuth: Assign roles locally (#78669) 2023-11-29 12:12:30 +01:00
resolvers.go
resolvers_test.go
roles.go RBAC: Add OAuth provider scopes separately to fixed:authentication.config:writer (#78202) 2023-11-16 09:15:51 +01:00
roles_test.go
scope.go
scope_test.go