Ranjandas
6b653fb827
Update Single DC Multi K8S doc ( #13278 )
...
* Updated note with details of various K8S CNI options
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-07-19 09:45:41 -07:00
Krastin Krastev
40c0519d46
docs: clean-up expanded service def
2022-07-18 13:45:59 +03:00
R.B. Boyer
61ebb38092
server: ensure peer replication can successfully use TLS over external gRPC ( #13733 )
...
Ensure that the peer stream replication rpc can successfully be used with TLS activated.
Also:
- If key material is configured for the gRPC port but HTTPS is not
enabled now TLS will still be activated for the gRPC port.
- peerstream replication stream opened by the establishing-side will now
ignore grpc.WithBlock so that TLS errors will bubble up instead of
being awkwardly delayed or suppressed
2022-07-15 13:15:50 -05:00
John Murret
28bf578b2d
Made changes based on Adams suggestions ( #13490 )
...
* Made changes based on Adams suggestions
* updating list layout in systems integration guide. updating wan federation docs.
* fixing env vars on systems integration page
* fixing h3 to h2 on enterprise license page
* Changed `The following steps will be performed` to `Complete the following steps`
* Replaced `These steps will be repeated for each datacenter` with `Repeat the following steps for each datacenter in the cluster`
* Emphasizing that kv2 secrets only need to be stored once.
* Move the sentence indicating where the vault path maps to the helm chart out of the -> Note callout
* remaining suggestions
* Removing store the secret in Vault from server-tls page
* Making the Bootstrapping the Server PKI Engine sections the same on server-tls and webhook-cert pages
* Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Updating VAULT_ADDR on systems-integration to get it out of the shell.
* Updating intro paragraph of Overview on systems-integration.mdx to what Adamsuggested.
* Putting the GKE, AKS, AKS info into tabs on the systems integration page.
* 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>
2022-07-15 10:35:42 -06:00
Sarah Alsmiller
8435f95e68
fix rendering issue
2022-07-14 12:54:40 -05:00
Sarah Alsmiller
74fb4593eb
restore tech specs
2022-07-14 12:49:58 -05:00
Sarah Alsmiller
1698dea913
seperate technical specs back out
2022-07-14 12:42:22 -05:00
Jared Kirschner
664033e68e
Merge pull request #13655 from hashicorp/docs/add-envoy-to-standard-upgrade-instructions
...
docs: add Envoy upgrade step to std upgrade docs
2022-07-14 13:11:12 -04:00
Sarah Alsmiller
1fb91206fd
fix formating issue
2022-07-14 11:31:18 -05:00
Sarah Alsmiller
8058178bbb
merge
2022-07-14 11:24:39 -05:00
Sarah Alsmiller
81cc956d88
change file name
2022-07-14 11:22:05 -05:00
Sarah Alsmiller
216dbaf829
add links
2022-07-14 11:15:01 -05:00
Sarah Alsmiller
1d88a1ea14
content
2022-07-14 11:07:27 -05:00
Sarah Alsmiller
5a1aca8cbb
fix identation
2022-07-14 11:06:16 -05:00
Jared Kirschner
9c0f2478b9
docs: add Envoy upgrade step to std upgrade docs
2022-07-14 06:56:11 -07:00
sarahalsmiller
53c91a9a04
Update website/content/docs/api-gateway/usage/basic-usage.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-13 16:21:13 -05:00
sarahalsmiller
ad1efde9c3
Update website/content/docs/api-gateway/usage/basic-usage.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-13 16:18:39 -05:00
sarahalsmiller
f658781e44
Update website/content/docs/api-gateway/configuration/gatewayclassconfig.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-13 16:01:53 -05:00
sarahalsmiller
f163bb89d4
Update website/content/docs/api-gateway/configuration/gatewayclass.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-13 16:01:45 -05:00
Michael Wilkerson
affae7ae83
update docs ( #13711 )
...
* update docs
* Update website/content/docs/nia/enterprise/index.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-07-11 15:03:18 -07:00
Jeff Boruszak
671d968ecc
Merge pull request #13693 from hashicorp/docs-cluster-peering-updates
...
docs: Cluster Peering docs fixes
2022-07-11 12:34:07 -05:00
Nathan Coleman
0bb6078002
Merge pull request #13681 from hashicorp/docs/install-capigw-version-env-var
...
docs(consul-api-gateway): use VERSION env var in install steps
2022-07-11 10:32:19 -05:00
Nathan Coleman
626704fcda
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
2022-07-11 11:26:04 -04:00
cskh
2d99304762
feat(cli): enable to delete config entry from an input file ( #13677 )
...
* feat(cli): enable to delete config entry from an input file
- A new flag to config delete to delete a config entry in a
valid config file, e.g., config delete -filename
intention-allow.hcl
- Updated flag validation; -filename and -kind can't be set
at the same time
- Move decode config entry method from config_write.go to
helpers.go for reusing ParseConfigEntry()
- add changelog
Co-authored-by: Dan Upton <daniel@floppy.co>
2022-07-11 10:13:40 -04:00
sarahalsmiller
17bece6799
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-08 09:54:47 -05:00
Mike Morris
fc8fbda641
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-07-07 17:38:30 -04:00
Mike Morris
28d2ee5ada
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-07-07 17:37:12 -04:00
boruszak
7384eefff0
Clarification around "peering_token.json" and adding Partition names
2022-07-07 16:10:21 -05:00
Chris Thain
27c239b596
Docs: Fix path to consul-ecs Terraform modules ( #13689 )
2022-07-07 13:30:19 -07:00
sarahalsmiller
9acf7a23a1
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:23:46 -05:00
sarahalsmiller
a50fd42cf8
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:23:22 -05:00
sarahalsmiller
0e7b49fcc5
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:23:13 -05:00
sarahalsmiller
ecb967bcb3
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:23:03 -05:00
sarahalsmiller
087cca5791
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:22:52 -05:00
sarahalsmiller
e9ee0758a9
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:22:47 -05:00
sarahalsmiller
66b96e2678
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:22:39 -05:00
sarahalsmiller
dc4168387c
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:22:26 -05:00
sarahalsmiller
4761b73829
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:21:45 -05:00
sarahalsmiller
c67c9790b3
Update website/content/docs/api-gateway/configuration/gateway.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-07-07 15:21:40 -05:00
boruszak
368d88f9b3
"<service-name" fix - added brackets
2022-07-07 10:08:53 -05:00
Mike Morris
4372e4d3c4
docs(consul-api-gateway): use VERSION env var in install steps
2022-07-06 17:22:05 -04:00
Sarah Alsmiller
594a1ca493
fix render issue
2022-07-06 15:38:49 -05:00
Usha Kodali
922004d46b
Consul on ECS compatibility matrix docs update ( #13060 )
2022-07-06 12:34:14 -07:00
Sarah Alsmiller
181a21163c
fix render issue
2022-07-06 11:59:40 -05:00
Freddy
ed9808c4f1
Parse peer name for virtual IP DNS queries ( #13602 )
...
This commit updates the DNS query locality parsing so that the virtual
IP for an imported service can be queried.
Note that:
- Support for parsing a peer in other service discovery queries was not
added.
- Querying another datacenter for a virtual IP is not supported. This
was technically allowed in 1.11 but is being rolled back for 1.13
because it is not a use-case we intended to support. Virtual IPs in
different datacenters are going to collide because they are allocated
sequentially.
2022-07-06 10:30:04 -06:00
Sarah Alsmiller
e3db4b6aa0
delete extra file
2022-07-06 09:52:58 -05:00
Sarah Alsmiller
3bd695d3c0
merge
2022-07-05 17:59:56 -05:00
Sarah Alsmiller
b7924280b8
restructure documentation
2022-07-05 17:53:56 -05:00
Jared Kirschner
93edefd4a1
docs: improve large version change upgrade path
2022-07-01 05:47:24 -07:00
David Yu
8f8ed954cc
docs: add controller to cluster peering docs ( #13639 )
...
* docs: add controller to cluster peering docs
2022-06-29 11:08:37 -07:00
alex
04ec093130
no 1.9 style metrics ( #13532 )
...
Signed-off-by: acpana <8968914+acpana@users.noreply.github.com>
2022-06-29 09:46:37 -07:00
Tu Nguyen
3c608f5536
Fix typo in cluster peering docs ( #13574 )
...
* Fix typo in cluster peering docs
* Remove highlight, update curly quotes
2022-06-28 15:54:57 -07:00
Max Bowsher
728cd03e24
Merge branch 'main' into fix-kv_entries-metric
2022-06-27 18:57:03 +01:00
Kyle Havlovitz
891a864b75
Merge pull request #13611 from hashicorp/prometheus-tls-docs
...
Update docs for prometheus TLS options
2022-06-27 09:51:06 -07:00
Kyle Havlovitz
cc2bcb2b9f
Update docs for prometheus TLS options
2022-06-27 09:33:27 -07:00
Amier Chery
d3512e7fdd
Merge pull request #13516 from maxb/docs-fix-metric-dots
...
Fix use of trailing dots on metric names in telemetry.mdx
2022-06-27 10:31:11 -04:00
Loïc Saint-Roch
2c89485870
Add HashiBox to community tools
2022-06-26 15:50:25 +02:00
Matt Keeler
91b8bf4b55
Clarify the wording of the peering limitations in the preview ( #13590 )
2022-06-24 09:58:31 -04:00
Frank DiRocco
49856e8cec
update terraform module location for consul aws modules ( #13522 )
...
Co-authored-by: Paul Glass <pglass@hashicorp.com>
2022-06-23 22:10:44 -07:00
Paul Glass
c1b2b2c980
docs: Update ECS docs for IAM auth method support ( #13222 )
2022-06-23 16:42:40 -05:00
David Yu
094e801644
docs: add missing $ gossip key rotation ( #13581 )
2022-06-23 14:31:05 -07:00
David Yu
baf6c67415
docs: add indent to code block config tab to align with other branches ( #13573 )
2022-06-23 08:38:36 -07:00
David Yu
e8f7a1f2c1
docs: add Core requirements to cluster peering k8s docs ( #13569 )
...
* docs: add Core requirements to cluster peering k8s docs
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-22 19:12:08 -07:00
trujillo-adam
760df49741
Merge pull request #13492 from hashicorp/docs-ecs-mesh-gw
...
Docs for ECS Mesh Gateway
2022-06-22 15:55:31 -07:00
Kyle Schochenmaier
11fb9f6e37
[docs] update doc headers ( #13527 )
...
* update helm docs to have correct headers
2022-06-22 15:56:25 -05:00
Kyle Havlovitz
6f31bf85ee
Merge pull request #13526 from hashicorp/dns-parititon-docs
...
docs: Clarify section on partitioned node DNS lookups
2022-06-22 10:59:04 -07:00
Kyle Havlovitz
aeb943fb0d
docs: Clarify section on partitioned node DNS lookups
2022-06-22 10:41:13 -07:00
trujillo-adam
e8b1ac2060
applied feedback from review
2022-06-22 10:18:56 -07:00
Tu Nguyen
2041b5f0a9
Merge pull request #13550 from hashicorp/docs/peering-upstream-annotation
...
Docs/peering upstream annotation
2022-06-22 01:02:23 -07:00
David Yu
ac14ef53b2
slight update to retrigger tests
2022-06-22 00:34:49 -07:00
Tu Nguyen
a35d37c574
Merge pull request #13433 from hashicorp/docs-cluster-peering-technical-preview
...
docs: Cluster Peering for OSS Technical Preview
2022-06-22 00:10:11 -07:00
Tu Nguyen
a6865de076
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-06-22 00:05:32 -07:00
Tu Nguyen
efc30989f8
Merge pull request #13501 from hashicorp/peering-helm-value
...
docs: add peering helm value
2022-06-22 00:03:33 -07:00
Jeff Apple
4895c5f8b9
Merge pull request #13427 from hashicorp/docs/capigw-0.3
...
docs: Update docs for release of Consul API Gateway v0.3.0
2022-06-22 00:00:42 -07:00
Jeff Apple
3dde875368
Apply suggestions from code review
2022-06-21 22:23:26 -07:00
Jeff Apple
1d69e37272
Apply suggestions from tech writer review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-21 22:14:34 -07:00
trujillo-adam
e4f243c402
removed most of 'ECS service' information
2022-06-21 17:02:18 -07:00
trujillo-adam
88dc4de903
Apply suggestions from code review
...
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
2022-06-21 16:53:10 -07:00
David Yu
563c11baa5
Update website/content/docs/connect/cluster-peering/k8s.mdx
2022-06-21 16:34:45 -07:00
Tu Nguyen
5596f6fc4b
Apply suggestions from code review
2022-06-21 16:31:49 -07:00
David Yu
32eb9a70a9
adding fixes
2022-06-21 16:27:06 -07:00
Jeff-Apple
79645237da
fix formatting on upgrade and release note pages.
2022-06-21 16:24:19 -07:00
Tu Nguyen
32ecc216f6
Update website/content/docs/connect/cluster-peering/k8s.mdx
...
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-06-21 16:21:29 -07:00
Tu Nguyen
5df3af9778
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
2022-06-21 16:15:34 -07:00
Tu Nguyen
60f6948b0a
Apply suggestions from code review
...
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-21 16:13:39 -07:00
Sarah Alsmiller
98a314803c
merged
2022-06-21 16:49:49 -05:00
Sarah Alsmiller
fa204fc0e0
removed references to the word breaking
2022-06-21 16:48:49 -05:00
Nathan Coleman
1709de307a
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
2022-06-21 17:47:45 -04:00
David Yu
4c0b4d026c
docs: move k8s compat matrix top level ( #13534 )
2022-06-21 14:43:10 -07:00
Sarah Alsmiller
bbcad1a230
clarified wording
2022-06-21 16:33:11 -05:00
Sarah Alsmiller
83ef4a260e
typo
2022-06-21 16:26:46 -05:00
Sarah Alsmiller
5d123e02ba
render issue
2022-06-21 16:21:29 -05:00
Sarah Alsmiller
acbbfac8c2
edit secret to certificateRef
2022-06-21 15:56:57 -05:00
trujillo-adam
393505a7be
Merge branch 'main' of github.com:hashicorp/consul into docs-ecs-mesh-gw
...
pulling merged changes into this branch
2022-06-21 13:20:22 -07:00
trujillo-adam
be6fe11784
applied suggestions from review, udpates to TF secure configuration
2022-06-21 13:20:14 -07:00
Nathan Coleman
f9d80e768a
Apply suggestions from code review
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-06-21 15:37:26 -04:00
David Yu
2422c8bf37
docs: Consul K8s compat matrix update for 0.45.0+ to include Consul 1.11 compatibility ( #13528 )
2022-06-21 12:10:43 -07:00
Nathan Coleman
c150662a44
Apply suggestions from code review
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-06-21 14:59:40 -04:00
Nathan Coleman
1382cfacdc
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
2022-06-21 14:08:42 -04:00
Nathan Coleman
3135513c41
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-06-21 14:08:18 -04:00
Nathan Coleman
7d5b541e52
Use new release version in examples
2022-06-21 14:07:23 -04:00
Nathan Coleman
7ec371e898
Fix whitespace inconsistencies
2022-06-21 14:07:07 -04:00
Nathan Coleman
d22986ad0d
Update version of consul Helm chart
2022-06-21 14:06:53 -04:00
Tu Nguyen
23e4884779
Merge pull request #13448 from hashicorp/docs-cluster-peering-k8s-technical-preview
...
docs: Cluster Peering for Kubernetes Technical Preview
2022-06-21 10:18:13 -07:00
Jeff Apple
6423e06778
make "changelog" plural in the API GW 0.3 release notes.
2022-06-21 10:07:14 -07:00
Nitya Dhanushkodi
6210fffb6a
update from review comments
2022-06-21 09:31:38 -07:00
trujillo-adam
8dc94aff32
removed terminating and ingress polices from secure manual installation
2022-06-21 09:27:04 -07:00
Nathan Coleman
b360ccc77d
Update website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx
...
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
2022-06-21 12:20:24 -04:00
trujillo-adam
f26995bced
Merge branch 'main' of github.com:hashicorp/consul into docs-ecs-mesh-gw
2022-06-21 08:53:30 -07:00
Nathan Coleman
2c1806774f
Link reference to Kubernetes Gateway API site
2022-06-21 11:37:19 -04:00
David Yu
3a35b181f2
docs: Lambda consul service mesh naming suggestions ( #13506 )
...
* docs: Lambda consul service mesh naming suggestions
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-21 08:14:43 -07:00
trujillo-adam
c0a0227c96
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Chris Thain <32781396+cthain@users.noreply.github.com>
2022-06-21 08:08:37 -07:00
sarahalsmiller
dd8134f78e
Update upgrade-specific-versions.mdx
2022-06-21 10:05:38 -05:00
sarahalsmiller
62cc76d7f8
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
2022-06-21 09:55:10 -05:00
Nathan Coleman
77d79042e2
Update website/content/docs/release-notes/consul-api-gateway/v0_3_x.mdx
2022-06-21 10:42:52 -04:00
Max Bowsher
57cdbc6355
Fix use of trailing dots on metric names in telemetry.mdx
...
In the metric documentation, some metrics are written with an extra
trailing dot character. Often this is just spurious. In some cases, it
is an allusion to the metric name having various variable dot-separated
parts (which really ought to be labels, but that's another issue).
1) Trim all the dots which are without meaning.
2) Explicitly show with placeholders in angle brackets, where there are
variable parts.
3) Remove a `json` type indicator from a code block which was not JSON
(rather Prometheus metrics) format, since my IDE was reporting the
non-JSON syntax as an error.
4) Reformat each Markdown table which I had touched with other changes
to have consistent column spacing in the source representation. As
a result, this PR has a lot of whitespace changes, so please make use
of GitHub's "ignore whitespace" checkbox in the PR diff viewer.
Let me know if you would prefer:
- to not accept the table spacing reformat in the same PR as other
changes
- to not accept the table spacing reformat ever
- to have all tables in the file reformatted, not just ones touched with
other changes
2022-06-21 04:37:08 +01:00
Nitya Dhanushkodi
d0f7152d1f
unnest partitions
2022-06-20 17:28:19 -07:00
Nitya Dhanushkodi
190344a0ff
un nest the sections
2022-06-20 17:21:55 -07:00
Nitya Dhanushkodi
6158df1d53
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-20 17:15:33 -07:00
Jeff-Apple
8aee4fecb5
API GW 0.3 Release Notes and updated Tech Specs
2022-06-20 17:00:11 -07:00
David Yu
b724f8b3ab
docs: Use "error" to use standard log level value ( #13507 )
...
* docs: Use "error" to use standard log level value
2022-06-20 16:07:38 -07:00
trujillo-adam
cfd9e2e41d
fixed links to TF install examples
2022-06-20 14:14:18 -07:00
trujillo-adam
1bd3909a71
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-06-20 14:11:05 -07:00
trujillo-adam
c779d224e2
Apply suggestions from code review
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-06-20 13:53:48 -07:00
Nathan Coleman
8890e3ae69
Fix broken link
2022-06-20 16:33:49 -04:00
Nathan Coleman
49e0c16d4d
Address surprise format of reference-grant
2022-06-20 16:30:58 -04:00
Jeff Boruszak
3ded4522fb
Apply suggestions from code review
...
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2022-06-20 15:28:50 -05:00
trujillo-adam
f6d0220af8
incorporated examples from @cthain
2022-06-20 12:38:21 -07:00
Nathan Coleman
e33d4e3cb2
ReferenceGrant -> ReferencePolicy
2022-06-20 15:25:15 -04:00
Nitya Dhanushkodi
39ff759d86
upstream annotation
2022-06-20 10:33:00 -07:00
trujillo-adam
03a3c44031
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
Nitya Dhanushkodi
7e8b21a0e0
add peering helm value
2022-06-20 09:16:31 -07:00
Chris Thain
b74e8f3713
merge branch main
2022-06-20 09:13:51 -07:00
Chris Thain
569cf68daa
Add mesh gateway configuration examples.
2022-06-20 09:07:44 -07:00
Max Bowsher
3f93b3cc88
Fix incorrect name and doc for kv_entries metric
...
The name of the metric as registered with the metrics library to provide
the help string, was incorrect compared with the actual code that sets
the metric value - bring them into sync.
Also, the help message was incorrect. Rather than copy the help message
from telemetry.mdx, which was correct, but felt a bit unnatural in the
way it was worded, update both of them to a new wording.
2022-06-19 11:58:23 +01:00
Freddy
902e76d304
Additional service mesh docs updates for peering ( #13464 )
...
This PR covers two sets of changes:
- Documenting the new `destination_peer` for proxy upstream definitions.
- Updating the exported-services config entry documentation.
Updates to the `exported-services` config entry include:
- As of 1.13.0 it is no longer only for Consul Enterprise
- A `PeerName` is now a possible consumer for an exported service.
- Added examples for OSS and Enterprise
- Linked to peering docs
2022-06-17 18:40:38 -06:00
trujillo-adam
7249a0326e
tweaks to the enterprise section for ecs mesh gateways
2022-06-17 15:17:48 -07:00
trujillo-adam
c5c5ef7845
tweaks to the secure configuration for manually installing consul ecs
2022-06-17 15:13:48 -07:00
trujillo-adam
1cee20a644
Added note about manually creating mesh gw not being supported
2022-06-17 14:57:37 -07:00
trujillo-adam
4850a1d4c1
tweaks to the secure TF install section
2022-06-17 14:42:51 -07:00
trujillo-adam
1b1cfa900e
minor tweaks to TF install
2022-06-17 14:15:29 -07:00
trujillo-adam
e00c5c7554
updates to ECS Terraform install
2022-06-17 12:58:47 -07:00
Jeff Boruszak
1e6ddc8f82
Apply suggestions from code review
2022-06-17 13:36:20 -05:00
trujillo-adam
461dbb2e77
Merge branch 'main' of github.com:hashicorp/consul into docs-ecs-mesh-gw
2022-06-17 11:32:05 -07:00
Kyle Schochenmaier
6980975d6f
update helm values docs and annotations ( #13487 )
2022-06-17 12:47:47 -05:00
Jeff Boruszak
4c520323a5
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
2022-06-17 12:35:35 -05:00
Jeff Boruszak
85463445b4
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-17 12:31:11 -05:00
John Murret
6b77fa11d9
Docs - k8s - Webhook Certs on Vault ( #13441 )
...
* Docs - k8s - Webhook Certs on Vault
* Adding webhook certs to data-integration overview page
* marking items as code
* Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Updating prerequisites intro
* Updating prerequisites intro
* Updating `Create a Vault auth roles that link the policy to each Consul on Kubernetes service account that requires access` to `Link the Vault policy to Consul workloads`
* changing `Configure the Vault Kubernetes auth role in the Consul on Kubernetes helm chart` to `Update the Consul on Kubernetes helm chart`.
* Changed `Create a Vault PKI role that establishes the domains that it is allowed to issue certificates for` to `Configure allowed domains for PKI certificates`
* Moved `Create a Vault policy that authorizes the desired level of access to the secret` to the Set up per Consul Datacenter section
* Update website/content/docs/k8s/installation/vault/data-integration/webhook-certs.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* Moving Overview above Prerequisites. Adding sentence where missing after page title.
* Moving Overview above Prerequisites for webhook certs page.
* fixing the end of the overview section that was not moved.
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-17 10:23:54 -06:00
trujillo-adam
dfcd28048a
referred to mesh gateway functionality in ECS overview
2022-06-17 09:04:52 -07:00
Tu Nguyen
fa9c1bfcf4
Merge pull request #13466 from hashicorp/consul-lambda-broken-link
...
Fix broken link in lambda docs
2022-06-17 08:31:10 -07:00
sarahalsmiller
1c610cb01d
Update upgrade-specific-versions.mdx
2022-06-16 15:36:27 -05:00
Chris S. Kim
42f7d6a403
Update docs with peer query parameter ( #13462 )
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-06-16 16:25:44 -04:00
Luke Kysow
d8a2825361
Add type info to options ( #13477 )
2022-06-16 10:09:39 -07:00
Luke Kysow
a7b01600b6
Update index.mdx ( #13476 )
2022-06-16 09:59:49 -07:00
Chris S. Kim
4b0ffb227a
Update docs with Source.Peer field ( #13463 )
2022-06-16 09:30:05 -04:00
Eric Haberkorn
fefb936456
Lambda documentation tweaks ( #13459 )
...
Lambda documentation tweaks
2022-06-16 09:00:21 -04:00
Tu Nguyen
6e0a42b150
Fix broken link in lambda docs
2022-06-15 21:23:56 -07:00
Jeff Boruszak
93a50d5b12
Additional consistency edits
2022-06-15 16:25:57 -05:00
Jeff Boruszak
8bd57c75fe
Apply suggestions from code review
...
Co-authored-by: Nitya Dhanushkodi <nitya@hashicorp.com>
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2022-06-15 16:15:03 -05:00
Freddy
082bc3632b
Add peering endpoint API docs ( #13454 )
2022-06-15 14:18:14 -06:00
Nathan Coleman
521e040356
Add note about expected status for invalid CertificateRef
2022-06-15 15:46:46 -04:00
Jeff Boruszak
627173110b
Update website/content/docs/connect/cluster-peering/index.mdx
2022-06-15 14:26:40 -05:00
Jeff Boruszak
1a6eea4fc3
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-15 14:23:18 -05:00
boruszak
b00262381b
Limitations -> Constraints
2022-06-15 14:21:58 -05:00
Jeff Boruszak
08716c5279
Apply suggestions from code review
...
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2022-06-15 14:19:03 -05:00
boruszak
37acf49357
typo fix
2022-06-15 14:08:34 -05:00
boruszak
80f779a528
Switch fronend-service and backend-service
2022-06-15 14:07:56 -05:00
Jeff Boruszak
e8d34bab68
Apply suggestions from code review
2022-06-15 14:04:52 -05:00
Jeff Boruszak
c23ab4259e
Apply suggestions from code review
...
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-15 14:01:34 -05:00
Jeff Boruszak
199e9a900a
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2022-06-15 13:56:55 -05:00
boruszak
1c7d51f9d9
peering_token.json addition
2022-06-15 13:55:53 -05:00
Eric Haberkorn
eb9c341f5e
Lambda Beta Documentation ( #13426 )
...
* Document the `enable_serverless_plugin` Agent Configuration Option (#13372 )
* Initial AWS Lambda documentation (#13245 )
2022-06-15 11:14:16 -04:00
Jared Kirschner
bd68f0f6f6
Merge branch 'main' into jkirschner-hashicorp-patch-3
2022-06-15 00:06:40 -04:00
Jared Kirschner
a01acbae1b
Merge pull request #13353 from hashicorp/jkirschner-hashicorp-patch-1
...
docs: show HCP Consul supports CTS enterprise
2022-06-15 00:05:30 -04:00
Jeff Boruszak
caa2dc5bfb
Apply suggestions from code review
...
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2022-06-14 17:34:21 -05:00
Evan Culver
ca7acd2970
connect: Use Envoy 1.22.2 instead of 1.22.1 ( #13444 )
2022-06-14 15:29:41 -07:00
Jeff Boruszak
687c16b9e0
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: Freddy <freddygv@users.noreply.github.com>
2022-06-14 17:29:30 -05:00
Jeff Boruszak
9a8235993a
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
2022-06-14 17:28:06 -05:00
Jeff Boruszak
fe0a5491d2
Update website/content/docs/connect/cluster-peering/create-manage-peering.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-06-14 17:27:03 -05:00
Jeff Boruszak
24409fa40b
Update website/content/docs/connect/cluster-peering/index.mdx
...
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-06-14 17:23:07 -05:00
boruszak
e22171cdbf
Cluster Peering on Kubernetes page creation
2022-06-14 17:15:14 -05:00
boruszak
703ce412c7
Removing k8s updates on this branch
2022-06-14 17:12:45 -05:00
boruszak
8687f1511e
<CodeBlockConfig> fixes
2022-06-14 16:58:07 -05:00
boruszak
0b60e6b539
Code Block fixes
2022-06-14 16:55:25 -05:00
boruszak
c901667dd4
Cluster Peering on Kubernetes initial draft
2022-06-14 16:33:29 -05:00
Nathan Coleman
a768fb8e80
Indent points specific to xRoute backend references
2022-06-14 17:27:02 -04:00
boruszak
0bffbc429c
Cluster Peering on Kubernetes page creation
2022-06-14 16:15:57 -05:00
Evan Culver
2adb9f7c8a
connect: Update Envoy support matrix to latest patch releases ( #13431 )
2022-06-14 13:19:09 -07:00
Nathan Coleman
ac0be8644a
Add docs for ReferencePolicy as it applies to Gateways
2022-06-14 15:11:28 -04:00
Kyle Schochenmaier
df468af991
[docs] update terminating gateway docs for trust store path ( #13432 )
...
* update terminating gateway docs for trust store
* Update website/content/docs/k8s/connect/terminating-gateways.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-06-14 12:29:33 -05:00
Jeff Boruszak
2e5163dfdc
Fixing double-ticks `
2022-06-14 10:00:22 -05:00
boruszak
0c1b6d77d8
Removing Kubernetes page - will submit separate PR for timing reason
2022-06-13 16:47:47 -05:00
boruszak
ad4712334d
Typo fix
2022-06-13 16:42:29 -05:00
boruszak
00e648ab89
Create and Manage Peering Connections additional fixes
2022-06-13 16:38:44 -05:00
Sarah Alsmiller
0428a2ef99
light restructureing/fixed some copypasta
2022-06-13 16:16:45 -05:00
boruszak
ecdb4cda96
What is Cluster Peering? additional fixes
2022-06-13 16:06:29 -05:00
Sarah Alsmiller
42b840b684
updated referencepolicy to referencegrant, added v0.3.0 upgrade instructions
2022-06-13 16:05:21 -05:00
boruszak
fb573f7801
Create and Manage Peering Connections page
2022-06-13 14:24:02 -05:00
boruszak
4b306efd94
What is Cluster Peering? additional fixes
2022-06-13 13:41:57 -05:00
boruszak
d3fd58ad8e
What is Cluster Peering? page
2022-06-13 13:31:13 -05:00
boruszak
b8b9be4d56
Initial page creation
2022-06-13 12:58:16 -05:00
Nathan Coleman
00cc3940b8
Merge pull request #13333 from hashicorp/docs/capig-instances-config
...
docs: Consul API Gateway scaling config
2022-06-13 11:45:03 -04:00
Kyle Havlovitz
cfc90ea2d5
Add dns node lookup support in partitions
2022-06-10 11:23:51 -07:00
Mark Anderson
dcf96d9563
Merge pull request #13316 from hashicorp/ma/vault-docs-report-backport
...
Update website/content/docs/connect/ca/vault.mdx
2022-06-10 09:59:15 -07:00
Jared Kirschner
40402339e8
docs: correct Vault CA multiple namespace support
2022-06-08 17:50:56 -04:00
Derek Menteer
74da476b45
Change CTS docs to use the `start` subcommand.
2022-06-08 15:54:18 -05:00
Mike Morris
24ca62ef1c
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-06-07 16:24:35 -04:00
Mike Morris
00cdae18d5
Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
...
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-06-07 16:17:45 -04:00
Fulvio
f155ff347c
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
cskh
bd3a4dfeab
Add isLeader metric to track if a server is a leader ( #13304 )
...
CTIA-21: sdd is_leader metric to track if a server is a leader
Co-authored-by: alex <8968914+acpana@users.noreply.github.com>
2022-06-03 13:07:37 -04:00
Jared Kirschner
a6079aa190
docs: show HCP Consul supports CTS enterprise
2022-06-02 18:04:17 -04:00
Kyle Schochenmaier
bc906625f6
update multicluster docs ( #13334 )
2022-06-02 11:46:35 -05:00
Mike Morris
39a450bb75
docs(consul-api-gateway): fixup code snippets in gateway scaling section
2022-06-01 15:02:07 -04:00
Mike Morris
75166b6fbd
docs(consul-api-gateway): fixup CLI prompt to match convention
2022-06-01 15:00:06 -04:00
Mike Morris
2601a7d563
docs(consul-api-gateway): add Gateway scaling section
2022-06-01 14:42:08 -04:00
Mike Morris
601c13eefe
docs(consul-api-gateway): gateway instances -> instances per gateway
2022-06-01 14:06:18 -04:00
Mike Morris
df1666765a
docs(consul-api-gateway): add GatewayClassConfig deployment.maxInstances and deployment.minInstances
2022-06-01 13:59:50 -04:00
Mike Morris
ac747888fd
docs(consul-api-gateway): add GatewayClassConfig deployment.defaultInstances
2022-06-01 13:59:23 -04:00
Mark Anderson
3046ad707b
yUpdate website/content/docs/connect/ca/vault.mdx
...
Port some changes that were made to the backport branch but not in the original PR.
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-05-31 20:22:12 -07:00
David Roca
c4cc793066
docs: Use .snap extension in API snapshot save/restore
...
Change the `.tgz` file extension in the snapshot save and restore
examples on /api-docs/snapshot to `.snap`.
This is consistent with the file extension used in other example
snapshot save and restore commands, as well as the default extension
used by the Consul Snapshot Agent.
2022-05-27 14:07:37 -07:00
Jared Kirschner
13e2c81451
Merge pull request #13006 from hashicorp/docs/http-api-breakout-path-parameters
...
HTTP API Docs: Separate path parameters from query parameters
2022-05-25 18:20:40 -04:00
Jared Kirschner
daf5e3ea10
docs: split HTTP API params into sections by type
...
Path parameters, query parameters, and request body parameters are now shown in
separate sections rather than combined into one general parameters section.
This makes it much easier to understand quickly where a parameter should be
provided.
2022-05-25 14:45:47 -07:00
Kyle Schochenmaier
ce1c58f0f5
update docs for single-dc-multi-k8s install ( #13008 )
...
* update docs for single-dc-multi-k8s install
Co-authored-by: David Yu <dyu@hashicorp.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-05-25 11:34:56 -07:00
Michael Wilkerson
bccd920db7
Nia/docs 0.6.0 ( #13107 )
...
* updated docs
- added docs for start command
- deprecated running without a command
- added instructions for autocomplete setup
* addressed review comments
* addressed review comments
* addressed review comments
* docs/nia: Terraform Cloud agent support
- Add agent as a supported execution mode
- Add terraform_cloud_workspace configuration
- Deprecate existing terraform_version config
* license block docs
* added HCP Consul to compatibility
* added HCP instructions
* addressed review comments
* added new auto-retrieval behavior to license docs
* addressed review comments
* addressed review comments
* Apply suggestions from code review
* Apply suggestions from code review
* updated docs
* updated docs
* Apply suggestions from code review
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
* fixed heading types
* fixed heading types
* update docs
* docs/nia: Add service registration configurations
* docs/nia: Style guide updates
* docs/nia: Update with beta docs feedback
* docs/nia: Update license config formatting
Other top-level blocks aren't included in the list of global config options,
so removed the liciense entry.
* docs/nia: Add auto-retrieval section to license page
* docs/nia: Separate column for HCP Consul support
* docs/nia: Compatiblity version upper bounds
* docs/nia: Fix broken links
* docs/nia: Style guide fixes
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* Remove RequestId field from cts health api docs.
* docs/nia - Update CTS service id format (#13125 )
* docs/nia: Convert Consul config to table format
* docs/nia: Add ACL token policy requirements
* update docs (#13174 )
* docs/nia: Fix ca_path, key default, and some links
* docs/nia: Add CTS service address config
* Update website/content/docs/nia/cli/index.mdx
* docs/nia: update for 0.6 GA (#13191 )
Co-authored-by: devarshishah3 <devarshishah3@gmail.com>
Co-authored-by: Michael Wilkerson <62034708+wilkermichael@users.noreply.github.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Melissa Kam <mkam@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Derek Menteer <derek.menteer@hashicorp.com>
Co-authored-by: lornasong <lornasong@users.noreply.github.com>
Co-authored-by: hashi-derek <105233703+hashi-derek@users.noreply.github.com>
Co-authored-by: devarshishah3 <devarshishah3@gmail.com>
2022-05-25 14:23:43 -04:00
Dmytro
5f48222db7
docs: Update service/node identities text on ACL index ( #13022 )
...
Modify node and service identities paragraphs on ACL index to better
conform with the style guide.
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-05-18 18:55:35 -07:00
John Murret
5fdfec1275
Updating compatibility matrix for consul-k8s version 0.44.0 ( #13111 )
2022-05-18 10:05:41 -06:00
Michael Schurter
69c30069cf
docs: specify 1.12.0+ent incompat with nomad ( #12883 )
...
Due to build changes in Consul 1.12.0 the `+ent` modifier is missing
from the version reported by `/v1/agent/self`.
Nomad looks for the `ent` modifier when determining whether to reconcile
services in non-default namespaces. Without the modifier Nomad will only
end up removing services from the default Consul namespace.
2022-05-16 18:41:13 -04:00
Blake Covarrubias
e653cb58ad
Redirect /api-docs/acl/acl to the new URL
2022-05-13 10:37:16 -07:00
Blake Covarrubias
2848721d82
Clarify purpose of example ACL rules and policies
2022-05-13 10:37:16 -07:00
Blake Covarrubias
3d0abe7aef
Remove unnecessary quotes from HCL variables
2022-05-13 10:35:24 -07:00
Blake Covarrubias
9afeac9643
Remove HCL examples of roles since only JSON payloads can be used
2022-05-13 10:35:24 -07:00
Blake Covarrubias
948fc47e75
docs: Fix JSON formatted example ACL policies
...
Commit 9333fad added JSON formatted examples for all ACL polices.
Most of these these examples are not valid JSON, and thus an error is
raised when attempting to create the example policies/rules in Consul.
This commit fixes the example JSON formatted ACL rules so that they
are valid JSON. This enables readers to use the policies as-is from
the documentation to successfully create policies in Consul.
It also removes unnecessary arrays from the example policies so that
the policies are easier for practitioners to read and write.
2022-05-13 10:35:24 -07:00
David Yu
b6594144ee
docs: add enterprise image ( #13047 )
2022-05-12 13:27:11 -07:00
Adrian Todorov
1c2da4189d
fix small typo in multi-cluster k8s installs docs
2022-05-12 19:46:45 +02:00
Michael Wilkerson
3a196db8de
Beta CTS Docs ( #12916 )
...
* updated beta docs
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: AJ Jwair <aj.jwair@hashicorp.com>
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* updated beta docs
* updated beta docs
* updated beta docs
* updated docs
* updated docs
* Apply suggestions from code review
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* update docs
* Update website/content/docs/release-notes/consul-terraform-sync/v0_6_0_beta.mdx
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
* docs/nia: Health endpoint and service registration
- Add Health endpoint docs
- Add CTS service registration docs
* update docs
* docs/nia: Miscellaneous fixes to beta docs
Co-authored-by: lornasong <lornasong@users.noreply.github.com>
* docs/nia: Update TFC agents description
Co-authored-by: AJ Jwair <aj.jwair@hashicorp.com>
Co-authored-by: Melissa Kam <3768460+mkam@users.noreply.github.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: lornasong <lornasong@users.noreply.github.com>
Co-authored-by: Melissa Kam <mkam@hashicorp.com>
2022-05-11 15:53:49 -07:00
Blake Covarrubias
a74710fd45
docs: Remove unnecessary use of CodeBlockConfig ( #12974 )
...
Remove empty CodeBlockConfig elements. These elements are not
providing any benefit for the enclosed code blocks. This PR removes
the elements so so that the source is easier to read.
2022-05-11 15:37:02 -07:00
David Yu
4c3559bfe3
docs: Address comments from admin partitions docs changes around networking requirements ( #13035 )
...
* docs: Address comments from admin partitions changes
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
2022-05-11 14:58:35 -07:00
Luke Kysow
374adc110a
Updates to fed docs for 0.43.0 ( #13026 )
...
* Updates to fed docs for 0.43.0
* Fix docs for VMs and for auth method
2022-05-11 10:11:45 -07:00
David Yu
f368b856c8
docs: Update Admin Partitions with more explicit commands by using shell variables ( #12966 )
...
* docs: Update Admin Partitions with more explicit commands by using shell variables
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-05-11 09:27:58 -07:00
Dan Upton
310a881fb1
docs: add section to 1.12 upgrade notes about new TLS config style ( #12880 )
2022-05-11 10:28:52 +01:00
Robert
4bc4f8773d
docs: Fix small errors for node identities and acl-rules ( #13016 )
...
* Fix node identities `datacenter` description to string type
* Fix service rules URL anchor
2022-05-10 18:14:21 -07:00
Luke Kysow
941e20a2dd
Document consul_datacenter param. ( #13009 )
2022-05-10 11:04:13 -07:00
Blake Covarrubias
45ff0ebc91
docs: Clarify version restriction for snapshot restore
...
Clarify that Consul snapshots must be restored into clusters running
the same version as the cluster from where the snapshot was taken.
2022-05-10 10:50:37 -07:00
Jared Kirschner
d335a2a711
Merge pull request #12366 from hashicorp/docs/uri-decode-resource-names-for-http-api
...
Document API ability to URL-decode resource names
2022-05-10 11:54:38 -04:00
Jared Kirschner
4de15e822f
Document API ability to URL-decode resource names
...
All Consul HTTP API endpoints now URL-decode resource names specified in the
path, enabling resource names containing URL-invalid characters to be used
in HTTP API requests if URL-encoded into the path.
Functionality implemented in Github Pull Requests:
- #11335
- #11957
- #12103
- #12190
- #12297
Also documents CLI accepting URL-invalid resource names.
All Consul HTTP API endpoints now URL-decode resource names specified in the
path, enabling resource names containing URL-invalid characters to be used
in HTTP API requests if URL-encoded into the path. The Consul HTTP API always
supported URL-decoding of query parameters.
The CLI automatically URL-encodes arguments which are inserted as resource
names in the URL path, enabling the CLI to also interact with resource names
that contain URL-invalid characters.
2022-05-10 08:45:58 -07:00
Blake Covarrubias
13ac34c08b
docs: Fix spelling errors across site ( #12973 )
2022-05-10 07:28:33 -07:00
Jared Kirschner
a18d7092cb
Merge pull request #12463 from hashicorp/docs/consistency-mode-improvements
...
Improve consistency mode docs
2022-05-09 23:04:00 -04:00
Jared Kirschner
bc69d70a55
docs: clarify consistency mode operation
...
Changes include:
- Add diagrams of the operation of different consistency modes
- Note that only stale reads benefit from horizontal scaling
- Increase scannability with headings
- Document consistency mode defaults and how to override for
DNS and HTTP API interfaces
- Document X-Consul-Effective-Consistency response header
2022-05-09 16:39:48 -07:00
David Yu
f7a310e11d
docs: provide option for installing using a specific version via Helm ( #12968 )
...
* docs: provide option for installing using a specific version via Helm
Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
2022-05-09 12:44:34 -07:00
Blake Covarrubias
01ef26dea0
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
Christopher Swenson
7fc91af8a2
docs: Fix broken links for roles and service identities ( #12954 )
2022-05-05 16:24:18 -07:00
Mark Anderson
f4c4c0e9ae
Update website/content/docs/connect/config-entries/mesh.mdx ( #12943 )
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-05-05 10:39:53 -07:00
Blake Covarrubias
f315eee98f
docs: Restore agent config docs removed in PR #12562 ( #12907 )
...
* docs: Re-add config file content removed in PR #12562
Re-add agent config option content that was erroneously removed in #12562 with
commit f4c03d234.
* docs: Re-add CLI flag content removed in PR #12562
Re-add CLI flag content that was erroneously removed in #12562 with
commit c5220fd18.
* 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-05-05 10:08:15 -07:00
Mark Anderson
18193f2916
Support vault namespaces in connect CA ( #12904 )
...
* Support vault namespaces in connect CA
Follow on to some missed items from #12655
From an internal ticket "Support standard "Vault namespace in the
path" semantics for Connect Vault CA Provider"
Vault allows the namespace to be specified as a prefix in the path of
a PKI definition, but our usage of the Vault API includes calls that
don't support a namespaced key. In particular the sys.* family of
calls simply appends the key, instead of prefixing the namespace in
front of the path.
Unfortunately it is difficult to reliably parse a path with a
namespace; only vault knows what namespaces are present, and the '/'
separator can be inside a key name, as well as separating path
elements. This is in use in the wild; for example
'dc1/intermediate-key' is a relatively common naming schema.
Instead we add two new fields: RootPKINamespace and
IntermediatePKINamespace, which are the absolute namespace paths
'prefixed' in front of the respective PKI Paths.
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-05-04 19:41:55 -07:00
Mark Anderson
e6282c7c64
Docs and changelog edits
...
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-05-04 08:50:59 -07:00
Mark Anderson
33bc0a8cb3
Add some docs
...
Signed-off-by: Mark Anderson <manderson@hashicorp.com>
2022-05-04 08:50:58 -07:00
Blake Covarrubias
8dc68002f9
docs: Add example Envoy escape hatch configs ( #12764 )
...
Add example escape hatch configurations for all supported override
types.
2022-05-02 11:25:59 -07:00
Jared Kirschner
304eb8a95d
Merge pull request #12762 from hashicorp/jkirschner-hashicorp-patch-1
...
docs: use correct previous name of recovery token
2022-04-29 18:35:56 -04:00
Jared Kirschner
4b315c6ffd
docs: fix typo
2022-04-29 17:57:21 -04:00
Jared Kirschner
c8676a4564
Merge pull request #12893 from hashicorp/docs/improve-consul-server-resilience
...
docs: add guidance on improving Consul resilience
2022-04-29 15:42:09 -04:00
Jared Kirschner
2ab5559a6a
docs: add guidance on improving Consul resilience
...
Discuss available strategies for improving server-level and infrastructure-level
fault tolerance in Consul.
2022-04-29 10:58:03 -07:00
Jeff-Apple
70e5ccfe59
Dcos: update for API Gateway v0.2.1
2022-04-29 09:52:00 -07:00
Jared Kirschner
3867ce2355
Merge pull request #11810 from hashicorp/update-enterprise-packaging-in-feature-docs
...
Update enterprise packaging in feature docs
2022-04-28 19:38:59 -04:00
Jared Kirschner
1e161b8c1b
docs: improve ent overview headings
2022-04-28 16:27:34 -07:00
Jared Kirschner
e4a66931a9
docs: explicitly fill all ent feature matrix cells
2022-04-28 12:41:37 -07:00
Jeff-Apple
04409f7164
Docs: updated versions on install page and other minor fixes.
2022-04-27 16:52:52 -07:00
Mike Morris
22c02b002d
website(consul-api-gateway): fixup stray div tag and step 8 link rendering ( #12873 )
2022-04-27 19:36:01 -04:00
Karl Cardenas
89c32164d7
docs: fixes makdown leakage
2022-04-27 14:15:39 -07:00
Jared Kirschner
ce9e72778c
docs: update HCP Consul feature matrix
2022-04-27 12:44:00 -07:00
Nathan Coleman
a9a0416266
Update version pin for consul-api-gateway CRD install
2022-04-27 15:07:02 -04:00
Jeff Apple
1f8f4e5d27
Merge pull request #12863 from hashicorp/api-gateway-v0.2-docs
...
Update product docs for release of Consul API Gateway v0.2
2022-04-27 12:01:23 -07:00
Nathan Coleman
498b80b284
Update minimum Consul version in Tech Specs
2022-04-27 14:55:55 -04:00
Jeff-Apple
d110933167
correction to the API Gateway 0.2 release notes.
2022-04-27 11:53:27 -07:00
Nathan Coleman
865fa7c480
Instruct user to update apiGateway.image in values.yaml
2022-04-27 14:47:15 -04:00
Jeff-Apple
14030b261e
Adding release notes for API Gateway v0.2
2022-04-27 11:44:39 -07:00
Nathan Coleman
f678d8aeda
Hide clipboard for codeblocks that shouldn't be copied
2022-04-27 14:37:51 -04:00
trujillo-adam
48a2ef9722
hid copy fn for codeblocks that don't need it
2022-04-27 11:34:44 -07:00
Mike Morris
955f23628f
website(consul-api-gateway): add ReferencePolicy to overview docs ( #12861 )
...
* website(consul-api-gateway): add ReferencePolicy to overview docs
* website(consul-api-gateway): bump required Consul Helm chart version
For allowing Consul API Gateway controller to read ReferencePolicy
resources and UX improvement re-using connectInject.consulNamespaces
config for Consul API Gateway config.
* added referencepolicy documentation to route section
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
* Update consul-api-gateway-install.mdx
* Update consul-api-gateway-install.mdx
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Nathan Coleman <nathandanielcoleman@gmail.com>
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
* Update website/content/docs/api-gateway/consul-api-gateway-install.mdx
* Update website/content/docs/api-gateway/index.mdx
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
* Update website/content/docs/api-gateway/index.mdx
* Update website/content/docs/api-gateway/index.mdx
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: Sarah Alsmiller <sarah.alsmiller@hashicorp.com>
Co-authored-by: sarahalsmiller <100602640+sarahalsmiller@users.noreply.github.com>
Co-authored-by: Nathan Coleman <nathandanielcoleman@gmail.com>
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
2022-04-27 14:25:42 -04:00
Nathan Coleman
7f0755a4f1
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-27 14:24:28 -04:00
Nathan Coleman
019907a51a
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-27 14:23:57 -04:00
Nathan Coleman
0727a0f4fd
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-27 14:23:48 -04:00
Nathan Coleman
b7ba05197a
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-27 14:14:36 -04:00
Nathan Coleman
7f8b9aa520
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-27 14:14:27 -04:00
Nathan Coleman
b5b4bd3f73
Update consul-api-gateway pin in installation instructions
2022-04-27 14:12:19 -04:00
Nathan Coleman
03456d84e8
Remove Consul pin from installation instructions
...
The consul-k8s chart has the correct version defaulted, and having it pinned here is another thing we have to include in all upgrade instructions
2022-04-27 14:11:51 -04:00
trujillo-adam
ef0e29f350
edits to draft of upgrades
2022-04-27 11:03:14 -07:00
Jared Kirschner
dd6d294651
docs: add missing space after ent feature matrix links
2022-04-27 09:46:53 -07:00
Jared Kirschner
62abd648ec
docs: improve enterprise overview page
...
Move enterprise feature/package matrix back to the overview page.
Add descriptions for each enterprise feature that discuss use case.
2022-04-27 09:25:16 -07:00
Dan Upton
e4008124bd
Upgrade Raft to v1.3.9 for saturation metrics ( #12865 )
2022-04-27 17:17:31 +01:00
Jared Kirschner
e90b8316df
docs: create enterprise feature/package matrix
2022-04-27 08:22:51 -07:00
Jared Kirschner
3ba30b5709
docs: show features per enterprise package
2022-04-27 08:22:51 -07:00
Sarah Alsmiller
5bf6cca88f
add inlinecode blocks to kubernetes object references
2022-04-27 10:13:41 -04:00
sarahalsmiller
7882d017d3
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
...
Co-authored-by: Jeff Apple <79924108+Jeff-Apple@users.noreply.github.com>
2022-04-27 10:13:40 -04:00
Sarah Alsmiller
2f751297c7
fix upgrade path documentation
2022-04-27 10:13:40 -04:00
Sarah Alsmiller
841dbf51dd
add upgrade path documentation
2022-04-27 10:13:40 -04:00
Jeff Apple
238de66109
Merge pull request #12858 from hashicorp/japple-rel-notes-reorg
...
Reorganization of the Release Notes on Consul.io
2022-04-26 13:29:26 -07:00
Jeff Apple
59320d5f78
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-04-26 13:14:10 -07:00
Karl Cardenas
5c346e5c26
Merge pull request #12856 from hashicorp/docs-ent-modules
...
docs: updated connect docs and re-deploying missed changes
2022-04-26 13:13:19 -07:00
Karl Cardenas
20975a35f6
Apply suggestions from code review
...
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
2022-04-26 13:12:53 -07:00
Jeff Apple
de90d4c7d3
Update website/content/docs/release-notes/consul/v1_9_x.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-26 08:02:28 -07:00
Jeff Apple
c12e4ada03
Update website/content/docs/release-notes/consul/v1_10_x.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-26 08:02:22 -07:00
Jeff Apple
52956cc591
Update website/content/docs/release-notes/consul/v1_11_x.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-26 08:02:12 -07:00
Jeff Apple
f6efba4c83
Update website/content/docs/release-notes/consul-ecs/v0_2_x.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-26 08:01:45 -07:00
Jeff Apple
fc61a54e7e
Update website/content/docs/release-notes/consul-ecs/v0_3_x.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-26 08:01:16 -07:00
Jeff Apple
da0eb8a380
Update website/content/docs/release-notes/consul-ecs/v0_4_x.mdx
...
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-26 08:01:07 -07:00
Jeff Apple
7f4e9c57cc
Merge branch 'main' into japple-rel-notes-reorg
2022-04-25 21:33:50 -07:00
Jeff-Apple
a37615318d
Docs: Release Notes reorg - adding ECS and NIA
2022-04-25 20:59:18 -07:00
Luke Kysow
1062177ad8
Update annotations-and-labels.mdx ( #12768 )
2022-04-25 10:09:07 -07:00
Karl Cardenas
7ead9840b5
docs: updated connect docs and re-deploying missed changes
2022-04-25 10:04:06 -07:00
Jeff Apple
154b2fb033
Update v0_4_x.mdx
2022-04-22 14:38:33 -07:00
Jeff-Apple
d4a0fcc108
Adding Rel Notes for ECS and moved CTS one.
2022-04-22 12:15:09 -07:00
Jeff Boruszak
e78e6758b7
Update to sentinel.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:20:08 -05:00
Jeff Boruszak
ed40bdeec5
Update to redundancy.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:19:34 -05:00
Jeff Boruszak
b0f67f46c6
Update to read-scale.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:19:06 -05:00
Jeff Boruszak
4d0491e6f1
Update to network-segments.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:18:35 -05:00
Jeff Boruszak
c8c52a910e
Update to namespaces.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:17:47 -05:00
Jeff Boruszak
33258f44a3
Update to federation.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:17:05 -05:00
Jeff Boruszak
1d6c53f68e
Update to audit-logging.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 13:15:28 -05:00
Jeff Boruszak
1b19f5b42e
Update to admin-partitions.mdx
...
Removed references to modules in callout box at the top of the page.
Edit requested by Neena Pemmaraju via Slack on 4/21/22
2022-04-22 12:01:48 -05:00
Andrew Stucki
1f3dfa6d40
Add doc for proposed annotation ( #12716 )
2022-04-22 09:13:18 -07:00
Jeff-Apple
b4c6081170
Add template for consul-k8s release notes.
2022-04-21 16:49:01 -07:00
David Yu
2970c619d2
docs: small spelling typo on consul k8s compat matrix ( #12840 )
2022-04-21 10:51:34 -07:00
Kyle Schochenmaier
16e8dea375
docs: update acl token generation with uuidgen ( #12821 )
...
* update acl token generation with uuidgen
2022-04-21 10:17:24 -07:00
David Yu
0ac00c75e4
docs: Update Consul K8s compatibility matrix ( #12829 )
...
* docs: Update Consul K8s compatibility matrix
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-21 10:10:56 -07:00
John Murret
2b8f10feec
Adding documentation for WAN Federation with Vault as a secrets backend ( #12802 )
...
* Adding documentation for WAN Federation with Vault as a secrets backend
* Reformatting systems integration
* fixing spacing and typos
* Fixing link to createFederactionSecret helm chart value
* More revisions in the Systems Integration section
* Systems Integration - fixing brok shell-session and adding paragraph.
* More formatting in data integration section
* Formatting consul config sections
* Fixing verbiage near helm installations.
* Changing refence to dc1 and dc2 to be primary datacenter(dc1) and secondary dataceneter (dc2)
* Apply suggestions from code review
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
* fixing missing s in Kubernetes
* Providing reason in Usage section as to why someone would look at the Systems and Data Integration sections of the vault docs
* fixing highlighted linenumbers that got through off by deleting the comment line at the beginning.
* fixing indentation within order lists
* Add a validation step to the next steps section.
* making the data integration sections for dc1 and dc2 symmetrical
* PR Feedback
* Adding images
* Remove confusing references to Systems Integration and Data Integration pages.
* Updating images to be centered
* Removed confusing reference to federation secret.
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-04-21 11:07:04 -06:00
Karl Cardenas
3d2b04684d
docs: fixed broken url
2022-04-21 09:37:36 -07:00
David Yu
ab78b897e4
docs: remove 1.9.x row in Envoy compatibility matrix ( #12828 )
2022-04-20 19:35:06 -07:00
Dan Stough
41d9302200
Fix spelling for secrurity/acl mdx.
2022-04-20 10:48:47 -04:00
Jared Kirschner
fbc2d26a09
docs: use correct previous name of recovery token
2022-04-19 20:26:06 -07:00
Paul Glass
bbb13b026c
Docs: IAM auth method ( #12779 )
...
* Docs: IAM auth method
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
2022-04-18 14:34:37 -05:00
Evan Culver
9d0b5bf8e9
connect: Add Envoy 1.22 to integration tests, remove Envoy 1.18 ( #12805 )
...
Co-authored-by: R.B. Boyer <rb@hashicorp.com>
2022-04-18 09:36:07 -07:00
Jeff-Apple
521579724e
Rename and re-title docs page for installing Consul API Gateway
2022-04-17 20:41:29 -07:00
Jeff-Apple
b58f673039
Initial changes for reoranizing the Release Notes
2022-04-17 16:57:32 -07:00
Evan Culver
e62745c82c
connect: Add Envoy 1.21.1 to support matrix, remove 1.17.4 ( #12777 )
2022-04-14 10:44:42 -07:00
Karl Cardenas
b0b197964c
Merge pull request #12562 from hashicorp/docs/blake-agent-config
...
docs: Agent configuration hierarchy reorganization
2022-04-12 12:33:42 -07:00
FFMMM
0c05f6d2e3
add docs for new labels ( #12757 )
2022-04-12 11:53:30 -07:00
John Murret
a2a9c963d6
Correcting an uncapitalized word setup at the beginning of titles to be capitalized in vault section. ( #12759 )
2022-04-12 09:44:41 -07:00
Natalie Smith
b9ec2222db
docs: simplify agent docs slugs
2022-04-11 17:38:47 -07:00
Natalie Smith
bea810cf62
docs: pr feedback
2022-04-11 17:38:17 -07:00
Natalie Smith
a00492e622
chore: rebase updates
2022-04-11 17:38:17 -07:00
Natalie Smith
cd73f27c84
docs: fix external links to agent config pages
2022-04-11 17:38:11 -07:00
Natalie Smith
9f693afcba
docs: fix agent config links
2022-04-11 16:07:09 -07:00
Natalie Smith
02dc86cad1
docs: arrange agent configuration file parameters into logical groups
2022-04-11 16:06:54 -07:00
Blake Covarrubias
7a1d4f0ec5
docs: move configuration files content from agent/config/index to agent/config/agent-config-files
2022-04-11 16:06:20 -07:00
Blake Covarrubias
84123368db
docs: move cli content from agent/config/index to agent/config/agent-config-cli
...
And add sections for logical groupings of options
2022-04-11 16:05:48 -07:00
Blake Covarrubias
f7edcdc6b9
docs: move agent/options.mdx into agent/config/index.mdx and add placeholder .mdx files for cli/files
...
Also update nav data
2022-04-11 16:05:21 -07:00
David Yu
07893afbdb
docs: Upgrade Consul K8s update link to combat matrix ( #12744 )
2022-04-11 11:41:35 -07:00
R.B. Boyer
f4eac06b21
xds: ensure that all connect timeout configs can apply equally to tproxy direct dial connections ( #12711 )
...
Just like standard upstreams the order of applicability in descending precedence:
1. caller's `service-defaults` upstream override for destination
2. caller's `service-defaults` upstream defaults
3. destination's `service-resolver` ConnectTimeout
4. system default of 5s
Co-authored-by: mrspanishviking <kcardenas@hashicorp.com>
2022-04-07 16:58:21 -05:00
John Murret
9e06543a4f
docs: Updating Gossip EncryptionKey Rotation page with Vault use case ( #12720 )
...
* docs: Updating Gossip EncryptionKey Rotation page with Vault use case
* Adding a note to the vault instructions linking to the gossip key encryption using Vault page.
* Correcting Vault guide for storing the rotated gossip key.
* adding $ to shell sessions where it is missing on the gossip rotation page
* adding $ to more shell sessions where it is missing on the gossip rotation page
2022-04-07 13:41:42 -06:00
Chris Thain
a125e12c78
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