Jeff Escalante
a5fdd3d525
add correct bugsnag and segment keys
2020-04-28 12:53:22 -04:00
Jeff Escalante
bab3b50a2c
another redirect fix
2020-04-28 12:53:21 -04:00
Jeff Escalante
7b09106ad8
redirect corrections
2020-04-28 12:53:21 -04:00
Jeff Escalante
2a9968e369
redirect tinkering
2020-04-28 12:53:21 -04:00
Jeff Escalante
637faa56f3
add more redirects
2020-04-28 12:53:20 -04:00
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
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