I would like to create a token scoped to a bucket by using the name with the AP, is it possible?
http://localhost:8086/api/v2/authorizations
{
"description": "my_bucket_name_token",
"orgID": "a62a40195e5b0bf7",
"permissions": [
{
"action": "read",
"resource": {
"orgID": "a62a40195e5b0bf7",
"type": "buckets",
//"id": "a81764bf998a926b"
"name": "my_bucket_name"
}
}
]
}
thanks in advance