Skip to content

Instantly share code, notes, and snippets.

@michalskalski
Last active September 28, 2016 14:30
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 michalskalski/072e9bac392d4bc8ccb49e7be9df2447 to your computer and use it in GitHub Desktop.
Save michalskalski/072e9bac392d4bc8ccb49e7be9df2447 to your computer and use it in GitHub Desktop.
Fuel keystone
{
"auth": {
"identity": {
"password": {
"user": {
"domain": {
"name": "fuel"
},
"name": "nailgun",
"password": "*****"
}
},
"methods": [
"password"
]
},
"scope": {
"project": {
"domain": {
"name": "fuel"
},
"name": "services"
}
}
}
}
curl -X POST -i -H "Content-Type: application/json" --data @data.json http://127.0.0.1:5000/v3/auth/tokens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment