boruszak
6d7a78b79a
Fixes according to Freddy's review/comments
2022-08-09 09:42:01 -05:00
boruszak
e07dcd87bd
WAN Federation/Cluster Peering comparison table addition
2022-08-09 09:07:25 -05:00
boruszak
8b5b4aa6ce
Delete peering UI instructions
2022-08-09 08:53:03 -05:00
Tu Nguyen
6b7b64240f
Fixed rendering
2022-08-08 16:40:14 -07:00
boruszak
ed10dee9b6
UI instructions
2022-08-08 16:32:38 -05:00
boruszak
a8fea65f9f
Add peering connection UI iinitial commit.
2022-08-08 15:34:28 -05:00
boruszak
a50dd4848c
Added info about Consul server config requirements
2022-08-08 15:09:12 -05:00
boruszak
cb587192ba
Minor edit
2022-08-02 16:25:13 -05:00
boruszak
f3a9f607b9
Proofing edits
2022-08-02 16:20:43 -05:00
boruszak
c0c97f2cb3
Proofing edits
2022-08-02 16:01:22 -05:00
boruszak
a7b4444958
New features/functions list
2022-08-02 15:17:09 -05:00
boruszak
b96d540271
New "Mesh Gateways for Peered Clusters" page
2022-08-02 15:09:00 -05:00
boruszak
8ace17e47c
Initial new features commit
2022-08-02 14:26:20 -05:00
boruszak
52656f4426
Proofing updates & adjustments
2022-08-01 14:43:10 -05:00
boruszak
58a7b3aece
Updated functionality + task instructions
2022-08-01 14:28:50 -05:00
boruszak
31df478292
Beta release constraints updated
2022-08-01 10:43:38 -05:00
boruszak
e9c8abefcb
Update "technical preview" to "beta"
2022-08-01 10:30:36 -05:00
Jared Kirschner
a7980de7b0
docs: fix k8s prepared query upstream link
2022-07-29 18:00:56 -04:00
Jared Kirschner
8a7e60b10b
Merge pull request #13917 from hashicorp/docs/show-cli-cmd-options-before-general-options-2
...
docs: show CLI cmd-specific opts before general opts
2022-07-27 18:55:06 -04:00
Jared Kirschner
bb93a43475
docs: show CLI cmd-specific opts before general opts
...
Applied to all remaining CLI commands.
2022-07-27 15:50:51 -07:00
Ashwin Venkatesh
e4aaf467eb
Add peer counts to emitted metrics. ( #13930 )
2022-07-27 18:34:04 -04:00
Jared Kirschner
39480deed0
Merge pull request #13914 from hashicorp/docs/remove-comparisons-from-ref-docs
...
docs: remove comparative info from ref docs site
2022-07-27 02:42:41 -04:00
Jared Kirschner
13b3430a4e
docs: show CLI cmd-specific opts before general opts
...
Applied to a single command (acl auth-method create).
2022-07-26 22:38:44 -07:00
Jared Kirschner
d4a0dde9fd
docs: remove comparative info from ref docs site
2022-07-26 22:27:39 -07:00
Iryna Shustava
9bd8c0cd6d
docs: update helm reference docs ( #13910 )
2022-07-26 17:54:51 -06:00
trujillo-adam
0a4dff1763
Merge pull request #13897 from hashicorp/peering-metrics-docs-typo
...
fixed typo
2022-07-25 16:36:49 -07:00
Jared Kirschner
5faa515c91
Merge pull request #12045 from hashicorp/partition-cli-acl-info-and-api-crossref
...
Partitions: Include ACL Info and API cross-ref for CLI Commands
2022-07-25 19:10:55 -04:00
Jared Kirschner
641bf837b5
docs: remove unnecessary partition CLI cmd info
2022-07-25 15:31:39 -07:00
Jared Kirschner
dd81f6a76f
docs: adjust HTTP API/CLI characteristics tables
2022-07-25 15:31:39 -07:00
Jared Kirschner
dd12584981
docs: restructure partition API characteristics
...
The existing characteristics were restructured into a list.
The corresponding CLI command characteristic was added.
2022-07-25 15:31:38 -07:00
Jared Kirschner
44de9aaf4b
docs: remove partition subcommand usage headings
2022-07-25 15:31:38 -07:00
Jared Kirschner
13c91ddbdc
docs: add partition command characteristics
...
Characteristics include:
- Required ACL permissions
- Corresponding HTTP API endpoint
- (Lack of) support for blocking queries and agent caching
2022-07-25 15:31:38 -07:00
Jared Kirschner
d9d29ad0ed
docs: add partial for api/cli characteristics links
2022-07-25 15:31:38 -07:00
trujillo-adam
fb461995c0
fixed typo
2022-07-25 14:32:33 -07:00
David Yu
56a25ab6cc
docs: followup on grammar and typo for latency requirements ( #13888 )
2022-07-25 12:50:11 -07:00
alex
79bd7d1817
docs: add peering metric doc ( #13862 )
...
Co-authored-by: Freddy <freddygv@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>
2022-07-25 12:43:06 -07:00
David Yu
706808dd84
docs: add details around Consul latency requirements ( #13881 )
...
* docs: add details around Consul latency requirements
2022-07-25 11:02:31 -07:00
Luke Kysow
5263980884
Re-document peering disabled ( #13879 )
...
Change wording because it does have effect on clients because it
disables peering in the UI served from that client.
2022-07-25 09:30:37 -07:00
Luke Kysow
d21f793b74
peering: add config to enable/disable peering ( #13867 )
...
* peering: add config to enable/disable peering
Add config:
```
peering {
enabled = true
}
```
Defaults to true. When disabled:
1. All peering RPC endpoints will return an error
2. Leader won't start its peering establishment goroutines
3. Leader won't start its peering deletion goroutines
2022-07-22 15:20:21 -07:00
NicoletaPopoviciu
12858f4f90
docs: Updates k8s annotation docs ( #13809 )
...
* Updates k8s annotation docs
Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
Co-authored-by: David Yu <dyu@hashicorp.com>
2022-07-22 13:26:31 -07:00
A.J. Sanon
9f9ac78243
Add ECS audit logging docs ( #13729 )
2022-07-22 13:30:25 -04:00
Krastin Krastev
7f2eea5be3
Merge branch 'main' into krastin/docs/sidecarservice-typo
2022-07-21 10:51:39 +03:00
Jared Kirschner
7a58a4df96
docs: suggest using token header, not query param
2022-07-20 15:16:27 -07:00
Jared Kirschner
53ab2bd9d2
Merge pull request #13405 from hashicorp/jkirschner-hashicorp-patch-3
...
docs: correct Vault CA multiple namespace support
2022-07-20 17:52:32 -04:00
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
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
Jared Kirschner
9c0f2478b9
docs: add Envoy upgrade step to std upgrade docs
2022-07-14 06:56:11 -07:00