Skip to content

Commit

Permalink
minor wording
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed Apr 17, 2024
1 parent 040e612 commit 7cb482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/xds/translator/basicauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (*basicAuth) patchHCM(mgr *hcmv3.HttpConnectionManager, irListener *ir.HTTP
}

// We use the first route that contains the basicAuth config to build the filter.
// The HCM-level filter config doesn't matter since it is overwritten at the route level.
// The HCM-level filter config doesn't matter since it is overridden at the route level.
if filter, err = buildHCMBasicAuthFilter(irBasicAuth); err != nil {
return err
}
Expand Down

0 comments on commit 7cb482a

Please sign in to comment.