wulianglongrd
wulianglongrd
issue: https://github.com/istio/istio/issues/43982 JwtRule add a `failure_mode` field to specify a Jwt requirement. This is an optional field and no breaking changes.
These scenarios are matching conflicts or configuration errors and cannot be detected by webhooks. It makes sense to change to printing warning logs so that we can detect problems through...
minor optimization: If `needPush=true`, no loop is needed, once `needPush` is assigned true in the loop, you can break out of the loop.
Operate in place to save copies and temporary space. ``` # Benchmark test comparing "in place" and "not in place" $ go test -run=^$ -bench=BenchmarkOperateInPlace -test.benchmem -count=1 os: darwin goarch:...
I don't see it being used anywhere, so I think it can be removed.
support string contains match or authz `request.headers`, fix https://github.com/istio/istio/issues/52557 This is probably a behavior change: the old unit tests treat it as a `suffix` match, this PR treat it as...