parent
96d6e54385
commit
156965bccd
@ -142,7 +142,7 @@ Example Response::
|
|||||||
{ "services":
|
{ "services":
|
||||||
{ "storage":
|
{ "storage":
|
||||||
{ "default": "local",
|
{ "default": "local",
|
||||||
"local": "https://<storage endpoint>/v1/<account_id>" },
|
"local": "https://<storage endpoint>/v1/<account_id>" }
|
||||||
},
|
},
|
||||||
"account_id": "<account_id>",
|
"account_id": "<account_id>",
|
||||||
"users": [ { "name": "user1" },
|
"users": [ { "name": "user1" },
|
||||||
|
@ -49,7 +49,7 @@ account administrators and `.reseller_admin` for reseller administrators may
|
|||||||
exist. Here's an example user JSON dictionary::
|
exist. Here's an example user JSON dictionary::
|
||||||
|
|
||||||
{"auth": "plaintext:testing",
|
{"auth": "plaintext:testing",
|
||||||
"groups": ["name": "test:tester", "name": "test", "name": ".admin"]}
|
"groups": [{"name": "test:tester"}, {"name": "test"}, {"name": ".admin"}]}
|
||||||
|
|
||||||
To map an auth service account to a Swift storage account, the Service Account
|
To map an auth service account to a Swift storage account, the Service Account
|
||||||
Id string is stored in the `X-Container-Meta-Account-Id` header for the
|
Id string is stored in the `X-Container-Meta-Account-Id` header for the
|
||||||
@ -115,7 +115,7 @@ Here's an example token object's JSON dictionary::
|
|||||||
{"account": "test",
|
{"account": "test",
|
||||||
"user": "tester",
|
"user": "tester",
|
||||||
"account_id": "AUTH_8980f74b1cda41e483cbe0a925f448a9",
|
"account_id": "AUTH_8980f74b1cda41e483cbe0a925f448a9",
|
||||||
"groups": ["name": "test:tester", "name": "test", "name": ".admin"],
|
"groups": [{"name": "test:tester"}, {"name": "test"}, {"name": ".admin"}],
|
||||||
"expires": 1291273147.1624689}
|
"expires": 1291273147.1624689}
|
||||||
|
|
||||||
To easily map a user to an already issued token, the token name is stored in
|
To easily map a user to an already issued token, the token name is stored in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user