cloudfoundry-community/vault-broker

there is a bug in main.go

Closed this issue · 1 comments

main.go, line 283 res, err = vault.Do("PUT", "v1/auth/token/revoke", map[string]string{"token": secret["token"]})
missing a '/' in front of v1/auth/token/revoke

jhunt commented

Fixed, thanks!