Fix namespace bug in auth wrapper
This commit is contained in:
parent
a9c0e043d2
commit
1374a9e528
@ -182,7 +182,7 @@ func AuthHandler(fn func() auth.Auth) server.HandlerWrapper {
|
||||
// Inspect the token and get the account
|
||||
account, err := a.Inspect(token)
|
||||
if err != nil {
|
||||
account = &auth.Account{Namespace: auth.DefaultNamespace}
|
||||
account = &auth.Account{Namespace: namespace}
|
||||
}
|
||||
|
||||
// Check the accounts namespace matches the namespace we're operating
|
||||
|
Loading…
Reference in New Issue
Block a user