fix(auth): resolve error with double registering flags
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
config := flags("auth", rbac.Flags, auth.Flags)
|
||||
config := flags("auth", rbac.Flags, auth.FullFlags)
|
||||
|
||||
// log to stdout not stderr
|
||||
log.SetOutput(os.Stdout)
|
||||
|
||||
Reference in New Issue
Block a user