/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
pkg/services/annotations/accesscontrol/models.go
11 строк
392 B
Jo
RBAC: Remove annotationPermissionUpdate feature toggle (#117213)
31 янв 2026, 05:23
Не верифицирован
31 янв 2026, 05:23
31f062c
Код
Авторство
О чём код?
package accesscontrol // AccessResources contains resources that are used to filter annotations based on RBAC. type AccessResources struct { // Dashboards is a map of dashboard UIDs to IDs Dashboards map[string]int64 // CanAccessOrgAnnotations true if the user is allowed to access organization annotations CanAccessOrgAnnotations bool // Skip filtering SkipAccessControlFilter bool }