Merge pull request #2258 from rajanadar/patch-4
fix lookup-self response json
This commit is contained in:
commit
2f4d46cdfb
|
@ -358,12 +358,19 @@ of the header should be "X-Vault-Token" and the value should be the token.
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
|
"accessor": "REDACTED",
|
||||||
|
"creation_time": 1484093665,
|
||||||
|
"creation_ttl": 3600,
|
||||||
|
"display_name": "github-armon",
|
||||||
|
"explicit_max_ttl": 0,
|
||||||
"id": "ClientToken",
|
"id": "ClientToken",
|
||||||
"policies": ["web", "stage"],
|
|
||||||
"path": "auth/github/login",
|
|
||||||
"meta": {"user": "armon", "organization": "hashicorp"},
|
"meta": {"user": "armon", "organization": "hashicorp"},
|
||||||
"display_name": "github-armon",
|
"num_uses": 0,
|
||||||
"num_uses": 0,
|
"orphan": true,
|
||||||
|
"path": "auth/github/login",
|
||||||
|
"policies": ["web", "stage"],
|
||||||
|
"renewable": true,
|
||||||
|
"ttl": 3655
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue