open-consul/agent/proxycfg
Andrew Stucki c8e5a1a684
Inline API Gateway TLS cert code (#16295)
* Include secret type when building resources from config snapshot

* First pass at generating envoy secrets from api-gateway snapshot

* Update comments for xDS update order

* Add secret type + corresponding golden files to existing tests

* Initialize test helpers for testing api-gateway resource generation

* Generate golden files for new api-gateway xDS resource test

* Support ADS for TLS certificates on api-gateway

* Configure TLS on api-gateway listeners

* Inline TLS cert code

* update tests

* Add SNI support so we can have multiple certificates

* Remove commented out section from helper

* regen deep-copy

* Add tcp tls test

---------

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2023-02-17 12:46:03 -05:00
..
internal/watch
api_gateway.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
connect_proxy.go Fix configuration merging for implicit tproxy upstreams. (#16000) 2023-01-18 13:43:53 -06:00
data_sources.go
data_sources_oss.go
deep-copy.sh Implement APIGateway proxycfg snapshot (#16194) 2023-02-08 15:52:12 -06:00
ingress_gateway.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
manager.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
manager_test.go
mesh_gateway.go
mesh_gateway_oss.go
naming.go Fix configuration merging for implicit tproxy upstreams. (#16000) 2023-01-18 13:43:53 -06:00
naming_oss.go
naming_test.go
proxycfg.deepcopy.go Inline API Gateway TLS cert code (#16295) 2023-02-17 12:46:03 -05:00
proxycfg.go
snapshot.go Inline API Gateway TLS cert code (#16295) 2023-02-17 12:46:03 -05:00
snapshot_test.go [API Gateway] Add integration test for HTTP routes (#16236) 2023-02-13 14:18:05 -05:00
state.go Fix nil-pointer panics from proxycfg package. (#16277) 2023-02-15 11:54:44 -06:00
state_oss_test.go
state_test.go
terminating_gateway.go
testing.go
testing_api_gateway.go Inline API Gateway TLS cert code (#16295) 2023-02-17 12:46:03 -05:00
testing_connect_proxy.go
testing_ingress_gateway.go
testing_mesh_gateway.go Fix mesh gateways incorrectly matching peer locality. (#16257) 2023-02-16 09:22:41 -06:00
testing_oss.go
testing_peering.go
testing_terminating_gateway.go Add extension validation on config save and refactor extensions. (#16110) 2023-01-30 15:35:26 -06:00
testing_tproxy.go troubleshoot: service to service validation (#16096) 2023-01-27 11:43:16 -08:00
testing_upstreams.go Fix mesh gateways incorrectly matching peer locality. (#16257) 2023-02-16 09:22:41 -06:00
upstreams.go [API Gateway] Update simple test to leverage intentions and multiple listeners (#16228) 2023-02-10 21:13:44 +00:00