chore docs
This commit is contained in:
parent
22fee07f88
commit
cdc9029ad0
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ func buildAuthLocation(input interface{}, globalExternalAuthURL string, c interf
|
|||
}
|
||||
|
||||
// shouldApplyGlobalAuth returns true only in case when ExternalAuth.URL is not set and
|
||||
// GlobalExternalAuth is set.
|
||||
// GlobalExternalAuth is set, or if GlobalExternalAuth.DefaultEnable is true.
|
||||
func shouldApplyGlobalAuth(input interface{}, globalExternalAuthURL string, c interface{}) bool {
|
||||
location, ok := input.(*ingress.Location)
|
||||
if !ok {
|
||||
|
|
Loading…
Reference in a new issue