LBAC for datasources: Update the docs to point to UID instead of ID (#97512)

update the docs
pull/97543/head
Eric Leijonmarck 8 months ago committed by GitHub
parent 492c1ebc0e
commit c98dfd3b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 12
      docs/sources/developers/http_api/datasource_lbac_rules.md

@ -57,13 +57,13 @@ Content-Length: 131
{
"rules": [
{
"teamId": "1",
"teamUId": "fdnd1pf4m9sxvc",
"rules": [
"{ service_name=\"bigquery-sync-mysql\" }"
]
},
{
"teamId": "2",
"teamUid": "dfed1p2m9sxvfc",
"rules": [
"{ service_name=\"api\" }"
]
@ -99,13 +99,13 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
{
"rules": [
{
"teamId": "1",
"teamUId": "fdnd1pf4m9sxvc",
"rules": [
"{ service_name=\"bigquery-sync-mysql\" }"
]
},
{
"teamId": "2",
"teamUid": "dfed1p2m9sxvfc",
"rules": [
"{ service_name=\"api\" }"
]
@ -127,13 +127,13 @@ Content-Length: 35
"name": "loki",
"rules": [
{
"teamId": "1",
"teamUId": "fdnd1pf4m9sxvc",
"rules": [
"{ service_name=\"bigquery-sync-mysql\" }"
]
},
{
"teamId": "2",
"teamUid": "dfed1p2m9sxvfc",
"rules": [
"{ service_name=\"api\" }"
]

Loading…
Cancel
Save