trujillo-adam
ee61bd4048
incorporated examples from @cthain
2022-06-20 12:38:21 -07:00
trujillo-adam
f555600a69
Merge remote-tracking branch 'origin/docs/cthain-ecs-mesh-gateway' into docs-ecs-mesh-gw
...
pulling in change from cthain
2022-06-20 09:47:04 -07:00
Chris Thain
c258930569
merge branch main
2022-06-20 09:13:51 -07:00
Chris Thain
21f8ad591c
Add mesh gateway configuration examples.
2022-06-20 09:07:44 -07:00
trujillo-adam
ba52ae5ac7
tweaks to the enterprise section for ecs mesh gateways
2022-06-17 15:17:48 -07:00
trujillo-adam
c59889a86f
tweaks to the secure configuration for manually installing consul ecs
2022-06-17 15:13:48 -07:00
trujillo-adam
8ea55cc439
Added note about manually creating mesh gw not being supported
2022-06-17 14:57:37 -07:00
trujillo-adam
f0e3bce6e0
tweaks to the secure TF install section
2022-06-17 14:42:51 -07:00
trujillo-adam
d651218538
minor tweaks to TF install
2022-06-17 14:15:29 -07:00
trujillo-adam
be04910680
updates to ECS Terraform install
2022-06-17 12:58:47 -07:00
trujillo-adam
b91fadcde5
referred to mesh gateway functionality in ECS overview
2022-06-17 09:04:52 -07:00
Fulvio
d457d8b6ce
UDP check for service stanza #12221 ( #12722 )
...
* UDP check for service stanza #12221
* add pass status on timeout condition
* delete useless files
* Update check_test.go
improve comment in test
* fix test
* fix requested changes and update TestRuntimeConfig_Sanitize.golden
* add freeport to TestCheckUDPCritical
* improve comment for CheckUDP struct
* fix requested changes
* fix requested changes
* fix requested changes
* add UDP to proto
* add UDP to proto and add a changelog
* add requested test on agent_endpoint_test.go
* add test for given endpoints
* fix failing tests
* add documentation for udp healthcheck
* regenerate proto using buf
* Update website/content/api-docs/agent/check.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Update website/content/api-docs/agent/check.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Update website/content/docs/discovery/checks.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Update website/content/docs/ecs/configuration-reference.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Update website/content/docs/ecs/configuration-reference.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* add debug echo
* add debug circle-ci
* add debug circle-ci bash
* use echo instead of status_stage
* remove debug and status from devtools script and use echo instead
* Update website/content/api-docs/agent/check.mdx
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
* fix test
* replace status_stage with status
* replace functions with echo
Co-authored-by: Dhia Ayachi <dhia@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com>
2022-06-06 15:13:19 -04:00
Luke Kysow
11b12885f3
Document consul_datacenter param. ( #13009 )
2022-05-10 11:04:13 -07:00
Blake Covarrubias
8edee753d1
docs: Fix spelling errors across site ( #12973 )
2022-05-10 07:28:33 -07:00
Blake Covarrubias
a78015c5fd
docs: Redirect /docs/security/acl/acl-system ( #12975 )
...
/docs/security/acl/acl-system was renamed in e9a42df
from PR #12460 to
/docs/security/acl. A corresponding redirect was not added for this
page, resulting in a 404 being returned when accessing the old URL
path.
This commit redirects the former URL path to the new location, and
also updates all links on the site to point to the new location.
2022-05-09 09:04:23 -07:00
Chris Thain
1502936c12
Consul on ECS 0.4.0 ( #12694 )
...
Update website docs for Consul on ECS 0.4.0
2022-04-07 11:43:12 -07:00
Bryce Kalow
82d3418642
website: fix usages of img tag ( #12696 )
2022-04-05 11:18:57 -05:00
Jared Kirschner
4f1bfeaf33
Merge pull request #12523 from Petenerd/patch-1
...
Update install.mdx
2022-03-22 16:43:06 -04:00
Dan Upton
b36d4e16b6
Support per-listener TLS configuration ⚙️ ( #12504 )
...
Introduces the capability to configure TLS differently for Consul's
listeners/ports (i.e. HTTPS, gRPC, and the internal multiplexed RPC
port) which is useful in scenarios where you may want the HTTPS or
gRPC interfaces to present a certificate signed by a well-known/public
CA, rather than the certificate used for internal communication which
must have a SAN in the form `server.<dc>.consul`.
2022-03-18 10:46:58 +00:00
Paul Glass
9140d3d1e9
Fix broken link in ECS docs
2022-03-17 14:42:49 -05:00
Petenerd
053990097a
Update install.mdx
...
missing a quote escape
2022-03-04 12:24:23 -05:00
Petenerd
165089eab2
Update install.mdx
...
missing comma
2022-03-03 11:37:18 -05:00
Eric
c3a0011c3d
Document Consul ECS resource usage
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Paul Glass <pglass@hashicorp.com>
2022-02-18 09:30:57 -05:00
Paul Glass
3fe88783e0
docs: Add configuration reference for ECS
2022-01-27 11:34:49 -06:00
Paul Glass
8c8292a9d1
docs: Fixes to ECS manual secure configuration
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-01-27 11:34:49 -06:00
Paul Glass
08c046b3b0
docs: Manual secure configuration for ECS
2022-01-27 11:34:49 -06:00
Paul Glass
5ccc1fdcca
docs: Refine ECS installation docs
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-01-27 11:34:49 -06:00
Paul Glass
296fbaf5b1
docs: Improving ECS installation docs
2022-01-27 11:34:49 -06:00
Paul Glass
bb4a035254
docs: Apply suggestions to ECS docs from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-01-27 11:34:48 -06:00
Paul Glass
919b659c98
docs: Correct ECS filename -> manual-installation.mdx
2022-01-27 11:34:48 -06:00
Paul Glass
485069db78
docs: Improving ECS manual installation page
2022-01-27 11:34:48 -06:00
Paul Glass
b8d4876d05
docs: Apply suggestions for manual ECS installation
...
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2022-01-27 11:34:48 -06:00
Paul Glass
4414cb395c
docs: Manual installation of Consul on ECS
2022-01-27 11:34:48 -06:00
Paul Glass
e4c90cc2b8
docs: Unmerge ECS architecture from overview
2022-01-27 11:34:48 -06:00
Paul Glass
5fd955dfab
docs: Flatten ECS "Getting Started" navigation
2022-01-27 11:34:48 -06:00
Paul Glass
474e03f0d2
docs: Merge ECS Architecture into overview
2022-01-27 11:34:48 -06:00
Blake Covarrubias
e3f36ad45c
docs: Fix spelling errors
2022-01-11 09:37:09 -08:00
Luke Kysow
3c68766286
Add docs for Consul Ent on ECS ( #11537 )
2021-11-17 09:59:32 -08:00
Paul Glass
de8c830a93
docs: Fix some typos in ECS overview
2021-11-17 11:20:23 -06:00
Paul Glass
e7260321e3
docs: correct some capitalization
2021-11-16 11:06:08 -06:00
Paul Glass
2d4d867e41
docs: ECS docs for GA
2021-11-16 10:55:23 -06:00
Eric
319a7b389c
Update Consul ECS documentation with health sync changes
...
This also switches the task startup image to an svg so it isn't pixelated
anymore
2021-11-16 11:51:32 -05:00
Paul Glass
40f1802f27
docs: Suggestions for ECS architecture from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2021-11-16 11:51:31 -05:00
Paul Glass
03d4deeaa3
docs: ECS graceful shutdown refinements
2021-11-16 11:51:31 -05:00
Paul Glass
089a699bc4
docs: Apply suggestions to ecs docs from code review
...
Co-authored-by: Eric Haberkorn <erichaberkorn@gmail.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2021-11-16 11:51:31 -05:00
Paul Glass
33c96c4ac5
docs: ECS graceful shutdown docs for GA
2021-11-16 11:51:31 -05:00
Pete Lopez
eb905424a6
Use correct registry url
...
A small typo in the module source leads to an error when performing `terraform init`.
2021-10-22 17:12:23 -07:00
Paul Glass
930e3824df
docs: correct link to ecs production installation
2021-09-16 12:30:08 -05:00
Paul Glass
791eec9493
Fix merge conflict
2021-09-16 12:24:52 -05:00
Iryna Shustava
a3f8e1ca56
docs: Add production installation ECS docs ( #11049 )
...
Co-authored-by: Paul Glass <pglass@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2021-09-16 10:28:05 -06:00