vault: lookup-self should allow unauthenticated requests
This commit is contained in:
parent
8ebc29d1b9
commit
9a034c4ab8
|
@ -83,6 +83,10 @@ func NewTokenStore(c *Core) (*TokenStore, error) {
|
|||
Root: []string{
|
||||
"revoke-prefix/*",
|
||||
},
|
||||
|
||||
Unauthenticated: []string{
|
||||
"lookup-self",
|
||||
},
|
||||
},
|
||||
|
||||
Paths: []*framework.Path{
|
||||
|
|
Loading…
Reference in New Issue