Auth Improvements (#1195)

* Exclude Stats & Trace from Auth

* Update Excluded Endpoints Format

* Tweak Implementation
This commit is contained in:
ben-toogood
2020-02-13 14:07:14 +00:00
committed by GitHub
parent ea70711dd3
commit e080ecb43a
2 changed files with 7 additions and 11 deletions

View File

@@ -257,7 +257,7 @@ var (
&cli.StringSliceFlag{
Name: "auth_exclude",
EnvVars: []string{"MICRO_AUTH_EXCLUDE"},
Usage: "Comma-separated list of endpoints excluded from authentication",
Usage: "Comma-separated list of endpoints excluded from authentication, e.g. Users.ListUsers",
},
}