Skip to content

Instantly share code, notes, and snippets.

@christianb93
Created November 9, 2019 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianb93/1773dc2bbae0a4df35e91b386617ef0e to your computer and use it in GitHub Desktop.
Save christianb93/1773dc2bbae0a4df35e91b386617ef0e to your computer and use it in GitHub Desktop.
Sample Keystone token
{
"token": {
"methods": [
"password"
],
"user": {
"domain": {
"id": "default",
"name": "Default"
},
"id": "d1b19dd2b7b04850a0d7c7de8a9aad02",
"name": "admin",
"password_expires_at": null
},
"audit_ids": [
"f0QgQH96QBS4ijX4PtFYAQ"
],
"expires_at": "2019-11-09T13:21:08.000000Z",
"issued_at": "2019-11-09T12:21:08.000000Z",
"project": {
"domain": {
"id": "default",
"name": "Default"
},
"id": "b146f6a39f7d4bbf817967029a2dcd44",
"name": "admin"
},
"is_domain": false,
"roles": [
{
"id": "8aaea39029464511b9a3b3fc30e59224",
"name": "reader"
},
{
"id": "fa454288e5a34b45b1286aa3a3cf90b6",
"name": "admin"
},
{
"id": "854b2f98700841a1b89f765a451c5408",
"name": "member"
}
],
"catalog": [
{
"endpoints": [
{
"id": "1519618ae6004970b196134805e69a2f",
"interface": "admin",
"region_id": "RegionOne",
"url": "http://controller:5000/v3/",
"region": "RegionOne"
},
{
"id": "1ee649e65f7d4dfcb327b50f261250ad",
"interface": "internal",
"region_id": "RegionOne",
"url": "http://controller:5000/v3/",
"region": "RegionOne"
},
{
"id": "e8d46d5d60004f4e8c661a087030247d",
"interface": "public",
"region_id": "RegionOne",
"url": "http://controller:5000/v3/",
"region": "RegionOne"
}
],
"id": "f3504348423d485e91bb7419413931ef",
"type": "identity",
"name": "keystone"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment