This website requires JavaScript.
Explore
Help
Sign In
public
/
grafana
Watch
1
Star
0
Fork
0
You've already forked grafana
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3979ea0c479a2c562d045584355600908e7e2d8b
grafana
/
pkg
/
services
/
accesscontrol
/
resourcepermissions
T
History
Julien Duchesne
c7f515b9b2
fix(swagger): POST -> GET method for two access control endpoints (
#80082
)
...
Missed those here:
https://github.com/grafana/grafana/pull/80053
2024-01-05 09:40:08 -05:00
..
api_test.go
AccessControl: Remove acmock.New from accesscontrol service tests (
#71942
)
2023-07-20 10:00:46 +02:00
api.go
fix(swagger): POST -> GET method for two access control endpoints (
#80082
)
2024-01-05 09:40:08 -05:00
error.go
Access Control: Pass db session to hooks (
#44428
)
2022-01-25 17:12:00 +01:00
hook.go
chore: remove sqlstore & mockstore dependencies from (most) packages (
#57087
)
2022-10-19 09:02:15 -04:00
middleware.go
RBAC: Remove legacy ac from authorization middleware (
#68898
)
2023-05-24 09:49:42 +01:00
models.go
Auth: Move access control API to SignedInUser interface (
#73144
)
2023-08-18 11:42:18 +01:00
options.go
DataSourcePermissions: Handle licensing properly for ds permissions (
#59694
)
2022-12-02 13:19:14 +01:00
service_test.go
RBAC: Split non-empty scopes into
kind
,
attribute
and
identifier
fields for better search performance (
#71933
)
2023-07-21 15:23:01 +01:00
service.go
Auth: Move access control API to SignedInUser interface (
#73144
)
2023-08-18 11:42:18 +01:00
store_bench_test.go
Chore: Remove Result field from datasources (
#63048
)
2023-02-09 15:49:44 +01:00
store_test.go
RBAC: Adjust filter for acl list to check for permissions on service accounts (
#78681
)
2023-11-27 13:37:31 +01:00
store.go
RBAC: Fix filter so that check for access on service account is correct (
#78907
)
2023-11-30 17:32:04 +02:00