-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey @samhld, I'm trying to test fine grained authorization and cannot figure out how to access the meta nodes.
I enabled authentication and added an admin user. However, when I run the following, I get curl: (6) Could not resolve host: meta2:
curl -s -L -XPOST "http://localhost:18091/influxdb/v2/acl/grants" \
-u "admin:admin" \
-H "Content-Type: application/json" \
--data-binary '{
"database": {"match": "exact", "value": "telegraf"},
"measurement": {"match": "exact", "value": "cpu"},
"permissions": ["read"],
"users": [
{"name": "restricted"}
]
}'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels