Fix
This commit is contained in:
parent
ed6fe67880
commit
d0e47206cc
@ -28,7 +28,9 @@ func (h authHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
|
|||||||
// Determine the namespace
|
// Determine the namespace
|
||||||
namespace, err := namespaceFromRequest(req)
|
namespace, err := namespaceFromRequest(req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
w.WriteHeader(http.StatusInternalServerError)
|
logger.Error(err)
|
||||||
|
// w.WriteHeader(http.StatusInternalServerError)
|
||||||
|
namespace = auth.DefaultNamespace
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user