Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from envoyproxy:main #39

Merged
merged 134 commits into from
Feb 23, 2024
Merged
Changes from 1 commit
Commits
Show all changes
134 commits
Select commit Hold shift + click to select a range
cf83f5b
chore: enable testifylint linter (#2436)
mmorel-35 Jan 13, 2024
dfa0d8f
fix: add validation for envoy gateway watch mode field and update doc…
shawnh2 Jan 13, 2024
4499c19
update OSSF Scorecard badge link (#2438)
mmorel-35 Jan 14, 2024
a8d34b6
api: Support connection timeouts in BackendTrafficPolicy (#2411)
guydc Jan 16, 2024
50fbec2
build(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 (#2441)
dependabot[bot] Jan 16, 2024
a68f491
build(deps): bump actions/deploy-pages from 4.0.2 to 4.0.3 (#2442)
dependabot[bot] Jan 16, 2024
e0c20da
build(deps): bump actions/download-artifact from 4.1.0 to 4.1.1 (#2443)
dependabot[bot] Jan 16, 2024
96904a6
build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 (#2444)
dependabot[bot] Jan 16, 2024
5782d21
build(deps): bump github.com/prometheus/common from 0.45.0 to 0.46.0 …
dependabot[bot] Jan 16, 2024
5c98592
build(deps): bump github.com/evanphx/json-patch/v5 from 5.7.0 to 5.8.…
dependabot[bot] Jan 16, 2024
e2c0157
Fix handling the error when parsing the http request timeout for proc…
zhlsunshine Jan 16, 2024
9ed8b20
Replace the net.ParseIP with netip.ParseAddr for IP address parsing. …
zhlsunshine Jan 16, 2024
3ac045d
fix(helm): remove referencepolicies from EG RBAC (#2448)
shahar-h Jan 16, 2024
9081d82
feat: JWT extractFrom headers and params (#2434)
ardikabs Jan 16, 2024
f4ed899
fix(helm): remove kube-rbac-proxy leftovers (#2450)
shahar-h Jan 17, 2024
ffeabe1
feat(helm): support resources configuration for certgen job (#2338)
shahar-h Jan 17, 2024
2a26475
chore: bump golang.org/x/net for tools (#2455)
arkodg Jan 17, 2024
b0ae46c
fix(helm): remove unused RBAC verbs (#2457)
shahar-h Jan 17, 2024
5150839
Fix the description for BackendTrafficPolicy (#2460)
soulxu Jan 18, 2024
20b8497
chore: bump golang.org/x/sys for tools (#2461)
arkodg Jan 18, 2024
3510eda
feat(cors): Allowed more wildcard options (#2453)
jaynis Jan 20, 2024
2002f4c
build(deps): bump the k8s-io group with 4 updates (#2469)
dependabot[bot] Jan 22, 2024
3aab4dc
build(deps): bump go.opentelemetry.io/otel/metric from 1.21.0 to 1.22…
dependabot[bot] Jan 22, 2024
4ec4e68
build(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.21.0 to …
dependabot[bot] Jan 22, 2024
3c5037e
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/…
dependabot[bot] Jan 22, 2024
562dc29
build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (#2476)
dependabot[bot] Jan 22, 2024
e66f8e0
Correct word spelling (#2478)
xiandan-erizo Jan 22, 2024
0ac8c64
build(deps): bump actions/upload-artifact from 4.1.0 to 4.2.0 (#2475)
dependabot[bot] Jan 22, 2024
d0c12eb
Use go standard errors instead of multierror (#2464)
mmorel-35 Jan 22, 2024
50db4a0
feat: Add secret resource support for EnvoyPatchPolicy (#2466)
soulxu Jan 23, 2024
f2b62b2
chore: fix lint (#2484)
zirain Jan 23, 2024
9b6e45e
api: downstream client CACert validation (#2483)
arkodg Jan 23, 2024
95f4c10
LogoutPath nil pointer fix (#2485)
xiandan-erizo Jan 23, 2024
9359b78
testifylint: enable bool-compare, compares, require-error (#2486)
mmorel-35 Jan 23, 2024
45c03a2
fix: fix checkObjectNamespaceLabels func param type (#2477)
ShyunnY Jan 23, 2024
e4e2b68
api: Add support for enabling Trailers in HTTP/1.1 (#2487)
liorokman Jan 24, 2024
914b48c
API: add `From` field to JSONPatchOperation (#2467)
soulxu Jan 24, 2024
c86681c
simplify checkObjectNamespaceLabels (#2480)
deszhou Jan 24, 2024
daa2c23
update CORS docs (#2493)
zhaohuabing Jan 24, 2024
100d310
feat: support Envoy extra args (#2489)
shahar-h Jan 24, 2024
8ce7914
feat: Implement enabling HTTP/1.1 trailers (#2492)
liorokman Jan 24, 2024
e58d1c9
docs: add user guide for EnvoyProxy extraArgs (#2498)
shahar-h Jan 25, 2024
8503398
bump controller-runtime (#2499)
zirain Jan 25, 2024
668dfb5
api: Support preserving header letter-case on HTTP/1 (#2501)
liorokman Jan 25, 2024
e168ef9
feat: support LabelSelector type for NamespaceSelectors (#2494)
deszhou Jan 26, 2024
8aa432c
Trigger a reconcile of SecurityPolicy when OIDC or Basic Auth secrets…
zhaohuabing Jan 26, 2024
0bd88fe
api: add compressor/decompressor support (#2474)
soulxu Jan 26, 2024
2feae69
chore: fix lint (#2514)
zirain Jan 27, 2024
52c18f3
Set status when EnvoyPatchPolicy is disabled (#2504)
soulxu Jan 27, 2024
b33f09b
feat: Implement preserving header letter cases (#2506)
liorokman Jan 27, 2024
93361a6
bug: fix printable for ir xds (#2512)
arkodg Jan 27, 2024
796a093
bug: skip backendRefs with weight set to 0 (#2515)
arkodg Jan 27, 2024
6572fd3
chore: Cleanups for HTTP1Settings (#2517)
liorokman Jan 27, 2024
05562f0
build(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 (#2523)
dependabot[bot] Jan 29, 2024
496f6e1
build(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5 (#2525)
dependabot[bot] Jan 29, 2024
c460bdb
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/…
dependabot[bot] Jan 29, 2024
fcd8148
build(deps): bump go.opentelemetry.io/proto/otlp from 1.0.0 to 1.1.0 …
dependabot[bot] Jan 29, 2024
ae78a8f
build(deps): bump github.com/evanphx/json-patch/v5 from 5.8.0 to 5.9.…
dependabot[bot] Jan 29, 2024
6113426
build(deps): bump github.com/bufbuild/buf from 1.28.1 to 1.29.0 in /t…
dependabot[bot] Jan 29, 2024
cbb9b90
build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (#2524)
dependabot[bot] Jan 29, 2024
8d19d77
build(deps): bump github.com/tsaarni/certyaml from 0.9.2 to 0.9.3 (#2…
dependabot[bot] Jan 29, 2024
b8cbee2
build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#2528)
dependabot[bot] Jan 29, 2024
f1a0a42
feat(translator): Implement BTP Timeout API (#2454)
guydc Jan 29, 2024
236cba5
api: support upstream max requests per connection (#2513)
guydc Jan 30, 2024
241e838
api: support for external authz (#2435)
zhaohuabing Jan 30, 2024
b090182
feat(translator): implement max requests per connection (#2539)
guydc Jan 31, 2024
fb8d48c
api: move healthCheck to healthCheck.active (#2540)
arkodg Jan 31, 2024
3e99199
chore: update api doc (#2542)
zirain Jan 31, 2024
0676f04
docs: improve api type members (#2544)
zirain Feb 1, 2024
fb87c57
docs: show required for API doc (#2547)
zirain Feb 1, 2024
464fed9
docs: fix PolicyTargetReferenceWithSectionName hyperlink (#2548)
zirain Feb 1, 2024
1754679
chore: remove duplicate (#2538)
deszhou Feb 2, 2024
ca4657c
use BackendObjectReference to represent the ext auth service (#2553)
zhaohuabing Feb 2, 2024
e3994ec
feat: Support Client IP Detection using XFF on ClientTrafficPolicy (#…
davidalger Feb 3, 2024
86c67d2
fix: LoadBalancerIP validation to prevent trailing period (#2563)
davidalger Feb 5, 2024
567d484
build(deps): bump github/codeql-action from 3.23.2 to 3.24.0 (#2559)
dependabot[bot] Feb 5, 2024
9ae27f1
build(deps): bump go.opentelemetry.io/otel/exporters/prometheus from …
dependabot[bot] Feb 5, 2024
861c3cd
build(deps): bump github.com/miekg/dns from 1.1.57 to 1.1.58 (#2561)
dependabot[bot] Feb 5, 2024
4ab017d
build(deps): bump sigs.k8s.io/kind from 0.20.0 to 0.21.0 in /tools/sr…
dependabot[bot] Feb 5, 2024
f21f9ff
feat: add support for `egctl x status` (#2550)
shawnh2 Feb 6, 2024
3f37499
refactor: reconstruct the judgment of OwningGatewayLabels (#2555)
ShyunnY Feb 6, 2024
9b37f59
fix: Envoy rejects XDS at runtime losing all routes on restart (#2576)
davidalger Feb 8, 2024
a33c505
fix: Deprecated field error when using RequestHeaderModifier filter (…
davidalger Feb 8, 2024
dc4a8d3
ext auth impl (#2537)
zhaohuabing Feb 8, 2024
151ae6a
api: Add support for enabling HTTP/1.0 and HTTP/0.9 (#2534)
liorokman Feb 8, 2024
c3a2bd9
api: making the value optional for JSONPatchOperation (#2522)
soulxu Feb 8, 2024
d44f4be
e2e: Add an e2e test for the header case-preserving feature (#2516)
liorokman Feb 8, 2024
53c9758
Disable appending Server header by default (#2500)
liorokman Feb 9, 2024
5acc233
feat: Add support for HTTP/1.0 and HTTP/0.9 (#2577)
liorokman Feb 9, 2024
bb59484
fix: when service type = clusterIP set the address to service.cluster…
ShyunnY Feb 12, 2024
2c1b946
feat(translator): Implement BTP TCPKeepAlive (#2581)
guydc Feb 12, 2024
da092e0
feat: add support for Passive Health Checks (Outlier Detection) (#2556)
deszhou Feb 12, 2024
6884f8d
add liorokman & guydc as reviewers (#2583)
arkodg Feb 13, 2024
988d4ed
feat: Suppress 'X-Envoy' headers and pass-through the upstream 'Serve…
liorokman Feb 13, 2024
446997b
bug: fix merge race (#2604)
arkodg Feb 13, 2024
765903a
feat: downstream mTLS (#2490)
arkodg Feb 14, 2024
b97e5ab
chore: fix failed test case introduced by #2490 (#2608)
shawnh2 Feb 14, 2024
e4b88aa
build(deps): bump go.opentelemetry.io/otel from 1.22.0 to 1.23.1 (#2595)
dependabot[bot] Feb 15, 2024
475adb7
build(deps): bump github.com/golangci/golangci-lint from 1.55.2 to 1.…
dependabot[bot] Feb 15, 2024
ce4f2ed
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/…
dependabot[bot] Feb 15, 2024
737a6ee
build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#2588)
dependabot[bot] Feb 15, 2024
fe88e9a
build(deps): bump yamllint from 1.33.0 to 1.34.0 in /tools/src/yamlli…
dependabot[bot] Feb 15, 2024
35e646d
add a catch-all route if needed (#2586)
zhaohuabing Feb 15, 2024
c6696d9
build(deps): bump sigs.k8s.io/controller-runtime from 0.17.0 to 0.17.…
dependabot[bot] Feb 15, 2024
114c3bd
build(deps): bump actions/upload-pages-artifact from 3.0.0 to 3.0.1 (…
dependabot[bot] Feb 15, 2024
07b6c95
build(deps): bump actions/deploy-pages from 4.0.3 to 4.0.4 (#2589)
dependabot[bot] Feb 15, 2024
b2bfdbf
build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (#2587)
dependabot[bot] Feb 15, 2024
ac02437
fix: ensure ANDed matches for ratelimit rules (#2607)
shawnh2 Feb 15, 2024
1775624
feat: Support Client IP Detection using Custom Header (#2566)
davidalger Feb 16, 2024
cc88e9c
bug: Fix merge race (#2628)
arkodg Feb 16, 2024
f7df0e2
use ADS cache to ensure the rule order (#2634)
zetaab Feb 17, 2024
a5125bf
feat: support multiple GatewayClass per controller (#2298)
cnvergence Feb 17, 2024
199f50c
api: Support Timeouts in ClientTrafficPolicy (#2605)
yaelSchechter Feb 18, 2024
56a0178
doc: update gateway-address doc (#2638)
shawnh2 Feb 19, 2024
c8ca4fa
build(deps): bump github.com/golangci/golangci-lint from 1.56.1 to 1.…
dependabot[bot] Feb 19, 2024
7063031
build(deps): bump distroless/static from `112a87f` to `6a3500b` in /t…
dependabot[bot] Feb 19, 2024
511b4c0
build(deps): bump actions/download-artifact from 4.1.1 to 4.1.2 (#2650)
dependabot[bot] Feb 19, 2024
2df19d6
build(deps): bump sigs.k8s.io/kind from 0.21.0 to 0.22.0 in /tools/sr…
dependabot[bot] Feb 19, 2024
dea8bc0
build(deps): bump yamllint from 1.34.0 to 1.35.1 in /tools/src/yamlli…
dependabot[bot] Feb 19, 2024
2d090f1
build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1 (#2644)
dependabot[bot] Feb 19, 2024
6227b8c
build(deps): bump the k8s-io group with 6 updates (#2643)
dependabot[bot] Feb 19, 2024
90b21b6
build(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0 …
dependabot[bot] Feb 19, 2024
a86ee92
build(deps): bump github/codeql-action from 3.24.0 to 3.24.3 (#2651)
dependabot[bot] Feb 19, 2024
d410da0
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/…
dependabot[bot] Feb 19, 2024
8edc180
build(deps): bump sigs.k8s.io/controller-runtime from 0.17.1 to 0.17.…
dependabot[bot] Feb 19, 2024
a928482
chore: Update Envoy proxy image to envoy:distroless-dev in main (#2640)
davidalger Feb 19, 2024
cf46fbe
chore: remove invalid multiple GatewayClass e2e test (#2655)
cnvergence Feb 19, 2024
579b3b4
bug: fix deletion of all gatewayclasses (#2659)
arkodg Feb 20, 2024
5e78542
fix: match mergedGateways irKey for ClientTrafficPolicy (#2662)
cnvergence Feb 20, 2024
7ab3da6
Fix: requests not matching defined routes trigger per-route filters (…
zhaohuabing Feb 20, 2024
4c79ef9
api: support retry on in BackendTrafficPolicy (#2657)
guydc Feb 21, 2024
c30d037
feat(translator): implement timeout in ClientTrafficPolicy (#2667)
yaelSchechter Feb 22, 2024
5a0baf0
feat: add all resource type support for `egctl x status` (#2573)
shawnh2 Feb 22, 2024
fc7d6bc
Add suffix for oauth cookies (#2664)
zhaohuabing Feb 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(helm): remove unused RBAC verbs (envoyproxy#2457)
Signed-off-by: Shahar Harari <shahar.harari@sap.com>
shahar-h authored Jan 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b0ae46cc68b79c0f100d47aa6a5cc134fe5ae772
4 changes: 0 additions & 4 deletions charts/gateway-helm/templates/_rbac.tpl
Original file line number Diff line number Diff line change
@@ -71,8 +71,6 @@ resources:
verbs:
- get
- list
- patch
- update
- watch
{{- end }}

@@ -102,8 +100,6 @@ resources:
verbs:
- get
- list
- patch
- update
- watch
{{- end }}