Jeff Escalante
7d426348ce
remove guides that were moved to learn
2020-04-28 12:53:24 -04:00
Jeff Escalante
3ab1f76c6e
add k8s/consul alias back, fix react prop name
2020-04-28 12:53:24 -04:00
Jeff Escalante
b685869419
remove 'sidebar_current' from frontmatter
2020-04-28 12:53:24 -04:00
Jeff Escalante
99c297e898
home & use case pages
2020-04-28 12:53:23 -04:00
Jeff Escalante
0629d161ac
one more time
2020-04-28 12:53:23 -04:00
Jeff Escalante
2755fd51e7
test
2020-04-28 12:53:23 -04:00
Jeff Escalante
4d647fea42
update to latest nextjs-scripts
2020-04-28 12:53:22 -04:00
Jeff Escalante
17452af412
fix new syntax error
2020-04-28 12:53:22 -04:00
Jeff Escalante
b062a9f063
update deps, fixes for agent/options
2020-04-28 12:53:22 -04:00
Jeff Escalante
d7edea1f65
add correct bugsnag and segment keys
2020-04-28 12:53:22 -04:00
Jeff Escalante
298332c54e
another redirect fix
2020-04-28 12:53:21 -04:00
Jeff Escalante
428d51d16a
redirect corrections
2020-04-28 12:53:21 -04:00
Jeff Escalante
1a599f22ff
redirect tinkering
2020-04-28 12:53:21 -04:00
Jeff Escalante
598fad31d0
add more redirects
2020-04-28 12:53:20 -04:00
Jeff Escalante
99784c4f24
replace internal .html link extensions
2020-04-28 12:53:20 -04:00
Jeff Escalante
4211f12f38
remove internal /index.html
2020-04-28 12:53:20 -04:00
Jeff Escalante
a69778d939
add redirects
2020-04-28 12:53:19 -04:00
Jeff Escalante
8536881aa8
add one-off pages
2020-04-28 12:53:19 -04:00
Jeff Escalante
ee102ac06c
remove export trailing slash
2020-04-28 12:53:19 -04:00
Jeff Escalante
8438c2a6a2
redirects port
2020-04-28 12:53:18 -04:00
Jeff Escalante
0fa88294e0
correct favicon
2020-04-28 12:53:18 -04:00
Jeff Escalante
bad492ad9e
anchor link fixes across a lot of pages
2020-04-28 12:53:18 -04:00
Jeff Escalante
086073d6fb
docs rendering
2020-04-28 12:53:18 -04:00
Jeff Escalante
957c04eb20
intro and api navigation converted
2020-04-28 12:52:44 -04:00
Jeff Escalante
0d9e72f1dc
initial
2020-04-28 12:52:43 -04:00
Brandon Romano
e53b5d2d10
Merge pull request #7716 from hashicorp/mw.add-alert-banner
...
website: add alert banner
2020-04-28 09:45:20 -07:00
Brandon Romano
86490107c9
Update with proper notification
2020-04-28 09:44:37 -07:00
Mike Wickett
df0a90039f
website: add alert banner
2020-04-28 08:56:21 -04:00
Freddy
f5c1e5268b
TLS Origination for Terminating Gateways ( #7671 )
2020-04-27 16:25:37 -06:00
Freddy
69266b720e
Terminating Gateways Proxy Configuration ( #7631 )
2020-04-27 14:41:33 -06:00
R.B. Boyer
462d90b5a0
update changelog
2020-04-27 14:30:27 -05:00
R.B. Boyer
2543a4d475
update changelog
2020-04-27 13:17:03 -05:00
freddygv
0ad47bdda5
Remove fallthrough
2020-04-27 12:00:14 -06:00
freddygv
ac809ec635
Add authz filter when creating filterchain
2020-04-27 11:08:41 -06:00
freddygv
3a44359d7b
Fix snapshot IsEmpty
2020-04-27 11:08:41 -06:00
freddygv
e751b83a3f
Clean up dead code, issue addressed by passing ws to serviceGatewayNodes
2020-04-27 11:08:41 -06:00
Freddy
a54f2fd055
Update agent/proxycfg/state_test.go
2020-04-27 11:08:41 -06:00
freddygv
e30d64289d
PR comments
2020-04-27 11:08:41 -06:00
freddygv
75e737b0f2
Fix internal endpoint test
2020-04-27 11:08:41 -06:00
freddygv
8697ab71e4
Fix listener error handling
2020-04-27 11:08:41 -06:00
freddygv
6ecb3b7a42
Skip filter chain creation if no client cert
2020-04-27 11:08:41 -06:00
freddygv
7667567688
Avoid deleting mappings for services linked to other gateways on dereg
2020-04-27 11:08:41 -06:00
freddygv
28fe6920fe
Re-fix bug in CheckConnectServiceNodes
2020-04-27 11:08:41 -06:00
freddygv
5e260b2913
Use golden files for gateway certs and fix listener test flakiness
2020-04-27 11:08:41 -06:00
freddygv
b2b5942f4b
Un-nest switch in gateway update handler
2020-04-27 11:08:40 -06:00
freddygv
7d5a02ad61
Add envoy integration tests
2020-04-27 11:08:40 -06:00
freddygv
3849b066a6
Allow terminating-gateway to setup listener before servicegroups are known
2020-04-27 11:08:40 -06:00
freddygv
929491c979
Add subset support
2020-04-27 11:08:40 -06:00
freddygv
bab101107c
Fix ConnectQueryBlocking test
2020-04-27 11:08:40 -06:00
freddygv
65e60d02f1
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