Phil Porada
7ea986783d
Add TCP+TLS Healthchecks ( #18381 )
...
* Begin adding TCPUseTLS
* More TCP with TLS plumbing
* Making forward progress
* Keep on adding TCP+TLS support for healthchecks
* Removed too many lines
* Unit tests for TCP+TLS
* Update tlsutil/config.go
Co-authored-by: Samantha <hello@entropy.cat>
* Working on the tcp+tls unit test
* Updated the runtime integration tests
* Progress
* Revert this file back to HEAD
* Remove debugging lines
* Implement TLS enabled TCP socket server and make a successful TCP+TLS healthcheck on it
* Update docs
* Update agent/agent_test.go
Co-authored-by: Samantha <hello@entropy.cat>
* Update website/content/docs/ecs/configuration-reference.mdx
Co-authored-by: Samantha <hello@entropy.cat>
* Update website/content/docs/ecs/configuration-reference.mdx
Co-authored-by: Samantha <hello@entropy.cat>
* Update agent/checks/check.go
Co-authored-by: Samantha <hello@entropy.cat>
* Address comments
* Remove extraneous bracket
* Update agent/agent_test.go
Co-authored-by: Samantha <hello@entropy.cat>
* Update agent/agent_test.go
Co-authored-by: Samantha <hello@entropy.cat>
* Update website/content/docs/ecs/configuration-reference.mdx
Co-authored-by: Samantha <hello@entropy.cat>
* Update the mockTLSServer
* Remove trailing newline
* Address comments
* Fix merge problem
* Add changelog entry
---------
Co-authored-by: Samantha <hello@entropy.cat>
2023-09-05 13:34:44 -07:00
Derek Menteer
9915b47898
Add known issue notice for #18636 . ( #18650 )
2023-09-01 15:30:52 -05:00
Jared Kirschner
892ba52c56
docs: admin partition and DNS clarification ( #18613 )
2023-08-31 19:05:08 +00:00
Hardik Shingala
58e5658810
Added OpenTelemetry Access Logging Envoy extension ( #18336 )
2023-08-30 07:51:58 -07:00
Tu Nguyen
0e17e981a2
Fix typo in permissive mTLS docs ( #18551 )
...
Update onboarding-tproxy-mode.mdx
2023-08-28 15:51:15 +00:00
Tu Nguyen
2f58e05be6
Fix broken link on sameness group page ( #18511 )
...
fix broken link
2023-08-28 15:47:18 +00:00
Blake Covarrubias
eab88bf92a
docs: Fix spelling errors across various pages on the site ( #18533 )
...
This commit fixes numerous spelling errors across the site and also
removes unnecessary whitespace that was present in the edited files.
2023-08-21 16:23:27 +00:00
Tu Nguyen
5af4bbb451
Fix broken links caught in weekly report ( #18522 )
...
* fix broken link caught in weekly report
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
---------
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2023-08-18 18:54:42 +00:00
Luke Kysow
c533a51ec3
Fix HCL ( #18513 )
...
* Fix HCL
* Update create-sameness-groups.mdx
2023-08-17 19:52:42 +00:00
David Yu
ea7b419b6f
README - Update KV use case to Dynamic App Configuration ( #18301 )
...
* Update README.md
* Update kv.mdx
* Add BUSL badge
2023-08-16 23:12:55 +00:00
Blake Covarrubias
aa21b12321
docs: Update K8s TGW tutorial to reliably obtain role ID ( #18474 )
...
The `grep` command used to obtain the ID for the terminating gateway
role is not reliable in all scenarios. For example, if there is a
similarly named role, the command may return the wrong role ID for the
active terminating gateway instance.
This commit updates the command to use jq to obtain the role ID. If
multiple roles are found, jq will raise an error informing the user
that it cannot reliably determine the role ID.
2023-08-16 13:35:44 -07:00
David Yu
5ca8cd67e8
docs: Update OpenShift compatibility ( #18478 )
...
Update compatibility.mdx
2023-08-16 09:10:02 -07:00
Dan Bond
b8acd78bfd
docs: specify manual server metadata intervention ( #18477 )
2023-08-16 08:45:44 -07:00
Luke Kysow
d565056fb0
Fix incorrect yaml in examples ( #18463 )
2023-08-15 08:04:21 -07:00
David Yu
6981658585
k8s compat - Openshift versions ( #18307 )
...
* Update compatibility.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-08-10 13:33:01 -07:00
Gerard Nguyen
10f69d86d0
docs: fix incorrect proxy-defaults config in Lua Envoy extension ( #18418 )
...
fix incorrect proxy-defaults config
2023-08-10 10:33:19 +10:00
Eddie Rowe
bb1a288b74
update ECS links ( #18419 )
2023-08-09 21:14:17 +00:00
trujillo-adam
2096f23188
replaced ordered list of rate limit ops with flow diagram ( #18398 )
...
* replaced ordered list of rate limit ops with flow diagram
* made diagram font bigger
* updated colors for dark mode img
* fixed typo
* recentered dark mode image
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
---------
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2023-08-08 16:49:01 +00:00
Andrea Scarpino
38c356c39b
[docs] Fix ServiceDefaults example in distributed tracing ( #17212 )
...
Fix ServiceDefaults example in distributed tracing.
2023-08-04 23:07:06 +00:00
Jeremy Jacobson
6424ef6a56
[CC-5719] Add support for builtin global-read-only policy ( #18319 )
...
* [CC-5719] Add support for builtin global-read-only policy
* Add changelog
* Add read-only to docs
* Fix some minor issues.
* Change from ReplaceAll to Sprintf
* Change IsValidPolicy name to return an error instead of bool
* Fix PolicyList test
* Fix other tests
* Apply suggestions from code review
Co-authored-by: Paul Glass <pglass@hashicorp.com>
* Fix state store test for policy list.
* Fix naming issues
* Update acl/validation.go
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
* Update agent/consul/acl_endpoint.go
---------
Co-authored-by: Paul Glass <pglass@hashicorp.com>
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
2023-08-01 17:12:14 +00:00
Ronald
bb6fc63823
fix typo in create a mesh token docs ( #18337 )
2023-08-01 10:18:08 -04:00
Blake Covarrubias
3894940824
docs: Simplify example jq commands by removing pipes ( #18327 )
...
Simplify jq command examples by removing pipes to other commands.
2023-07-31 21:01:39 +00:00
cui fliter
18a5edd232
docs: Fix some comments ( #17118 )
...
Signed-off-by: cui fliter <imcusg@gmail.com>
2023-07-31 10:56:09 -07:00
Michael Zalimeni
cbfeb6c8af
[NET-4904] Update list of Envoy versions in docs ( #18306 )
...
Update list of Envoy versions in docs
Update supported Envoy versions across Consul release versions.
2023-07-27 15:47:02 +00:00
Paul Glass
09b251ff77
Update K8s changelog to address cloud auto-join change in 1.0.0 ( #18293 )
2023-07-26 15:25:27 -05:00
Jeff Boruszak
e29ceab2f9
docs: K8s secondary DC requirements ( #18280 )
...
* Requested edit
* Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
---------
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-26 18:42:56 +00:00
Michael Zalimeni
e37f702d92
Fix typo in Envoy extensions doc ( #18284 )
2023-07-26 17:02:41 +00:00
Jeff Boruszak
d147c3e5cd
docs: Consul on Kubernetes specific upgrade info ( #18230 )
...
* Compatibility page - dataplanes mention
* Upgrading higher-level dataplane mention
* `exec=` string callout
* More visible for upgrade page
* Apply suggestions from code review
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
---------
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
Co-authored-by: John Murret <john.murret@hashicorp.com>
2023-07-26 07:03:07 -07:00
Gautam
02cf17758d
docs: Update ext-authz documentation for kubernetes ( #18281 )
...
Update ext-authz documentation for kubernetes
2023-07-26 00:38:39 +00:00
trujillo-adam
090e869a55
fix typos, style, and improper links ( #18269 )
2023-07-24 16:37:00 -07:00
Paul Glass
b7cdd18575
NET-1825: More new ACL token creation docs ( #18063 )
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-24 16:53:00 +00:00
John Maguire
b162c51523
Fix some inconsistencies in jwt docs ( #18234 )
2023-07-24 16:36:26 +00:00
Judith Malnick
7ce539e5f6
Clarify license reporting timing and GDPR compliance ( #18237 )
...
Add Alicia's edits to clarify log timing and other details
2023-07-21 16:08:37 -07:00
Michael Zalimeni
c138f24cfd
[NET-4122] Doc guidance for federation with externalServers ( #18207 )
...
Doc guidance for federation with externalServers
Add guidance for proper configuration when joining to a secondary
cluster using WAN fed with external servers also enabled.
Also clarify federation requirements and fix formatting for an
unrelated value.
Update both the Helm chart reference (synced from `consul-k8s`, see
hashicorp/consul-k8s#2583 ) and the docs on using `externalServers`.
2023-07-21 15:31:41 -04:00
trujillo-adam
926db9c8a6
fix typos and update ecs compat table ( #18215 )
...
* fix typos and update ecs compat table
* real info for the ecs compat matrix table
* Update website/content/docs/ecs/compatibility.mdx
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
---------
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
2023-07-21 15:21:25 +00:00
cskh
5cd287660a
docs: fix the description of client rpc ( #18206 )
2023-07-20 16:34:36 -04:00
David Yu
2e326e2e5f
docs - remove Sentinel from enterprise features list ( #18176 )
...
* Update index.mdx
* Update kv.mdx
* Update docs-nav-data.json
* delete sentinel.mdx
* Update redirects.js
---------
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2023-07-19 00:30:01 +00:00
Tu Nguyen
548a5ca385
Add FIPS reference to consul enterprise docs ( #18028 )
...
* Add FIPS reference to consul enterprise docs
* Update website/content/docs/enterprise/index.mdx
Co-authored-by: David Yu <dyu@hashicorp.com>
* remove support for ecs client (fips)
---------
Co-authored-by: David Yu <dyu@hashicorp.com>
2023-07-18 20:35:27 +00:00
David Yu
e52ea0ee7a
Change docs to say 168h instead of 7d for server_rejoin_age_max ( #18154 )
...
### Description
Addresses
https://github.com/hashicorp/consul/pull/17171#issuecomment-1636930705
2023-07-17 16:53:36 +00:00
cskh
ad6364af9e
Docs: fix unmatched bracket for health checks page ( #18134 )
2023-07-14 09:44:21 -04:00
Ronald
2229206bbe
Add docs for jwt cluster configuration ( #18004 )
...
### Description
<!-- Please describe why you're making this change, in plain English.
-->
- Add jwt-provider docs for jwks cluster configuration. The
configuration was added here:
https://github.com/hashicorp/consul/pull/17978
2023-07-14 11:10:42 +00:00
Jeff Apple
68863b42f8
Add ingress gateway deprecation notices to docs ( #18102 )
...
### Description
This adds notices, that ingress gateway is deprecated, to several places
in the product docs where ingress gateway is the topic.
### Testing & Reproduction steps
Tested with a local copy of the website.
### Links
Deprecation of ingress gateway was announced in the Release Notes for
Consul 1.16 and Consul-K8s 1.2. See:
[https://developer.hashicorp.com/consul/docs/release-notes/consul/v1_16_x#what-s-deprecated ](https://developer.hashicorp.com/consul/docs/release-notes/consul/v1_16_x#what-s-deprecated
)
[https://developer.hashicorp.com/consul/docs/release-notes/consul-k8s/v1_2_x#what-s-deprecated ](https://developer.hashicorp.com/consul/docs/release-notes/consul-k8s/v1_2_x#what-s-deprecated )
### PR Checklist
* [N/A] updated test coverage
* [X] external facing docs updated
* [X] appropriate backport labels added
* [X] not a security concern
---------
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-13 15:17:32 -07:00
nv-hashi
efe981637b
:ermahgerd "Sevice Mesh" -> "Service Mesh" ( #18116 )
...
Just a typo in the docs.
2023-07-12 18:46:16 -07:00
Eddie Rowe
d1f5d9b905
api gw 1.16 updates ( #18081 )
...
* api gw 1.16 updates
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* update CodeBlockConfig filename
* Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* remove non-standard intentions page
* Update website/content/docs/api-gateway/configuration/index.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
---------
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-12 21:43:22 +00:00
John Murret
f51a9d29ae
docs - update upgrade index page to not recommend consul leave. ( #18100 )
2023-07-12 16:56:38 +00:00
Luke Kysow
ebfed566b2
Docs for dataplane upgrade on k8s ( #18051 )
...
* Docs for dataplane upgrade on k8s
---------
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2023-07-12 16:54:35 +00:00
Curt Bushko
51d8eb8e07
Docs: Update proxy lifecycle annotations and consul-dataplane flags ( #18075 )
...
* Update proxy lifecycle annotations and consul-dataplane flags
2023-07-11 23:11:38 -04:00
Curt Bushko
bd5af7fe7d
Update helm docs on main ( #18085 )
2023-07-11 19:59:44 -04:00
david3a
0e58c89978
Update service-mesh-compare.mdx ( #17279 )
...
grammar change
2023-07-11 23:05:13 +00:00
David Yu
bfb921229d
docs updates - cluster peering and virtual services ( #18069 )
...
* Update route-to-virtual-services.mdx
* Update establish-peering.mdx
2023-07-11 22:37:53 +00:00