open-consul/agent/structs
Chris Piraino 91586b9228 Validate hosts input in ingress gateway config entry
We can only allow host names that are valid domain names because we put
these hosts into a DNSSAN. In addition, we validate that the wildcard
specifier '*' is only present as the leftmost label to allow for a
wildcard DNSSAN and associated wildcard Host routing in the ingress
gateway proxy.
2020-05-06 15:12:02 -05:00
..
acl.go acl: oss plumbing to support auth method namespace rules in enterprise (#7794) 2020-05-06 13:48:04 -05:00
acl_cache.go
acl_cache_test.go
acl_legacy.go
acl_legacy_test.go
acl_oss.go acl: oss plumbing to support auth method namespace rules in enterprise (#7794) 2020-05-06 13:48:04 -05:00
acl_test.go
auto_encrypt.go
catalog.go
check_definition.go
check_definition_test.go
check_type.go
config_entry.go Remove service_subset field from ingress config entry 2020-05-06 15:06:13 -05:00
config_entry_discoverychain.go
config_entry_discoverychain_oss.go
config_entry_discoverychain_test.go
config_entry_gateways.go Validate hosts input in ingress gateway config entry 2020-05-06 15:12:02 -05:00
config_entry_gateways_test.go Validate hosts input in ingress gateway config entry 2020-05-06 15:12:02 -05:00
config_entry_oss.go
config_entry_test.go Add TLS option and DNS SAN support to ingress config 2020-05-06 15:12:02 -05:00
connect.go
connect_ca.go
connect_ca_test.go
connect_oss.go
connect_proxy_config.go Make sure IngressHosts isn't parsed during JSON decode 2020-05-06 15:06:14 -05:00
connect_proxy_config_oss.go
connect_proxy_config_test.go Make sure IngressHosts isn't parsed during JSON decode 2020-05-06 15:06:14 -05:00
discovery_chain.go
discovery_chain_oss.go
errors.go
federation_state.go
intention.go Enable filtering language support for the v1/connect/intentions… (#7593) 2020-04-07 11:48:44 -04:00
intention_oss.go
intention_test.go
operator.go
prepared_query.go
prepared_query_test.go
protobuf_compat.go
sanitize_oss.go
service_definition.go
service_definition_test.go
snapshot.go
structs.go Ingress Gateways for TCP services (#7509) 2020-04-16 14:00:48 -07:00
structs_filtering_test.go Enable filtering language support for the v1/connect/intentions… (#7593) 2020-04-07 11:48:44 -04:00
structs_oss.go
structs_test.go sdk: extracting testutil.RequireErrorContains from various places it was duplicated (#7753) 2020-05-01 11:56:34 -05:00
testing.go
testing_catalog.go Ingress Gateways for TCP services (#7509) 2020-04-16 14:00:48 -07:00
testing_connect_proxy_config.go
testing_intention.go
testing_service_definition.go
txn.go