LBAC for datasources: Enabled by default - expression "true" (#99971)

* add expression "true"

* update gen json
This commit is contained in:
Eric Leijonmarck
2025-02-03 14:46:34 +00:00
committed by GitHub
parent d6c1e3bb45
commit 62aaec14b6
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -772,6 +772,7 @@ var (
FrontendOnly: false,
AllowSelfServe: true,
Owner: identityAccessTeam,
Expression: "true",
},
{
Name: "cachingOptimizeSerializationMemoryUsage",
+4 -3
View File
@@ -3722,17 +3722,18 @@
{
"metadata": {
"name": "teamHttpHeaders",
"resourceVersion": "1726836253132",
"resourceVersion": "1738590709387",
"creationTimestamp": "2023-10-17T10:23:54Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-09-20 12:44:13.132845 +0000 UTC"
"grafana.app/updatedTimestamp": "2025-02-03 13:51:49.3871 +0000 UTC"
}
},
"spec": {
"description": "Enables LBAC for datasources to apply LogQL filtering of logs to the client requests for users in teams",
"stage": "preview",
"codeowner": "@grafana/identity-access-team",
"allowSelfServe": true
"allowSelfServe": true,
"expression": "true"
}
},
{