vault: lookup-self should allow unauthenticated requests

This commit is contained in:
Mitchell Hashimoto 2015-04-08 22:09:08 -07:00
parent 8ebc29d1b9
commit 9a034c4ab8
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ func NewTokenStore(c *Core) (*TokenStore, error) {
Root: []string{
"revoke-prefix/*",
},
Unauthenticated: []string{
"lookup-self",
},
},
Paths: []*framework.Path{