75da4da476
The documentation was a bit misleading because it listed projects, domains, and the system as not being optional. This is confusing because it's not possible to scope a token to more than one target. This commit attempts to clarify those details. Closes-Bug: 1774229 Change-Id: I27fb15e2b53529b91c0f2bd3a2744d60b54495c8
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"auth": {
|
|
"identity": {
|
|
"methods": [
|
|
"password"
|
|
],
|
|
"password": {
|
|
"user": {
|
|
"id": "ee4dfb6e5540447cb3741905149d9b6e",
|
|
"password": "devstacker"
|
|
}
|
|
}
|
|
},
|
|
"scope": {
|
|
"system": {
|
|
"all": true
|
|
}
|
|
}
|
|
}
|
|
}
|