consul/agent/structs
John Cowen 24981a6c68 ui: Remove any trailing fullstop/period DNS characters from Gateways UI API (#9752)
Previous to this commit, the API response would include Gateway
Addresses in the form `domain.name.:8080`, which due to the addition of
the port is probably not the expected response.

This commit rightTrims any `.` characters from the end of the domain
before formatting the address to include the port resulting in
`domain.name:8080`
2021-02-25 09:36:43 +00:00
..
acl.go acl: global tokens created by auth methods now correctly replicate to secondary datacenters (#9363) 2020-12-10 08:35:48 -06:00
acl_cache.go
acl_cache_test.go
acl_legacy.go
acl_legacy_test.go
acl_oss.go
acl_test.go
auto_encrypt.go
catalog.go
check_definition.go
check_definition_test.go
check_type.go
config_entry.go server: config entry replication now correctly uses namespaces in comparisons (#9024) 2020-10-23 18:42:45 +00:00
config_entry_discoverychain.go connect: all config entries pick up a meta field (#8596) 2020-09-02 19:22:37 +00:00
config_entry_discoverychain_oss.go
config_entry_discoverychain_test.go
config_entry_gateways.go ui: Remove any trailing fullstop/period DNS characters from Gateways UI API (#9752) 2021-02-25 09:36:43 +00:00
config_entry_gateways_test.go ui: Remove any trailing fullstop/period DNS characters from Gateways UI API (#9752) 2021-02-25 09:36:43 +00:00
config_entry_oss.go Split up unused key validation for oss/ent (#8189) 2020-06-26 12:02:56 +02:00
config_entry_oss_test.go Split up unused key validation for oss/ent (#8189) 2020-06-26 12:02:56 +02:00
config_entry_test.go connect: all config entries pick up a meta field (#8596) 2020-09-02 19:22:37 +00:00
connect.go
connect_ca.go Merge pull request #9009 from hashicorp/update-secondary-ca 2020-11-30 16:13:12 -08:00
connect_ca_test.go Merge pull request #8646 from hashicorp/common-intermediate-ttl 2020-09-15 19:04:27 +00:00
connect_oss.go
connect_proxy_config.go server: config entry replication now correctly uses namespaces in comparisons (#9024) 2020-10-23 18:42:45 +00:00
connect_proxy_config_oss.go
connect_proxy_config_test.go
discovery_chain.go
discovery_chain_oss.go
errors.go Special case the error returned when we have a Raft leader but are not tracking it in the ServerLookup (#9487) 2021-01-04 19:05:58 +00:00
federation_state.go
intention.go
intention_oss.go
intention_test.go
operator.go
prepared_query.go
prepared_query_test.go
protobuf_compat.go Backport: #8362 (#8366) 2020-07-23 12:44:27 -04:00
sanitize_oss.go
service_definition.go
service_definition_test.go
snapshot.go
structs.go Merge pull request #8537 from hashicorp/dnephin/fix-panic-on-connect-nil 2020-08-20 22:01:30 +00:00
structs_filtering_test.go
structs_oss.go
structs_test.go Merge pull request #8537 from hashicorp/dnephin/fix-panic-on-connect-nil 2020-08-20 22:01:30 +00:00
testing.go
testing_catalog.go
testing_connect_proxy_config.go
testing_intention.go
testing_service_definition.go
txn.go