Blake Covarrubias
da747c2cc0
docs: Add namespace parameters to /agent/service*
...
Document supported namespace parameters for /agent/service* API
endpoints.
Resolves #9710
2021-07-21 11:07:37 -07:00
Blake Covarrubias
c271308473
docs: Add intentions to ACL System docs ( #10323 )
...
Adds mention of `intentions` rules to ACL System and ACL Rules pages.
Resolves #9790
2021-07-19 15:31:41 -07:00
Blake Covarrubias
a0cd3dd88e
Add DNS recursor strategy option ( #10611 )
...
This change adds a new `dns_config.recursor_strategy` option which
controls how Consul queries DNS resolvers listed in the `recursors`
config option. The supported options are `sequential` (default), and
`random`.
Closes #8807
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Priyanka Sengupta <psengupta@flatiron.com>
2021-07-19 15:22:51 -07:00
Blake Covarrubias
832896ed11
docs: Fix spelling errors across website
2021-07-19 14:29:54 -07:00
Daniel Nephin
0ba5d74fcc
Merge pull request #10617 from hashicorp/dnephin/config-add-missing-docs
...
docs: add config options that were missing
2021-07-15 11:23:32 -04:00
Daniel Nephin
510262b3bb
docs: add deprecation version for ports.grpc settings
2021-07-14 17:06:13 -04:00
Daniel Nephin
5581c86597
docs: add config options that were missing
...
https://github.com/hashicorp/consul/pull/128 added pid_file
https://github.com/hashicorp/consul/pull/1331 added disable_coordinates
2021-07-14 16:51:07 -04:00
Melissa Kam
fb95d447db
Merge pull request #10614 from hashicorp/nia/docs-0.2.1
...
nia/docs 0.2.1
2021-07-14 12:03:13 -05:00
David Yu
28087b6949
docs: Add link to learn guide on migrating ACL tokens ( #10609 )
...
* docs: Add link to learn guide on migrating ACL tokens
2021-07-13 14:02:51 -07:00
Daniel Nephin
74fb650b6b
Merge pull request #10588 from hashicorp/dnephin/config-fix-ports-grpc
...
config: rename `ports.grpc` to `ports.xds`
2021-07-13 13:11:38 -04:00
Daniel Nephin
c48f26b0a6
config: update config settings and flags for ports.xds
2021-07-13 12:31:48 -04:00
Iryna Shustava
95305881ce
cli/sdk: Allow applying redirect-traffic rules in a provided Linux namespace ( #10564 )
2021-07-13 10:05:48 -06:00
Melissa Kam
ea302c7d3e
nia/docs: Terraform 1.0 compatability
2021-07-13 10:22:05 -05:00
Daniel Nephin
dc15e5eb8c
Merge pull request #10579 from hashicorp/dnephin/improve-config-docs-tls
...
docs: Improve TLS user documentation
2021-07-12 19:09:15 -04:00
Curt Marker
eb3e9271d3
Fixed a typo that broke the example static-server deployment ( #10582 )
...
The service account was typo'd and needs to be fixed
2021-07-12 13:28:36 -07:00
Daniel Nephin
c69a3fa760
docs: move TLS example next to field reference
2021-07-12 13:08:02 -04:00
Daniel Nephin
7e681b1428
Update website/content/docs/agent/options.mdx
...
Co-authored-by: Kent 'picat' Gruber <kent@hashicorp.com>
2021-07-12 13:03:32 -04:00
Karl Cardenas
d4eb089d4a
docs: changing license faq title to align with Nomad and Vault faq pages
2021-07-09 10:20:51 -07:00
Evan Culver
13bd86527b
Add support for returning ACL secret IDs for accessors with acl:write ( #10546 )
2021-07-08 15:13:08 -07:00
Daniel Nephin
d906ddb218
docs: group all agent tls settings together.
...
To make it easier to see all of the related settings in one place.
Also add some context about how these settings are applied.
2021-07-08 18:05:37 -04:00
Daniel Nephin
54fffe5266
docs: fix example of TLS config
...
To actually enable TLS
2021-07-08 17:51:12 -04:00
Daniel Nephin
ec6da0859d
Merge pull request #10570 from hashicorp/copy-of-master
...
Changes that were accidentally merged into the old master branch
2021-07-08 16:28:56 -04:00
David Yu
fc411b2313
docs: Update docs to reflect limitation in TProxy when using single Consul DC deployment with multiple k8s clusters ( #10549 )
...
* docs: Update to reflect single Consul DC deployment with multiple k8s clusters
2021-07-08 10:44:29 -07:00
Dhia Ayachi
6390e91be5
Add ca certificate metrics ( #10504 )
...
* add intermediate ca metric routine
* add Gauge config for intermediate cert
* Stop metrics routine when stopping leader
* add changelog entry
* updage changelog
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
* use variables instead of a map
* go imports sort
* Add metrics for primary and secondary ca
* start metrics routine in the right DC
* add telemetry documentation
* update docs
* extract expiry fetching in a func
* merge metrics for primary and secondary into signing ca metric
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
2021-07-07 09:41:01 -04:00
Daniel Nephin
2c4f22a9f0
Merge pull request #10552 from hashicorp/dnephin/ca-remove-rotation-period
...
ca: remove unused RotationPeriod field
2021-07-06 18:49:33 -04:00
Luke Kysow
75b21259a1
Add headings to Helm docs ( #10562 )
2021-07-06 11:23:10 -07:00
jkirschner-hashicorp
5f73de6fbc
Merge pull request #10560 from jkirschner-hashicorp/change-sane-to-reasonable
...
Replace use of 'sane' where appropriate
2021-07-06 11:46:04 -04:00
Daniel Nephin
3a045cca8d
ca: remove unused RotationPeriod field
...
This field was never used. Since it is persisted as part of a map[string]interface{} it
is pretty easy to remove it.
2021-07-05 19:15:44 -04:00
Jared Kirschner
bd536151e1
Replace use of 'sane' where appropriate
...
HashiCorp voice, style, and language guidelines recommend avoiding ableist
language unless its reference to ability is accurate in a particular use.
2021-07-02 12:18:46 -04:00
David Yu
619eb5875d
docs: Formatting for Ingress Controllers example repos ( #10542 )
...
* docs: Formatting for Ingress Controllers example repos
* Update ingress-controllers.mdx
2021-07-01 10:48:40 -07:00
Kyle Schochenmaier
307f49dd31
docs: Ingress controllers configurations ( #10495 )
...
Add high level documentation on how to enable ingress controllers in consul on k8s.
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
2021-07-01 11:24:27 -05:00
David Yu
c3f0e395f0
docs: remove alpha from 1.10.0 reference for observability on k8s metrics merging ( #10528 )
...
The docs note an alpha pre-release version on K8s observability. Updating to only reference the GA 1.10.0 version of Consul for observability on k8s and metrics merging.
2021-06-30 12:18:19 -07:00
Daniel Nephin
fa5d627014
Merge pull request #10527 from hashicorp/rename-main-branch
...
Update references to the main branch
2021-06-30 13:07:09 -04:00
Luke Kysow
68c4c232a1
docs: Document setting dashboard_url on k8s ( #10510 )
...
It's tricky because the `{{` needs to be escaped with Helm.
2021-06-30 09:16:38 -07:00
Jan Berktold
e91996f130
Add rs-consul client to community-provided SDKs list ( #10529 )
...
* Add rs-consul
* Update website/content/api-docs/libraries-and-sdks.mdx
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-30 10:43:41 -04:00
Blake Covarrubias
8a832635b8
docs: Add Consul 1.10 release notes ( #10489 )
...
Co-authored-by: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-29 16:08:57 -07:00
Daniel Nephin
d3bc19c47d
Rename main branch in CHANGELOG and website docs
2021-06-29 18:55:35 -04:00
Daniel Nephin
4d741531b4
Update references to the main branch
...
The main branch is being renamed from master->main. This commit should
update all references to the main branch to the new name.
Co-Authored-By: Mike Morris <mikemorris@users.noreply.github.com>
2021-06-29 17:17:38 -04:00
Iryna Shustava
1c0beefc73
docs: add docs for running a single Consul dc in multiple k8s clusters ( #10508 )
2021-06-29 14:23:36 -06:00
jkirschner-hashicorp
89f01647fb
Merge pull request #10519 from jkirschner-hashicorp/fix-doc-service-splitter-example
...
docs: fix service splitter example weight sum
2021-06-29 15:51:18 -04:00
Ashwin Venkatesh
48069d18dd
Add docs for gossip encryption key rotation ( #10522 )
...
* Add docs for gossip encryption key rotation with feedback from David, Kyle and Luke.
2021-06-29 14:45:19 -04:00
Daniel Nephin
391a0eae46
Merge pull request #10437 from christopherlai/patch-1
...
Link to Reverse Proxy from Load Balancer
2021-06-29 14:37:41 -04:00
Blake Covarrubias
8a9dad08b5
docs: Add audit logging examples ( #10382 )
...
* docs: Add audit logging examples
Resolves #8375 , resolves #9055
2021-06-29 10:58:15 -07:00
Blake Covarrubias
ef6e618753
docs: Clarify serf_lan/retry_join behavior with network segments ( #10386 )
...
* docs: Add info on using cloud auto-join with Network Segments
Resolves hashicorp/go-discover#57
* Add note about joining network segments
Specifically call out that agents can be configured to join a network
segment by either specifying the Serf LAN port in the join address,
changing the agent's default Serf LAN port by configuring
`ports.serf_lan`, or specifying the port in the `-serf-lan-port`
command line flag.
Resolves #9972
2021-06-29 10:57:33 -07:00
David Yu
0c63a7b4d4
docs: Remove Helm 2 mention in Consul K8s install and uninstall ( #10517 )
...
* docs: Remove Helm 2 mention in Consul K8s install and uninstall
Helm 2 is no longer supported via Consul K8s. Helm 3 is now the supported version for Consul K8s.
2021-06-29 09:18:08 -07:00
Mike Ajala
d87263b5eb
Update self-hosted-kubernetes.mdx ( #10518 )
...
Corrected typo, from you _mean_ need to you _may_ need.
2021-06-29 09:17:07 -07:00
Jared Kirschner
8dae08e30e
Fix service splitter example weight sum
...
Weight sum must be equal to 100.
2021-06-29 07:01:55 -04:00
Daniel Nephin
16b21b0864
http: add an X-Consul-Query-Backend header to responses
...
So that it is easier to detect and test when streaming is being used.
2021-06-28 16:44:58 -04:00
Daniel Nephin
7531a6681d
docs: correct some misleading telemetry docs
...
The query metrics are actually reported for all read queries, not only
ones that use a MinIndex to block for updates.
Also clarify the raft.apply metric is only on the leader.
2021-06-28 12:20:53 -04:00
Ludovic Ortega
c138c38392
[Fix] Add missing quote ( #10484 )
2021-06-24 13:59:39 -07:00