cskh
e0487281a8
docs: minor clarifiation to mesh gateway ( #15373 )
...
* doc: minor clarifiation to mesh gateway
* update h1 title of mgw for wan fed control plan traffic
2022-11-15 11:00:58 -05:00
Kyle Havlovitz
f4c3e54b11
auto-config: relax node name validation for JWT authorization ( #15370 )
...
* auto-config: relax node name validation for JWT authorization
This changes the JWT authorization logic to allow all non-whitespace,
non-quote characters when validating node names. Consul had previously
allowed these characters in node names, until this validation was added
to fix a security vulnerability with whitespace/quotes being passed to
the `bexpr` library. This unintentionally broke node names with
characters like `.` which aren't related to this vulnerability.
* Update website/content/docs/agent/config/cli-flags.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-14 18:24:40 -06:00
Nick Wales
c4eb1b67f5
Fixes broken links ( #15343 )
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-11-14 14:18:57 -08:00
Dan Stough
9a5196a47f
Peering Mesh Gateway Updates for GA ( #15344 )
...
* docs(peering): remove beta references
Co-authored-by: hc-github-team-consul-core <github-team-consul-core@hashicorp.com>
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
2022-11-14 15:03:17 -05:00
Dan Stough
e426b79a60
docs(peering): remove beta references ( #15340 )
...
* docs(peering): remove beta references
2022-11-14 14:49:50 -05:00
Derek Menteer
931cec42b3
Prevent serving TLS via ports.grpc ( #15339 )
...
Prevent serving TLS via ports.grpc
We remove the ability to run the ports.grpc in TLS mode to avoid
confusion and to simplify configuration. This breaking change
ensures that any user currently using ports.grpc in an encrypted
mode will receive an error message indicating that ports.grpc_tls
must be explicitly used.
The suggested action for these users is to simply swap their ports.grpc
to ports.grpc_tls in the configuration file. If both ports are defined,
or if the user has not configured TLS for grpc, then the error message
will not be printed.
2022-11-11 14:29:22 -06:00
Derek Menteer
d981fb8d14
Add peering incompatibility warning to upgrade docs. ( #15319 )
2022-11-10 09:32:31 -06:00
Luke Kysow
c80f8c3526
Add description for anon token policy ( #15311 )
2022-11-09 10:26:10 -08:00
malizz
b9a9e1219c
update config defaults, add docs ( #15302 )
...
* update config defaults, add docs
* update grpc tls port for non-default values
* add changelog
* Update website/content/docs/upgrading/upgrade-specific.mdx
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
* Update website/content/docs/agent/config/config-files.mdx
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
* update logic for setting grpc tls port value
* move default config to default.go, update changelog
* update docs
* Fix config tests.
* Fix linter error.
* Fix ConnectCA tests.
* Cleanup markdown on upgrade notes.
Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
2022-11-09 09:29:55 -08:00
Krastin Krastev
f5669a3ec5
docs: fix links in ent-license faq ( #15242 )
2022-11-09 15:56:58 +01:00
Sudharshan K S
9cb7311abc
Update dns-tools-compare.mdx ( #15287 )
...
Corrected the markdown to correctly display the link
2022-11-08 16:29:22 -05:00
Jeff Boruszak
80fb1f0e3f
docs: Admin Partition clarification for cluster peering ( #15281 )
...
* Updates
* datcenter statement
* cluster peering page addition
* typo fix
* Update website/content/docs/enterprise/admin-partitions.mdx
* Update website/content/docs/enterprise/admin-partitions.mdx
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-11-08 14:40:03 -06:00
David Yu
b848849742
docs: cluster peering docs feedback ( #15268 )
...
* docs: cluster peering docs feedback
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-11-04 15:01:23 -07:00
Paul Glass
325d0e2320
docs: Update consul-dataplane docs for post-beta ( #15177 )
...
* Update Consul Dataplane CLI reference
* Add new page for Consul Dataplane telemetry
* Add `server_type` label to agent grpc metrics
* Callout Consul Dataplane in Envoy bootstrap configuration section
* Update consul-dataplane unsupported features
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Riddhi Shah <riddhi@hashicorp.com>
2022-11-03 12:05:29 -05:00
Nathan Coleman
2f005f2086
Update required Helm chart version to match APIGW release notes ( #15168 )
2022-10-31 16:31:10 -04:00
Evan Culver
62d4517f9e
connect: Add Envoy 1.24 to integration tests, remove Envoy 1.20 ( #15093 )
2022-10-31 10:50:45 -05:00
Nathan Coleman
5d73fda1f4
Fix broken link in Consul API Gateway docs
2022-10-28 15:01:38 -04:00
Jared Kirschner
1296ce8c4d
Merge pull request #15141 from hashicorp/docs/upgrade-vault-ca-provider-policy-guidance
...
docs: update Vault CA provider policy guidance
2022-10-24 17:34:43 -04:00
Jared Kirschner
1ac7988541
docs: update Vault CA provider policy guidance
2022-10-24 14:16:51 -07:00
Jared Kirschner
61b60a79e1
Merge pull request #15028 from hashicorp/docs/auto-cert-1-13-2
...
Update upgrade docs for 1.13.2.
2022-10-24 11:39:29 -04:00
Freddy
94ff34bbe4
Update website/content/docs/upgrading/upgrade-specific.mdx
2022-10-22 15:49:57 -06:00
Freddy
415e4a5012
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 18:12:25 -06:00
Freddy
d47006d27e
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 18:12:13 -06:00
David Yu
d714003dda
docs: update versions to include .x in release notes ( #15104 )
2022-10-21 16:20:24 -07:00
Freddy
ccf15f4153
Merge pull request #15032 from hashicorp/docs/mgw-primary-upgrade
2022-10-21 16:52:27 -06:00
Freddy
72553b3499
Update website/content/docs/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-21 16:43:40 -06:00
freddygv
ca9df9c851
Clarify how addresses are propagated
2022-10-21 15:50:49 -06:00
freddygv
50709e60d4
Relax start version requirement
2022-10-21 15:27:39 -06:00
Freddy
b9fa83b72b
Update website/content/docs/connect/gateways/mesh-gateway/wan-federation-via-mesh-gateways.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-21 15:17:00 -06:00
Freddy
21c6edcdc7
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 15:15:35 -06:00
Freddy
5944c28dd6
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 15:15:29 -06:00
Freddy
8c6a8f0b28
Update website/content/docs/upgrading/upgrade-specific.mdx
...
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-21 15:15:22 -06:00
Jared Kirschner
cc843c4be8
Merge pull request #14813 from hashicorp/docs/1-10-upgrade-compatibility-clarification
...
docs: clarify 1.10 upgrade compatibility
2022-10-21 16:57:23 -04:00
Jared Kirschner
db413fcdb8
docs: clarify 1.10 upgrade compatibility
2022-10-21 10:04:52 -07:00
Jared Kirschner
db6364a68f
Merge pull request #15045 from hashicorp/docs/fix-recently-broken-links
...
Docs/fix recently broken links
2022-10-21 10:02:35 -04:00
Jared Kirschner
434d92c488
docs: use standard links in ent callout
2022-10-21 06:18:05 -07:00
trujillo-adam
c5f736fdab
fixed broken link/typo in service mesh reg page
2022-10-20 13:00:33 -07:00
trujillo-adam
2765f58bc7
Merge pull request #14166 from nickwales/main
...
Typo fix
2022-10-20 09:24:50 -07:00
Tu Nguyen
e8fcbfe19e
Merge pull request #15036 from hashicorp/update-ent-license-link
...
Update enterprise license link
2022-10-18 23:22:01 -07:00
Jared Kirschner
f59483bc9e
docs: fix api docs anchor links
2022-10-18 12:53:53 -07:00
Jared Kirschner
04a14e8f07
docs: fix ent feature matrix links
2022-10-18 12:32:56 -07:00
trujillo-adam
588a196c86
Merge pull request #15033 from hashicorp/docs/fix-front-matter-typo
...
Docs/fix front matter typo
2022-10-18 12:31:28 -07:00
Chris S. Kim
29a297d3e9
Refactor client RPC timeouts ( #14965 )
...
Fix an issue where rpc_hold_timeout was being used as the timeout for non-blocking queries. Users should be able to tune read timeouts without fiddling with rpc_hold_timeout. A new configuration `rpc_read_timeout` is created.
Refactor some implementation from the original PR 11500 to remove the misleading linkage between RPCInfo's timeout (used to retry in case of certain modes of failures) and the client RPC timeouts.
2022-10-18 15:05:09 -04:00
Tu Nguyen
b46172d4a3
Update enterprise license link
2022-10-18 10:52:50 -07:00
trujillo-adam
3f3847d651
clarification that Consul K8s in these instructions refers to the the CLI tool
2022-10-18 09:14:26 -07:00
freddygv
ef2127ec51
Fixup links
2022-10-18 10:12:45 -06:00
freddygv
b8ef47f6d6
Add docs about upgrading primary mesh gateways
...
Care must be taken when replacing mesh gateways in the primary
datacenter, because if the old addresses become unreachable before the
secondary datacenters receive the new addresses then the primary
datacenter overall will become unreachable.
This commit adds docs related to this class of upgrades.
2022-10-18 10:08:43 -06:00
trujillo-adam
55b387b5be
removed quotation marks around front matter and revised the introduction
2022-10-18 08:56:38 -07:00
freddygv
0d4b11c01b
Update upgrade docs for 1.13.2.
...
In 1.13.2 we added a new flag called use_auto_cert to address issues
previously documented in the upgrade guide. Originally there was no way
to disable TLS for gRPC when auto-encrypt was in use, because TLS was
enabled for gRPC due to the presence of auto-encrypt certs.
As of 1.13.2, using auto-encrypt certs as the signal to enable TLS for
gRPC is opt-in only. Meaning that if anyone who had upgraded to 1.13
relied on that side-effect, they now need to explicitly configure it.
2022-10-18 09:43:32 -06:00
David Yu
efe25cfe46
docs: formatting on backend application and delete peering CRDs ( #15007 )
...
* docs: formatting on backend application and delete peering CRDs
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-17 10:34:05 -07:00
Chris S. Kim
3d2dffff16
Merge pull request #13388 from deblasis/feature/health-checks_windows_service
...
Feature: Health checks windows service
2022-10-17 09:26:19 -04:00
Kyle Havlovitz
aaf892a383
Extend tcp keepalive settings to work for terminating gateways as well
2022-10-14 17:05:46 -07:00
Kyle Havlovitz
2c569f6b9c
Update docs and add tcp_keepalive_probes setting
2022-10-14 17:05:46 -07:00
David Yu
1a883891a7
docs: improvements on language from cluster peering steps ( #14993 )
...
* docs: improvements on language from cluster peering steps
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-14 14:29:11 -07:00
Dan Upton
328e3ff563
proxycfg: rate-limit delivery of config snapshots ( #14960 )
...
Adds a user-configurable rate limiter to proxycfg snapshot delivery,
with a default limit of 250 updates per second.
This addresses a problem observed in our load testing of Consul
Dataplane where updating a "global" resource such as a wildcard
intention or the proxy-defaults config entry could starve the Raft or
Memberlist goroutines of CPU time, causing general cluster instability.
2022-10-14 15:52:00 +01:00
David Yu
2c5f6a4678
1.14 dataplane docs beta: Bump to beta3 ( #14979 )
...
Bump to beta
2022-10-13 14:40:40 -07:00
malizz
b0b0cbb8ee
increase protobuf size limit for cluster peering ( #14976 )
2022-10-13 13:46:51 -07:00
Paul Glass
bcda205f88
Add consul.xds.server.streamStart metric ( #14957 )
...
This adds a new consul.xds.server.streamStart metric to measure the time taken to first generate xDS resources after an xDS stream is opened.
2022-10-12 14:17:58 -05:00
Stuart
e2a6028e8e
Fixed broken links referring to tutorials running as local agent ( #14954 )
2022-10-11 13:01:29 -07:00
Bryce Kalow
eb6254c96d
docs: fix malformed yaml ( #14952 )
2022-10-11 12:25:19 -05:00
John Murret
d1f89458b3
[Docs] Add docs for memberlist metrics ( #14753 )
...
* Add metrics for consul.memberlist.node.instances, consul.memberlist.queue.broadcast, consul.memberlist.size.local, and consul.memberlist.size.remote
* Fixing last table on page that does not render properly
* fixing queue name
2022-10-11 10:02:51 -06:00
boruszak
8293a2b97b
Deployment issue fix
2022-10-11 10:22:41 -05:00
boruszak
212298fd5c
Merge branch 'main' into docs/search-refresh06
2022-10-11 10:17:22 -05:00
boruszak
38b1a515f1
Mergimg
2022-10-11 10:10:00 -05:00
Bryce Kalow
6a09b284c9
website: fix broken links ( #14943 )
2022-10-11 09:58:52 -05:00
boruszak
9e1aecc73c
Merge branch 'main' into docs/search-refresh06
2022-10-11 09:43:43 -05:00
Jeff Boruszak
d31be1e949
Update website/content/docs/dynamic-app-config/watches.mdx
...
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2022-10-11 09:35:24 -05:00
Jeff Boruszak
9cd63ba543
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-11 09:34:36 -05:00
Jeff Boruszak
74f08b9667
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-10-11 09:34:17 -05:00
Geoffrey Grosenbach
58c8a10b98
Fix outdated support email address ( #14907 )
...
The software delivery support email address is no longer valid. This replaces it with a link to the official support website.
2022-10-07 16:29:38 -07:00
Kyle Schochenmaier
2f1845a4fa
update helm docs ( #14912 )
2022-10-07 16:07:57 -07:00
Tim Rosenblatt
97ad73ad24
Fixes broken URLs in Dataplane docs ( #14910 )
2022-10-06 19:23:02 -07:00
Jared Kirschner
2603c0da52
docs: vault ca provider patch upgrade guidance
2022-10-06 16:04:43 -07:00
Alex Oskotsky
13da2c5fad
Add the ability to retry on reset connection to service-routers ( #12890 )
2022-10-05 13:06:44 -04:00
Tu Nguyen
f650aa0044
fix broken links ( #14892 )
2022-10-05 09:54:49 -07:00
Nathan Coleman
78b437760b
Merge pull request #14880 from hashicorp/nathancoleman-patch-1
...
Update CAPIGW comparison docs
2022-10-04 20:14:23 -04:00
Ashlee M Boyer
c6ace151dc
Merge pull request #14878 from hashicorp/docs/amb.fix-broken-links
...
[docs] Fix broken Learn link
2022-10-04 19:11:06 -05:00
Nathan Coleman
90db6f4fd0
Update website/content/docs/consul-vs-other/api-gateway-compare.mdx
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-10-04 19:41:16 -04:00
Nathan Coleman
86722af89f
Update website/content/docs/consul-vs-other/api-gateway-compare.mdx
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-10-04 18:05:03 -04:00
Nathan Coleman
e22d575240
Use consistent casing for "Consul API Gateway" vs. "API gateway"
2022-10-04 17:35:58 -04:00
Nathan Coleman
710e010594
Update documentation link to improve readability
2022-10-04 17:34:32 -04:00
Evan Culver
a3be5a5a82
connect: Bump Envoy 1.20 to 1.20.7, 1.21 to 1.21.5 and 1.22 to 1.22.5 ( #14831 )
2022-10-04 13:15:01 -07:00
Paul Glass
23e52a1040
docs: Consul Dataplane Version Compatibility ( #14710 )
...
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-10-04 15:02:28 -05:00
Kyle Schochenmaier
f64ff29d43
update helm docs for consul-k8s 1.0.0-beta1 ( #14875 )
2022-10-04 12:59:53 -07:00
Eric Haberkorn
1b565444be
Rename `PeerName` to `Peer` on prepared queries and exported services ( #14854 )
2022-10-04 14:46:15 -04:00
Ashlee M Boyer
bf2edc4414
Remove unneeded in params
2022-10-04 14:13:57 -04:00
Ashlee M Boyer
c9236128bf
Fixing broken links
2022-10-04 14:00:32 -04:00
boruszak
904ab64a57
Link fix
2022-10-04 12:42:59 -05:00
boruszak
213b50b170
Tutorial link fix
2022-10-04 12:19:24 -05:00
Jeff Boruszak
87d7bd8a40
Merge pull request #14794 from hashicorp/docs/cluster-peering
...
docs: Cluster peering 1.14 beta release
2022-10-04 10:46:57 -05:00
Jeff Boruszak
9b99795530
Merge pull request #14770 from hashicorp/docs/agentless-beta
...
docs: Consul Dataplane (Agentless) Beta
2022-10-04 10:41:43 -05:00
Jeff Boruszak
eedfca25c8
Merge pull request #14769 from hashicorp/docs/consul-on-windows-vms
...
docs: Consul on Windows VMs Envoy bootstrapping
2022-10-04 10:41:11 -05:00
trujillo-adam
6f1d7fcd02
Merge pull request #14779 from hashicorp/docs/invoke-services-from-lambda
...
Docs/invoke services from lambda
2022-10-04 08:37:48 -07:00
boruszak
c1f71e3ef8
list
2022-10-04 10:37:39 -05:00
boruszak
9792f9ea26
Reverts + fix
2022-10-04 10:37:39 -05:00
boruszak
cf796ce330
More group fix attempts
2022-10-04 10:20:14 -05:00
boruszak
b455e0d5c8
Tabs fix again
2022-10-04 10:00:53 -05:00
boruszak
631e7c1d7b
Tab groups fix
2022-10-04 09:49:10 -05:00
trujillo-adam
6a7cda41a6
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-10-04 07:39:37 -07:00
boruszak
6d0f58ffe5
Minor fixes
2022-10-04 09:31:31 -05:00