grafana/pkg/services/accesscontrol
Marcus Efraimsson 6768c6c059
Chore: Remove public vars in setting package (#81018)
Removes the public variable setting.SecretKey plus some other ones. 
Introduces some new functions for creating setting.Cfg.
2024-01-23 12:36:22 +01:00
..
acimpl Access control: Add permissions cache hit/miss metrics (#80883) 2024-01-19 13:47:58 +01:00
actest AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416) 2024-01-17 10:55:47 +01:00
api FeatureFlags: Use interface rather than manager (#80000) 2024-01-09 10:38:06 -08:00
database RBAC: Search endpoint support wildcards (#80383) 2024-01-17 17:07:47 +01:00
migrator AccessControl: Add safety valve truncation for long user defined scopes (#79854) 2023-12-27 17:31:26 +01:00
mock AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416) 2024-01-17 10:55:47 +01:00
ossaccesscontrol Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
pluginutils RBAC: Add origin column to seed_assignment (#80326) 2024-01-11 18:43:43 +01:00
resourcepermissions Chore: Remove public vars in setting package (#81018) 2024-01-23 12:36:22 +01:00
accesscontrol_test.go AuthN: Embed an OAuth2 server for external service authentication (#68086) 2023-05-25 15:38:30 +02:00
accesscontrol.go RBAC: Search endpoint support wildcards (#80383) 2024-01-17 17:07:47 +01:00
authorize_in_org_test.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
checker_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
checker.go RBAC: Permission check performance improvements for the new search (#60729) 2023-01-27 12:12:30 +00:00
errors.go Auth: Add empty role definition (#64694) 2023-07-06 15:40:06 +02:00
evaluator_test.go RBAC: Split up service into several components (#54002) 2022-08-24 13:29:17 +02:00
evaluator.go Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
filter_bench_test.go Chore: Remove Result field from datasources (#63048) 2023-02-09 15:49:44 +01:00
filter_test.go Chore: Remove Result field from datasources (#63048) 2023-02-09 15:49:44 +01:00
filter.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
metadata_bench_test.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
metadata_test.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
metadata.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
middleware_test.go AccessControl: Remove acmock.New from accesscontrol service tests (#71942) 2023-07-20 10:00:46 +02:00
middleware.go Authz: Remove use of SignedInUser copy for permission evaluation (#78448) 2023-11-22 14:20:22 +01:00
models_test.go ExtSvcAuth: Assign roles locally (#78669) 2023-11-29 12:12:30 +01:00
models.go Access control: Add permissions cache hit/miss metrics (#80883) 2024-01-19 13:47:58 +01:00
resolvers_test.go Chore: Fix goimports grouping (#62426) 2023-01-30 09:34:18 +01:00
resolvers.go Chore: capitalise log message for auth packages (#74332) 2023-09-04 18:49:47 +02:00
roles_test.go AccessControl: Remove package lists for roles and grants (#47141) 2022-04-06 09:31:14 +02:00
roles.go AuthN: Add auth hook that can sync grafana cloud role to rbac cloud role (#80416) 2024-01-17 10:55:47 +01:00
scope_test.go RBAC: Add function to generate wildcards from prefix (#54275) 2022-08-26 17:10:35 +02:00
scope.go RBAC: Permission check performance improvements for the new search (#60729) 2023-01-27 12:12:30 +00:00