Jeff Escalante
2bfa64f903
replace internal .html link extensions
2020-04-28 12:53:20 -04:00
Jeff Escalante
9cd0b95f24
remove internal /index.html
2020-04-28 12:53:20 -04:00
Jeff Escalante
79cb6711f3
add redirects
2020-04-28 12:53:19 -04:00
Jeff Escalante
6fcd22643b
add one-off pages
2020-04-28 12:53:19 -04:00
Jeff Escalante
f9891a33a0
remove export trailing slash
2020-04-28 12:53:19 -04:00
Jeff Escalante
f1c86126e9
redirects port
2020-04-28 12:53:18 -04:00
Jeff Escalante
4ea168dbf9
correct favicon
2020-04-28 12:53:18 -04:00
Jeff Escalante
c23cda3389
anchor link fixes across a lot of pages
2020-04-28 12:53:18 -04:00
Jeff Escalante
711352bcf1
docs rendering
2020-04-28 12:53:18 -04:00
Jeff Escalante
6bd1a51413
intro and api navigation converted
2020-04-28 12:52:44 -04:00
Jeff Escalante
93bc85dc4f
initial
2020-04-28 12:52:43 -04:00
Brandon Romano
f0215af00d
Merge pull request #7716 from hashicorp/mw.add-alert-banner
...
website: add alert banner
2020-04-28 09:45:20 -07:00
Brandon Romano
206912c61d
Update with proper notification
2020-04-28 09:44:37 -07:00
Matt Keeler
7a4c73acaf
Updates to allow for using an enterprise specific token as the agents token
...
This is needed to allow for managed Consul instances to register themselves in the catalog with one of the managed service provider tokens.
2020-04-28 09:44:26 -04:00
Matt Keeler
bec3fb7c18
Some boilerplate to allow for ACL Bootstrap disabling configurability
2020-04-28 09:42:46 -04:00
Matt Keeler
8c545b5206
Update mapstructure to v1.2.3
...
This release contains a fix to prevent duplicate keys in the Metadata after decoding where the output value contains pointer fields.
2020-04-28 09:33:16 -04:00
Mike Wickett
2a250f39a5
website: add alert banner
2020-04-28 08:56:21 -04:00
Freddy
137a2c32c6
TLS Origination for Terminating Gateways ( #7671 )
2020-04-27 16:25:37 -06:00
Freddy
c1dc2f12f7
Terminating Gateways Proxy Configuration ( #7631 )
2020-04-27 14:41:33 -06:00
R.B. Boyer
16edcbe682
update changelog
2020-04-27 14:30:27 -05:00
R.B. Boyer
051fc0ee07
update changelog
2020-04-27 13:17:03 -05:00
freddygv
4710410cb5
Remove fallthrough
2020-04-27 12:00:14 -06:00
freddygv
d1e6d668c2
Add authz filter when creating filterchain
2020-04-27 11:08:41 -06:00
freddygv
034d7d83d4
Fix snapshot IsEmpty
2020-04-27 11:08:41 -06:00
freddygv
3afe816a94
Clean up dead code, issue addressed by passing ws to serviceGatewayNodes
2020-04-27 11:08:41 -06:00
Freddy
3b1b24c2ce
Update agent/proxycfg/state_test.go
2020-04-27 11:08:41 -06:00
freddygv
eddd5bd73b
PR comments
2020-04-27 11:08:41 -06:00
freddygv
77bb2f1002
Fix internal endpoint test
2020-04-27 11:08:41 -06:00
freddygv
d82e7e8c2a
Fix listener error handling
2020-04-27 11:08:41 -06:00
freddygv
6abc71f915
Skip filter chain creation if no client cert
2020-04-27 11:08:41 -06:00
freddygv
915db10903
Avoid deleting mappings for services linked to other gateways on dereg
2020-04-27 11:08:41 -06:00
freddygv
cd28d4125d
Re-fix bug in CheckConnectServiceNodes
2020-04-27 11:08:41 -06:00
freddygv
09a8e5f36d
Use golden files for gateway certs and fix listener test flakiness
2020-04-27 11:08:41 -06:00
freddygv
840d27a9d5
Un-nest switch in gateway update handler
2020-04-27 11:08:40 -06:00
freddygv
2a85e44519
Add envoy integration tests
2020-04-27 11:08:40 -06:00
freddygv
c0e1751878
Allow terminating-gateway to setup listener before servicegroups are known
2020-04-27 11:08:40 -06:00
freddygv
913b13f31f
Add subset support
2020-04-27 11:08:40 -06:00
freddygv
9f233dece2
Fix ConnectQueryBlocking test
2020-04-27 11:08:40 -06:00
freddygv
86342e4bca
Fix bug in CheckConnectServiceNodes
...
Previously, if a blocking query called CheckConnectServiceNodes
before the gateway-services memdb table had any entries,
a nil watchCh would be returned when calling serviceTerminatingGatewayNodes.
This means that the blocking query would not fire if a gateway config entry
was added after the watch started.
In cases where the blocking query started on proxy registration,
the proxy could potentially never become aware of an upstream endpoint
if that upstream was going to be represented by a gateway.
2020-04-27 11:08:40 -06:00
freddygv
219c78e586
Add xds cluster/listener/endpoint management
2020-04-27 11:08:40 -06:00
freddygv
24207226ca
Add proxycfg state management for terminating-gateways
2020-04-27 11:07:06 -06:00
freddygv
c9385129ae
Require service:read to read terminating-gateway config
2020-04-27 11:07:06 -06:00
Matt Keeler
a1648c61ae
A couple testing helper updates ( #7694 )
2020-04-27 12:17:38 -04:00
R.B. Boyer
58a597693b
update changelog
2020-04-24 17:36:06 -05:00
R.B. Boyer
b989967791
cli: ensure that 'snapshot save' is fsync safe and also only writes to the requested file on success ( #7698 )
2020-04-24 17:34:47 -05:00
R.B. Boyer
c0a32c802a
update changelog
2020-04-24 17:19:59 -05:00
R.B. Boyer
5f1518c37c
cli: fix usage of gzip.Reader to better detect corrupt snapshots during save/restore ( #7697 )
2020-04-24 17:18:56 -05:00
Kit Patella
df14a7c694
Merge pull request #7699 from pierresouchay/fix_comment_misplaced
...
Fixed comment on wrong line
2020-04-24 10:09:58 -07:00
Chris Piraino
217a03550b
Merge pull request #7677 from hashicorp/ingress/http-routing
...
Ingress gateways support discovery chain features and routing via mesh gateways
Signed-off-by: Kyle Havlovitz <kylehav@gmail.com>
2020-04-24 10:18:55 -05:00
Chris Piraino
ecc8a2d6f7
Allow ingress gateways to route through mesh gateways
...
- Adds integration test for mesh gateways local + remote modes with ingress
- ingress golden files updated for mesh gateway endpoints
2020-04-24 09:31:32 -05:00