Judith Malnick
d909766403
Remove redundant word.
2019-04-16 16:03:03 -06:00
kaitlincarter-hc
8b7e2a3e32
[docs] Windows Guide ( #5626 )
...
* Updating the windows guide for the migration.
* adding config dir option
2019-04-16 16:14:10 -05:00
Matt Keeler
23755fcf46
Fix some broken links ( #5670 )
2019-04-16 12:40:03 -04:00
Matt Keeler
afa1cc98d1
Implement data filtering of some endpoints ( #5579 )
...
Fixes : #4222
# Data Filtering
This PR will implement filtering for the following endpoints:
## Supported HTTP Endpoints
- `/agent/checks`
- `/agent/services`
- `/catalog/nodes`
- `/catalog/service/:service`
- `/catalog/connect/:service`
- `/catalog/node/:node`
- `/health/node/:node`
- `/health/checks/:service`
- `/health/service/:service`
- `/health/connect/:service`
- `/health/state/:state`
- `/internal/ui/nodes`
- `/internal/ui/services`
More can be added going forward and any endpoint which is used to list some data is a good candidate.
## Usage
When using the HTTP API a `filter` query parameter can be used to pass a filter expression to Consul. Filter Expressions take the general form of:
```
<selector> == <value>
<selector> != <value>
<value> in <selector>
<value> not in <selector>
<selector> contains <value>
<selector> not contains <value>
<selector> is empty
<selector> is not empty
not <other expression>
<expression 1> and <expression 2>
<expression 1> or <expression 2>
```
Normal boolean logic and precedence is supported. All of the actual filtering and evaluation logic is coming from the [go-bexpr](https://github.com/hashicorp/go-bexpr ) library
## Other changes
Adding the `Internal.ServiceDump` RPC endpoint. This will allow the UI to filter services better.
2019-04-16 12:00:15 -04:00
Alvin Huang
ffc5c33550
interpolate properly ( #5665 )
2019-04-15 15:29:19 -04:00
Alvin Huang
0015326cea
Share Fastly and Netlify redirects ( #5619 )
...
* consolidate netlify and fastly redirects
* remove validation check to support full url redirects
2019-04-15 14:56:53 -04:00
Freddy
b2c12550d7
Remove old UI, option to use it, and its build processes
2019-04-12 09:02:27 -06:00
Freddy
a03392c906
Add additional raft metrics ( #5628 )
...
* Add documentation for new raft metrics
* Revendor raft from master
2019-04-09 16:09:22 -06:00
Sarah Christoff
1ca4cca043
Merge pull request #5609 from hashicorp/update_ports
...
Update Ports Documentation
2019-04-05 15:54:03 -05:00
Alvin Huang
e14d1fab29
Merge pull request #5607 from hashicorp/deploy-previews
...
Add Documentation Previews and Checks
2019-04-05 13:44:22 -04:00
Sarah Christoff
53cbaefd5d
Updated Ports Documentation
2019-04-05 12:25:44 -05:00
Judith Malnick
fc7a1e0175
[docs] security warning about Helm chart ( #5561 )
...
* [docs] security warning about Helm chart
Correct security warning about helm chart to caution about default Consul install.
* clarify that k8s or consul should be secure
2019-04-04 16:58:57 -07:00
Alvin Huang
3e54ae4d19
add netlify redirects
2019-04-04 18:55:15 -04:00
Alvin Huang
71364e94ea
add link checking script
2019-04-04 18:55:15 -04:00
Alvin Huang
17a6307f65
fix broken acl link ( #5592 )
...
* fix broken acl link
* Update website/source/docs/acl/acl-migrate-tokens.html.md
Co-Authored-By: alvin-huang <alvin@hashicorp.com>
2019-04-04 13:56:43 -04:00
kaitlincarter-hc
eca219b64c
[docs] Connect in Production ( #5503 )
...
* Updating guide to prepare for Learn migration.
* Update website/source/docs/guides/connect-production.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/connect-production.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/connect-production.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/connect-production.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-04 09:52:35 -05:00
tristan-weil
fe938e6e28
tls: allow to add ip addresses as Subject Alternative Names when creating certificates ( #5602 )
2019-04-04 14:32:02 +02:00
kaitlincarter-hc
cb0b9665df
[docs] New k8s reference arch guide. ( #5528 )
...
* New k8s reference arch guide.
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
* Update website/source/docs/guides/kubernetes-reference.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 17:29:21 -05:00
kaitlincarter
b0bdfeaa69
updated the graphic
2019-04-03 16:53:04 -05:00
kaitlincarter
1b9802a14b
Updates based on feedback
2019-04-03 16:36:02 -05:00
Alvin Huang
9d6e507616
rename refs to areas guide to advanced-federation ( #5603 )
2019-04-03 17:20:58 -04:00
kaitlincarter-hc
23ec040205
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 15:08:11 -05:00
Paul Banks
f079c5ea57
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 14:48:19 -05:00
kaitlincarter-hc
22202683e7
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 14:47:11 -05:00
kaitlincarter-hc
edd7d89484
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 14:39:36 -05:00
kaitlincarter-hc
fe8c04b51d
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 13:41:09 -05:00
Paul Banks
a7b7c4d11f
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 13:36:24 -05:00
Paul Banks
98e9bda52a
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 13:33:01 -05:00
kaitlincarter-hc
90b7d51006
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 13:31:51 -05:00
Rebecca Zanzig
9ac4933f3e
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 13:30:46 -05:00
Rebecca Zanzig
c3b8693c17
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 13:27:42 -05:00
Paul Banks
4d5ca8bf39
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 10:59:12 -05:00
kaitlincarter-hc
ecc8850751
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 10:58:55 -05:00
kaitlincarter-hc
3cb70ca541
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 10:56:51 -05:00
kaitlincarter-hc
ee03aedab8
Update website/source/docs/guides/kubernetes-reference.html.md
2019-04-03 10:56:25 -05:00
Paul Banks
b05a52f66f
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 10:55:00 -05:00
Jack Pearkes
e7c295e552
Minor Session / Lock Related Documentation Fixes ( #5037 )
...
* website: specify value of acquire/release params for kv
* website: clarify leader election usage in TTL docs
* website: document minimal value of lockdelay
I believe it uses the default when parsing 0 as it
views that as an empty parameter in this case.
2019-04-03 08:54:21 -07:00
Paul Banks
348fd0f9ba
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-03 10:54:20 -05:00
kaitlincarter-hc
2d870b9297
[docs] Basic Federation ( #5537 )
...
* Adding headers and example output.
* Update website/source/docs/guides/datacenters.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/datacenters.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/datacenters.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/datacenters.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/datacenters.html.md
* Update website/source/docs/guides/datacenters.html.md
2019-04-03 10:45:54 -05:00
Nathan Valentine
4d57b4adf8
EA has validated this content as working with Consul 1.4 ( #5541 )
2019-04-03 08:37:09 -07:00
Nathan Valentine
c1ba15d3af
EA has validated that this content works with Consul 1.4 ( #5542 )
2019-04-03 08:36:59 -07:00
Judith Malnick
1f67b0aee9
[docs] reimplement changes from PR #5505 ( #5591 )
2019-04-01 13:34:48 -07:00
Alvin Huang
ee6a8e54f2
Fix broken links ( #5552 )
...
* fix network segments broken urls
* fix iptables broken link
* fix acl broken link
* fix acl-rules broken link
* fix acl migrate broken link
* fix clone token link
2019-04-01 16:01:00 -04:00
Judith Malnick
ac722f0fe1
Revert "[docs] Connect with Envoy Guide" ( #5589 )
2019-04-01 12:31:23 -07:00
Rebecca Zanzig
e035db0e8d
Merge pull request #5515 from tryan225/docs/helm-extra-volumes-example
...
[docs] Adding an example of extraVolumes with the Helm chart
2019-04-01 09:53:02 -07:00
Judith Malnick
16eb3cf687
[docs] Connect with Envoy Guide ( #5505 )
...
* Updating the intro.
* Update website/source/docs/guides/connect-envoy.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/connect-envoy.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-26 15:04:26 -07:00
kaitlincarter-hc
f66f46cb1e
[docs] Advanced Federation ( #5538 )
...
* renaming guide and changing format.
* Adding headers, updating output.
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/advanced-federation.html.md
* Update website/source/docs/guides/advanced-federation.html.md
2019-03-26 12:24:12 -07:00
kaitlincarter-hc
c7166ba58b
[docs] Semaphore ( #5524 )
...
* Updating and adding headings.
* Update website/source/docs/guides/semaphore.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/semaphore.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-26 11:44:20 -07:00
Alvin Huang
74c31c540f
add redirects for ACL docs ( #5550 )
2019-03-25 18:46:27 -04:00
Alvin Huang
e0a4d872af
missed a broken link ( #5545 )
2019-03-25 18:46:10 -04:00
kaitlincarter-hc
114b42b448
[docs] ACL Side Navigation Added ( #5526 )
...
* Adding new ACL menu item with guides and documentation.
* removing sidebar stuff from under agent, some documenting
2019-03-25 16:20:40 -05:00
Alvin Huang
6e550d6dc7
add redirects for ACL docs
2019-03-25 15:22:51 -04:00
kaitlincarter-hc
89cd3a3a3e
[Docs] Launching K8s getting started path on Learn ( #5511 )
...
* Moving Minikube guide.
* Update website/source/layouts/docs.erb
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/index.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 12:12:07 -05:00
Judith Malnick
3454491c60
Update website/source/docs/guides/connect-envoy.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 09:28:03 -05:00
Judith Malnick
8fadc2d314
Update website/source/docs/guides/connect-envoy.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-25 09:27:52 -05:00
kaitlincarter-hc
24633c8334
Updated for migration. ( #5512 )
2019-03-25 09:24:28 -05:00
kaitlincarter-hc
3e79219c49
Fixing smart quotes ( #5522 )
2019-03-25 09:22:27 -05:00
Alvin Huang
dc3c131836
fix broken link
2019-03-22 19:20:48 -04:00
Judith Malnick
6a78e2ae55
[docs] improve telegraf guide with objectives, summary, formatting ( #5527 )
2019-03-22 09:40:38 -07:00
Jud White
462a73fa28
docs: update 'sc' usage in windows-guide.html.md ( #5501 )
...
- the space after `=` is significant in sc parameters (binPath= "<path> <args>, start= auto)
- given the text "the service automatically starts up during/after boot", added `start= auto` to
the example, otherwise the service will be set to Manual start mode.
2019-03-21 12:51:04 -05:00
Todd Radel
77bd53269d
[docs] New doc on integration with Ambassador Proxy ( #5497 )
...
* New doc on integration with Ambassador Proxy
* Remove reference to "step 1"
* Added link to docs for `consul intention check`
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/ambassador.html.md
Co-Authored-By: tradel <todd@radel.us>
* Added links to install guide and Connect guide
2019-03-21 11:00:39 -05:00
Hans Hasselberg
0df516aa52
Merge branch 'master' of github.com:hashicorp/consul
2019-03-21 15:13:03 +00:00
Judith Malnick
96857df8d8
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-21 09:51:37 -05:00
Judith Malnick
0f52a3ec80
Update website/source/docs/guides/kubernetes-reference.html.md
...
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-21 09:50:25 -05:00
kaitlincarter-hc
197031bb68
Updating network segments guide ( #5529 )
2019-03-21 09:35:49 -05:00
Rebecca Zanzig
fb521c6094
Add dns configuration info for CoreDNS users
2019-03-20 23:02:04 -07:00
kaitlincarter
3f230aeb48
New k8s reference arch guide.
2019-03-20 19:20:05 -05:00
Hans Hasselberg
ea5210a30e
Release v1.4.4
2019-03-20 16:00:54 +00:00
tryan225
8f9b93448f
Adding an example of extraVolumes with the Helm chart
2019-03-19 14:31:11 -07:00
Erik DeLamarter
e37c402c9e
[Docs] Added a note to GCE auto-join credentials option ( #5391 )
...
* Added a note to GCE auto-join credentials option
Simply added a note to remind users that putting a json file in the config-dir will make consul parse it as a config file.
Hope to help someone else avoid wasting a day because of these errors:
==> Error parsing /etc/consul.d/credentials.json: 10 error(s) occurred: * invalid config key private_key
* Updated according to style guidelines
Co-Authored-By: delamart <erik@delamarter.ch>
2019-03-19 09:40:12 -05:00
kaitlincarter-hc
49511f979e
Updating the intro.
2019-03-18 14:52:17 -05:00
John Cowen
69ac5d0b04
[Docs] Connect Sidecar Proxies: Fixes 'must may' typo and adds formatting to follow other docs ( #5397 )
...
* Fixes 'must may' typo and adds formatting to follow other docs
* Reverts local_service_port docs to state its optional
2019-03-18 11:48:56 -07:00
Todd Radel
c5bd1a79da
[docs] Added section on using Helm chart to deploy Enterprise binaries ( #5454 )
...
* Added section on using Helm chart to deploy Enterprise binaries
* Update website/source/docs/platform/k8s/helm.html.md
Switch to active voice.
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/helm.html.md
Co-Authored-By: tradel <todd@radel.us>
* Update website/source/docs/platform/k8s/helm.html.md
* Update website/source/docs/platform/k8s/helm.html.md
Co-Authored-By: tradel <todd@radel.us>
2019-03-18 11:21:40 -07:00
Steve Burns
34c70d2475
Add log_file attribute to agent configuration documentation ( #5492 )
2019-03-18 10:24:49 -07:00
Alex Mayer
585978ab94
Docs Proofing ( #5424 )
...
* Docs: Remove default_policy From Code Example
It is not needed according to:
https://www.consul.io/docs/agent/acl-system.html#configuring-acls
* Docs: Cleanup Commands And Their Output On ACL Guide Page
Remove extra spaces and newlines
Ensure rules match input rules
* Docs: Remove Incomplete "Added In Version" Statement
Version added is specified on parent option
* Docs: Fix Broken Links
* Docs: Minor Sentence Tweaks
2019-03-15 09:35:33 -05:00
kaitlincarter-hc
aec25fde59
[docs] Deploying Consul with Kubernetes ( #5471 )
...
* Adding new K8s guide.
* Update website/source/docs/guides/kuberenetes-deployment.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/kuberenetes-deployment.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* updating based on feedback.
* Couple updates based on feedback.
* Update website/source/docs/guides/kuberenetes-deployment.html.md
* updating value file.
2019-03-13 16:56:00 -05:00
Rebecca Zanzig
34e9eab0d6
Add docs for using Helm `--set` to create extraConfig variables ( #5474 )
...
* Add docs for using Helm `--set` to create extraConfig variables
Based on info provided for `consul-helm` issue 74.
* fixing formatting
2019-03-13 16:25:09 -05:00
Alvin Huang
31ae343dba
add sentinel redir ( #5484 )
2019-03-13 14:11:24 -04:00
kaitlincarter-hc
51acd28d3b
[docs] Move Sentinel documentation ( #5478 )
...
* Moving sentinel doc
* updating links, fixing headings.
* Update website/source/docs/agent/acl-rules.html.md
2019-03-13 12:47:25 -05:00
Alvin Huang
d5d586af96
update bootstrap redirect
2019-03-13 11:25:54 -04:00
kaitlincarter-hc
1333bfe324
[docs] Bootstrapping Guide -> Install docs ( #5473 )
...
* moved the bootstrapping guide to the docs.
* More edits for consistency.
* Added arch link
2019-03-13 10:12:52 -05:00
Hans Hasselberg
7e11dd82aa
agent: enable reloading of tls config ( #5419 )
...
This PR introduces reloading tls configuration. Consul will now be able to reload the TLS configuration which previously required a restart. It is not yet possible to turn TLS ON or OFF with these changes. Only when TLS is already turned on, the configuration can be reloaded. Most importantly the certificates and CAs.
2019-03-13 10:29:06 +01:00
Reid Beels
cd1aa9b426
Remove misleading encrypt param documentation ( #5452 )
...
According to https://www.consul.io/docs/agent/options.html#_encrypt , the `encrypt` param specifies the 16-byte key to use, not the path to a config file containing the key.
2019-03-12 10:26:40 -05:00
Alvin Huang
21fcfcad7f
Merge pull request #5451 from hashicorp/update_go_discover_for_azure
...
Update go-discover vendor
2019-03-11 16:39:39 -04:00
Lowe Schmidt
e293045751
Typo fix (segement > segment) ( #5469 )
2019-03-11 16:25:19 +01:00
Masato Yamazaki
23bc8636c1
website: delete duplication of "are" ( #5464 )
2019-03-11 10:42:15 +01:00
petems
a505e6e9da
Update go-discover vendor
...
* Adds note about use of ENV variables for auto-join on Azure
2019-03-08 22:57:48 +00:00
Rebecca Zanzig
8d98032ed9
Merge pull request #5445 from hashicorp/docs/helm-annotations
...
Add docs for new Helm `annotations` options
2019-03-08 12:11:30 -08:00
kaitlincarter-hc
4699423a18
[Docs] ACL Bootstrap Guide ( #5399 )
...
* Adding updates for consul reload of token config.
* Update website/source/docs/guides/acl.html.md
2019-03-08 13:12:16 -06:00
kaitlincarter-hc
f4c7b84500
[doc] New Ports Documentation ( #5442 )
...
* Adding a ports table.
* Updating layout based on feedback.
2019-03-08 13:10:35 -06:00
Rebecca Zanzig
3ac9e57efe
Add docs for new Helm `annotations` options
2019-03-08 10:10:25 -08:00
Rebecca Zanzig
6c7245ce84
Add docs about new Helm `priorityClassName` options
2019-03-08 09:42:53 -08:00
Rebecca Zanzig
3dbd73ee23
Move aclSyncToken docs under `syncCatalog`
...
Additionally updates the anchors to follow the established convention.
2019-03-07 16:54:11 -08:00
Judith Malnick
80194732c5
[docs] fix link to prepared query rules ( #5435 )
...
* [docs] fix link to prepared query rules
* Update website/source/api/query.html.md
Co-Authored-By: judithpatudith <judith@hashicorp.com>
2019-03-07 12:10:40 -08:00
Rebecca Zanzig
f1864b128e
Merge pull request #5431 from hashicorp/docs/helm-extraConfig
...
[docs] Add examples for the `extraConfig` options in the Helm chart
2019-03-06 14:25:25 -08:00
Rebecca Zanzig
c07b7cc154
Add examples for the `extraConfig` options in the Helm chart
2019-03-06 13:01:17 -08:00
kaitlincarter-hc
9b1bc8d96d
[Docs] Production Guide for ACLs ( #5385 )
...
* New guide for ACLs
* Fixing some formatting issues.
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Resolving PR comments.
* Closing the rest of the PR comments
* Updates for persistence.
* Updating commands.
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/production-acls.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-03-06 10:46:07 -06:00
Chip Vaughn
f658748a79
Merge pull request #5420 from hashicorp/f-catalog-changes
...
Catalog API Doc Changes
2019-03-06 11:00:37 -05:00
Chip Vaughn
ea38ad18f1
Update to registering services via Catalog API
2019-03-06 09:41:12 -05:00
Chip Vaughn
ad25767416
Update to registering services via Catalog API
2019-03-06 09:23:37 -05:00
R.B. Boyer
a99f7aaa25
website: fix broken links
2019-03-05 14:24:33 -06:00
Hans Hasselberg
feaece034b
website: fix gemfile.lock ( #5429 )
2019-03-05 20:55:04 +01:00
Matt Keeler
9e7d0ff2d4
Merge branch 'master' of https://github.com/hashicorp/consul
2019-03-05 19:05:53 +00:00
novotnyr
aa6a392489
[docs] Add IntelliJ Consul to the list of community tools ( #5379 )
2019-03-05 13:58:03 +01:00
Matt Keeler
567e41ff6b
Release v1.4.3
2019-03-04 19:21:20 +00:00
Chip Vaughn
ae8f273a92
Update to registering services via Catalog API
2019-03-04 09:46:37 -05:00
Chip Vaughn
9e91906664
Update to registering services via Catalog API
2019-03-04 09:45:24 -05:00
Hans Hasselberg
d35824b1fa
default to tls 1.2 as promised. ( #5340 )
2019-03-04 09:42:04 -05:00
Aestek
02f991843f
Fix race condition in DNS when using cache ( #5398 )
...
* Fix race condition in DNS when using cache
The healty node filtering was modifying the result from the cache, which
caused a crash when multiple queries were made to the same service
simultaneously.
We now copy the node slice before filtering to ensure we do not modify
the data stored in the cache.
* Fix wording in dns cache config doc
s/dns_max_age/cache_max_age/
2019-03-04 09:22:01 -05:00
Hans Hasselberg
e64c5c5899
typo ( #5407 )
2019-03-01 08:51:37 -06:00
Matt Keeler
118adbb123
ACL Token Persistence and Reloading ( #5328 )
...
This PR adds two features which will be useful for operators when ACLs are in use.
1. Tokens set in configuration files are now reloadable.
2. If `acl.enable_token_persistence` is set to `true` in the configuration, tokens set via the `v1/agent/token` endpoint are now persisted to disk and loaded when the agent starts (or during configuration reload)
Note that token persistence is opt-in so our users who do not want tokens on the local disk will see no change.
Some other secondary changes:
* Refactored a bunch of places where the replication token is retrieved from the token store. This token isn't just for replicating ACLs and now it is named accordingly.
* Allowed better paths in the `v1/agent/token/` API. Instead of paths like: `v1/agent/token/acl_replication_token` the path can now be just `v1/agent/token/replication`. The old paths remain to be valid.
* Added a couple new API functions to set tokens via the new paths. Deprecated the old ones and pointed to the new names. The names are also generally better and don't imply that what you are setting is for ACLs but rather are setting ACL tokens. There is a minor semantic difference there especially for the replication token as again, its no longer used only for ACL token/policy replication. The new functions will detect 404s and fallback to using the older token paths when talking to pre-1.4.3 agents.
* Docs updated to reflect the API additions and to show using the new endpoints.
* Updated the ACL CLI set-agent-tokens command to use the non-deprecated APIs.
2019-02-27 14:28:31 -05:00
danielehc
f3610df40b
Add more details on SkipNodeUpdate option ( #5345 )
...
* Add more details on SkipNodeUpdate option
* Updating the language for the entire parameter.
2019-02-26 11:00:23 -06:00
Jack Pearkes
cce1c14fac
website: update bootstrap-saas depenency ( #5387 )
...
https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/
2019-02-25 11:52:00 -08:00
Aestek
f1cdfbe40e
Allow DNS interface to use agent cache ( #5300 )
...
Adds two new configuration parameters "dns_config.use_cache" and
"dns_config.cache_max_age" controlling how DNS requests use the agent
cache when querying servers.
2019-02-25 14:06:01 -05:00
Paul Banks
360e3acc7c
Add common blocking implementation details to docs ( #5358 )
...
* Add common blocking implementation details to docs
These come up over and over again with blocking query loops in our own code and third-party's. #5333 is possibly a case (unconfirmed) where "badly behaved" blocking clients cause issues, however since we've never explicitly documented these things it's not reasonable for third-party clients to have guessed that they are needed!
This hopefully gives us something to point to for the future.
It's a little wordy - happy to consider breaking some of the blocking stuff out of this page if we think it's appropriate but just wanted to quickly plaster over this gap in our docs for now.
* Update index.html.md
* Apply suggestions from code review
Co-Authored-By: banks <banks@banksco.de>
* Update index.html.md
* Update index.html.md
* Clearified monotonically
* Fixing formating
2019-02-21 15:33:45 -06:00
R.B. Boyer
00aa50cfa2
website: fix errant mention of 'snapshot save' on docs for 'snapshot restore'
2019-02-21 13:48:20 -06:00
kaitlincarter-hc
193c0b727b
[Docs] Helm Chart ( #5350 )
...
* Updating the Helm chart to include ACL parameter and examples.
* Updates based on feedback.
* Update website/source/docs/platform/k8s/helm.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-02-20 18:27:28 -06:00
kaitlincarter-hc
a093af320c
[docs] ACL reset procedure ( #5334 )
...
* Adding reset instructions.
* Added link to the boostrapping guide for the reset procedure.
* Update website/source/docs/guides/acl.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/acl.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/acl.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-02-19 10:45:23 -06:00
kaitlincarter-hc
7598b32d1d
[Docs] New KV documentation ( #5315 )
...
* Adding new KV doc
* fixing the metadata
* Update website/source/docs/agent/kv.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/agent/kv.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/agent/kv.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/agent/kv.html.md
2019-02-14 10:25:17 -06:00
R.B. Boyer
397e9cd459
Merge pull request #5343 from hashicorp/fixes-grab-bag
...
various small fixes
2019-02-13 13:26:20 -06:00
R.B. Boyer
adbe8ed370
correct some typos
2019-02-13 13:02:12 -06:00
Dan Brown
b24b3a56d0
Docs EA update RA and DG ( #5336 )
...
* Confirm RA against Consul 1.3
Change product_version frontmatter to ea_version and increase to 1.3
* Confirm DG against Consul 1.3
Change product_version frontmatter to ea_version and increase to 1.3
2019-02-13 12:53:21 -06:00
petems
5020f97911
Adds newline for bullets
...
* Formatting was previously broken
2019-02-13 00:54:51 +00:00
petems
dad2b24b82
Adds note about secret value
...
* For future traveler, this literally ate up an entire day of debugging, so hopefully it helped you! 💃
2019-02-13 00:54:27 +00:00
petems
371cac266d
Update specific perms for Azure
...
* `listAll` is not valid
2019-02-13 00:53:51 +00:00
petems
8acadd364a
Add note about equals signs
2019-02-12 23:47:19 +00:00
Marlon Maxwel
41742f9504
Documentation - New plugin for frontend applications based in webpack ( #5310 )
...
* Add new plugin for front-end applications based in webpack
* Fix doc suggestion
Co-Authored-By: marlonmleite <marlonmleite@gmail.com>
2019-02-12 11:13:43 -06:00
adawalli
d7e4151fcb
website: Update UI Policy recommendations from Guide ( #5321 )
...
The guide currently uses node, service, and service for the UI Policy.
This will cause a practically useless UI. This patch uses the _prefix
variants instead which will have the intended behavior.
2019-02-08 14:39:28 -06:00
Rebecca Zanzig
fc1d9e5d78
Merge pull request #5302 from hashicorp/docs/k8s-acl
...
Update k8s ACL documentation
2019-02-07 13:46:44 -08:00
Rebecca Zanzig
1ef6bf3902
Add additional clarification to the ACL token wording
2019-02-07 13:26:17 -08:00
kaitlincarter-hc
5a98953c43
Apply suggestions from code review
...
Co-Authored-By: adilyse <rebecca@hashicorp.com>
2019-02-07 13:08:04 -08:00
Nick Gunia
fb0fc6e459
Remove invalid option -name from ACL token read documentation ( #5324 )
...
It appears that the `read` command for ACL policies was used to template the `read` command for ACL tokens, and an invalid option was not dropped from the docs.
2019-02-07 13:05:12 -05:00
Matt Keeler
acfd87c673
Improve Connect with Prepared Queries ( #5291 )
...
Given a query like:
```
{
"Name": "tagged-connect-query",
"Service": {
"Service": "foo",
"Tags": ["tag"],
"Connect": true
}
}
```
And a Consul configuration like:
```
{
"services": [
"name": "foo",
"port": 8080,
"connect": { "sidecar_service": {} },
"tags": ["tag"]
]
}
```
If you executed the query it would always turn up with 0 results. This was because the sidecar service was being created without any tags. You could instead make your config look like:
```
{
"services": [
"name": "foo",
"port": 8080,
"connect": { "sidecar_service": {
"tags": ["tag"]
} },
"tags": ["tag"]
]
}
```
However that is a bit redundant for most cases. This PR ensures that the tags and service meta of the parent service get copied to the sidecar service. If there are any tags or service meta set in the sidecar service definition then this copying does not take place. After the changes, the query will now return the expected results.
A second change was made to prepared queries in this PR which is to allow filtering on ServiceMeta just like we allow for filtering on NodeMeta.
2019-02-04 09:36:51 -05:00
kaitlincarter-hc
9bdd921917
Apply suggestions from code review
...
Co-Authored-By: adilyse <rebecca@hashicorp.com>
2019-02-01 14:33:06 -08:00
kaitlincarter-hc
c60efabed2
Update website/source/docs/platform/k8s/service-sync.html.md
...
Co-Authored-By: adilyse <rebecca@hashicorp.com>
2019-02-01 14:32:37 -08:00
R.B. Boyer
5165874318
incorrect examples for 'consul acl policy' commands ( #5303 )
2019-02-01 09:16:36 -06:00
Rebecca Zanzig
a3b830f68f
Update k8s ACL documentation
...
Clarifies that an ACL token only needs to be provided when ACLs are
enabled within the Consul cluster.
2019-01-31 13:55:09 -08:00
Matt Keeler
82e741f36f
Fix some docs formatting around DNS SOA RR configuration ( #5297 )
2019-01-30 16:47:32 -06:00
Rebecca Zanzig
ce747c63f0
Merge pull request #5292 from hashicorp/docs/acl-quotes
...
Switch smart quotes to straight quotes
2019-01-29 15:11:00 -08:00
kaitlincarter-hc
14aefea0d4
Created a new index page that links to all the ACL guides. I also removed the sidebar nav drop down to be more consistent with the other guides. ( #5260 )
2019-01-29 14:51:41 -06:00
Rebecca Zanzig
386df104df
Switch smart quotes to straight quotes
...
The ACL guide had a couple instances of smart quotes which get rendered
as the incorrect character on the website.
2019-01-29 11:29:16 -08:00
Kyle Havlovitz
6982a39598
Remove the misleading default separator for listing keys.
...
The default separator for key listing is an empty string - the docs incorrectly made it seem as if this was `/`.
2019-01-29 10:12:08 -08:00
Ilya Pavlov
39d5f2c08e
Fix missed letter in the documentation ( #5281 )
2019-01-28 16:25:56 -06:00
kaitlincarter-hc
abf32ef5e8
Fixing broken link. ( #5283 )
2019-01-28 16:23:29 -06:00
mkeeler
c97c712e96
Release v1.4.2
2019-01-28 21:46:00 +00:00
Gabriel Pérez S
80325189fc
Invalid syntax in Envoy configuration docs. ( #5275 )
2019-01-28 09:58:29 -05:00
danielehc
1e5c56f1aa
Adding quorum note on leave command page ( #5102 )
...
Reusing the same phrasing as https://github.com/hashicorp/consul/pull/5095/ to provide info on the effects of the `consul leave` command on Consul quorum
2019-01-25 14:20:48 -06:00
Geoffrey Grosenbach
4639466618
Corrects `defile` to `defined` ( #5262 )
2019-01-25 13:45:08 -06:00
Jack Pearkes
d51471c9b0
fix broken link ( #5273 )
2019-01-25 11:40:31 -06:00
Matt Hoey
c39ffad100
website: reference last command's last field instead of background PID ( #5264 )
2019-01-25 17:30:38 +01:00
Paul Banks
89af3bc8f5
Update services.html.md
2019-01-24 12:41:43 +00:00
banks
1d83ebf65d
Bump website version
2019-01-23 22:16:20 +00:00
Diogenes S. Jesus
f0e081bf88
Fix repeating wording in sentence ( #5256 )
...
Fix `to join to join` typo
2019-01-23 09:12:41 -05:00
Hans Hasselberg
0da4502740
website: update nokogiri ( #5252 )
2019-01-22 21:49:16 +01:00
Kyle Havlovitz
5bdf130767
Merge pull request #4869 from hashicorp/txn-checks
...
Add node/service/check operations to transaction api
2019-01-22 11:16:09 -08:00
Paul Banks
ef9f27cbc8
connect: tame thundering herd of CSRs on CA rotation ( #5228 )
...
* Support rate limiting and concurrency limiting CSR requests on servers; handle CA rotations gracefully with jitter and backoff-on-rate-limit in client
* Add CSR rate limiting docs
* Fix config naming and add tests for new CA configs
2019-01-22 17:19:36 +00:00
kaitlincarter-hc
3e45da1414
Add acl.enable_key_list_policy to agent config docs. ( #5227 )
...
* Adding key list parameter to agent config docs.
* Fixed typo in master token section
* Updated based on comments from Paul and Matt.
2019-01-22 10:20:05 -06:00
Erik R. Rygg
8c87238b99
Merge pull request #5215 from hashicorp/deployment_guide_updates
...
Include information about multi-dc Connect
2019-01-17 19:39:41 -07:00
Rebecca Zanzig
ebba215891
Fix broken links
2019-01-16 14:42:12 -08:00
Rebecca Zanzig
df99f4a3ac
Indent code blocks further to fix list formatting
2019-01-16 14:31:50 -08:00
Rebecca Zanzig
388ff4caed
Merge pull request #5222 from hashicorp/docs/helm-0.5.0
...
Add documentation about the two additional Helm chart options
2019-01-16 14:18:15 -08:00
Chris Wang
1e3bda174d
Fix typo in k8s connect documentation ( #5229 )
2019-01-16 17:03:40 -05:00
Kyle Havlovitz
21380021af
txn: update existing txn api docs with new operations
2019-01-15 16:54:07 -08:00
kaitlincarter-hc
59c010eb3b
Update links for learn migration ( #5223 )
...
* Stared updaing links for the learn migration
* Language change cluster -> datacenter (#5212 )
* Updating the language from cluster to datacenter in the backup guide to be consistent and more accurate.
* missed some clusters
* updated three broken links for the sidebar nav
2019-01-15 14:57:17 -06:00
Rebecca Zanzig
98b3c13dbb
Merge pull request #5213 from hashicorp/docs/helm-security
...
Add a security warning about the default Helm chart installation
2019-01-14 16:28:31 -08:00
Rebecca Zanzig
6de477ef96
Add documentation about the two additional Helm chart options
...
Adds info about `k8stag` and `nodePortSyncType` options that were
added in consul-helm v0.5.0.
Additionally moves the k8sprefix to match the order in the Helm chart
values file, while also clarifying that it only affects one sync
direction.
2019-01-14 16:15:26 -08:00
Rebecca Zanzig
1c70407bd1
Add a security warning about the default Helm chart installation
...
If a user installs the default Helm chart Consul on a Kubernetes
cluster that is open to the internet, it is lacking some important
security configurations.
2019-01-14 15:59:27 -08:00
kaitlincarter-hc
adcdc81f93
Language change cluster -> datacenter ( #5212 )
...
* Updating the language from cluster to datacenter in the backup guide to be consistent and more accurate.
* missed some clusters
2019-01-14 10:46:34 -06:00
R.B. Boyer
4db60f8243
website: minor acl guide fixes ( #5214 )
2019-01-10 14:17:20 -06:00
Elghazal Ahmed
2e97a4858f
website: add autowire in Community Tools list ( #5118 )
...
* add autowire in Community Tools list
* put list in the right alphabetic order
2019-01-10 12:27:55 -06:00
Aestek
c043de5381
[Security] Allow blocking Write endpoints on Agent using Network Addresses ( #4719 )
...
* Add -write-allowed-nets option
* Add documentation for the new write_allowed_nets option
2019-01-10 09:27:26 -05:00
kaitlincarter-hc
2dfc9ae989
Re-worked the ACL guide into two docs and an updated guide. ( #5093 )
...
* Re-worked the ACL guide into two docs and an updated guide.
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Updating syntax based on amayer5125's comments.
* Missed one of amayer5125's comments
* found a bad link in the acl system docs
* fixing a link in the rules docs
2019-01-09 15:07:20 -06:00
Erik R. Rygg
6580890f6e
Include information about multi-dc Connect
2019-01-08 14:30:36 -07:00
Hans Hasselberg
067027230b
connect: add tls config for vault connect ca provider ( #5125 )
...
* add tlsconfig for vault connect ca provider.
* add options to the docs
* add tests for new configuration
2019-01-08 17:09:22 +01:00
Jack Pearkes
96b877f79e
website: fixed ca provider references ( #5185 )
...
Fixes https://github.com/hashicorp/consul/issues/5182 .
2019-01-07 18:47:02 -08:00
RJ Spiker
516ba47609
website: fix carousel bugs
2019-01-07 13:39:14 -05:00
R.B. Boyer
3841e9e396
website: fix stray sentinel references using the old syntax ( #5191 )
...
[skip ci]
2019-01-07 09:59:17 -06:00
Grégoire Seux
4f62a3b528
Implement /v1/agent/health/service/<service name> endpoint ( #3551 )
...
This endpoint aggregates all checks related to <service id> on the agent
and return an appropriate http code + the string describing the worst
check.
This allows to cleanly expose service status to other component, hiding
complexity of multiple checks.
This is especially useful to use consul to feed a load balancer which
would delegate health checking to consul agent.
Exposing this endpoint on the agent is necessary to avoid a hit on
consul servers and avoid decreasing resiliency (this endpoint will work
even if there is no consul leader in the cluster).
2019-01-07 09:39:23 -05:00
kaitlincarter-hc
9a976a40f3
Added the new monitoring guide ( #5117 )
2019-01-04 10:26:07 -06:00
Junpei Tsuji
249babc244
website: Use secret id instead of policy id ( #5049 )
...
The document uses _the agent-token policy_ as agent token by mistake.
So I fixed it to use the secret id instead of it.
2019-01-03 10:45:01 -05:00
Tayyab Talha
517fa5edd4
Fix Type in go integration ( #5132 )
...
Fix Typo in second example
From svc.ServeTLSConfig() to svc.ServerTLSConfig()
2019-01-03 10:39:23 -05:00
Rebecca Zanzig
199063759b
Merge pull request #5112 from hashicorp/docs/helm-resources-example
...
Add examples for helm chart multi-line strings
2018-12-20 15:33:33 -08:00
kaitlincarter-hc
5bf14c58fa
removed an extra period that messed up formatting ( #5120 )
2018-12-19 18:12:43 -06:00
kaitlincarter-hc
395248dbe9
Adding the new backup guide ( #5080 )
...
* Adding the new backup guide
* Update website/source/docs/guides/backup.html.md
Looks good.
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/backup.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/backup.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/backup.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Updated the directions for the restore command.
* Update website/source/docs/guides/backup.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/backup.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* updated the token env
* Trying to make it extra clear where to run the commands.
* added not that list of backed up items isn't inclusive
2018-12-19 13:01:35 -06:00
kaitlincarter-hc
0b002f8560
Encryption Docs and New Guide ( #5059 )
...
* Added the new encryption guide, updated the encryption docs, updated the side-nav and index page for new guide.
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Making updates based on feedback
* Updating language
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Removing all reload mentions
* Updated the final remarks about TLS encryption to include a note about HTTP connections
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/agent-encryption.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* removed the mention of cfssl
* also removed the bit about cfssl in the doc
* updating cert names
* updated all cert values
2018-12-19 12:41:25 -06:00
Hans Hasselberg
acc458d7a4
Builtin tls helper ( #5078 )
...
* command: add tls subcommand
* website: update docs and guide
2018-12-19 09:22:49 +01:00
Jack Pearkes
564288adcc
website: highlight how to use agent certs for tls checks ( #5086 )
...
Also clarifies that HTTP and gRPC checks both use the same
TLS configuration.
2018-12-18 16:47:52 -08:00
Rebecca Zanzig
ce82de1965
Add examples for helm chart multi-line strings
...
There has been some confusion about the formating of multi-line
string variables in the Helm chart. This adds examples for these
situations, hopefully clarifying things for users.
2018-12-18 12:46:45 -08:00
kaitlincarter-hc
cb5524e1e9
Guide Update: Adding/Removing Server ( #5095 )
...
* first draft of updated content for consul leave
* Changed the consul leave/bootstrap_expect scenario into a note
2018-12-17 09:16:07 -06:00
David A. Stevenson
09c7484cab
fix typo ( #5099 )
...
encourge -> encourage
2018-12-17 08:56:55 -06:00
Alvin Huang
87aea652f0
Merge pull request #5065 from hashicorp/clarify_separator_api
...
clarify how `separator` should be in CLI and API
2018-12-12 12:14:19 -08:00
Pierre Souchay
222446fe03
Added consul-bench tool to list of community tools ( #5010 )
...
Put consul-bench in aphabetical order
2018-12-12 12:10:57 -08:00
kaitlincarter-hc
110c0c785e
Updates to the Adding/Removing Servers Guide ( #5004 )
...
* added a new section for adding servers, updated section titles, and added code snippets.
* Fixing typos
* fixing typos
* Addressing some of Paul's feedback.
* Updated the outage recovery recommendation
2018-12-12 09:12:29 -06:00
kaitlincarter-hc
6d81117544
Outage Recover Guide Updates. ( #5003 )
...
* Adding examples and a summary. Minor structure updates.
* Added a link to the deployment guide, but needed to remove a sentence referring to a guide that's not published yet.
* fixed typo
2018-12-11 14:51:24 -06:00
Jack Pearkes
cc57615445
website: clarify catalog registration ID behavior ( #5019 )
...
* website: clarify catalog registration ID behavior
Fixes #3769
* Update catalog.html.md
2018-12-11 11:06:18 -08:00
Jack Pearkes
3a8da5e7ce
website: clarify format of check IDs for sessions ( #5036 )
...
* website: clarify format of check IDs for sessions
* Update website/source/api/session.html.md
Co-Authored-By: pearkes <jackpearkes@gmail.com>
2018-12-11 09:00:52 -08:00
Rebecca Zanzig
dd1243691a
Add documentation about the new ClusterIP syncing
...
Adds ClusterIP as a supported service type in the sync doc, as well
as add `syncClusterIPServices` to the helm chart detailed list.
2018-12-07 16:04:35 -08:00
Alvin Huang
7994d4a102
change depth to prefix
2018-12-07 14:57:00 -05:00
Jack Pearkes
b64e8b262f
Documentation and changes for `verify_server_hostname` ( #5069 )
...
* verify_server_hostname implies verify_outgoing
* mention CVE in the docs.
2018-12-06 13:51:49 -08:00
Hannah Oppenheimer
cb329089a4
Docs: clarify output vs notes
...
fixup
2018-12-06 11:25:57 -06:00
Alvin Huang
b1823e428a
clarify how `separator` should be in CLI and API
2018-12-06 10:59:43 -05:00
danielehc
43d882c38e
Update configuration.html.md ( #5058 )
...
Link to Upstream Configuration was pointing to http://localhost:4567 .
Fixed reference.
2018-12-05 16:32:11 +00:00
Jack Pearkes
628a25bbc7
website: use smaller og image ( #5053 )
...
This is done for the same reason as https://github.com/hashicorp/consul/pull/4005
and essentially reverts https://github.com/hashicorp/consul/pull/4953
which gave us unwanted unfurling behavior for links to consul.io from
services such as Slack.
2018-12-04 16:44:23 -08:00
Stenio Ferreira
f453abda8c
Fixed typos in autopilot doc ( #5051 )
2018-12-04 07:52:30 -08:00
Jack Pearkes
0e688e6f59
website: clarify format of prepared query upstreams ( #5026 )
...
This just gives an example of a prepared query upstream
configuration and clarifies the format in the description
2018-11-30 16:22:52 -08:00
Geoffrey Grosenbach
8f93a0aeb2
Merge branch 'doc-intro-learn-url'
2018-11-29 13:43:29 -08:00
Geoffrey Grosenbach
1f55207b29
Corrects you/your and camelcasing of "GitHub" ( #5018 )
2018-11-29 13:41:22 -08:00
Hans Hasselberg
3fce730416
website: capitalize headline ( #5024 )
2018-11-29 22:39:50 +01:00
Jack Pearkes
e0d1c58bfc
website: clarify uuid format ( #5014 )
2018-11-29 13:23:58 -08:00
Jack Pearkes
8613dcb6fd
website: add consul-aws guide from @i0rek ( #5023 )
...
* website: add consul-aws guide from @i0rek
2018-11-29 17:18:05 +01:00
kaitlincarter-hc
7a6ebd419f
Updates to DNS Caching Guide ( #5001 )
...
* Updates to DNS Caching Guide
* Spelling and grammar
2018-11-29 08:08:44 -08:00
Geoffrey Grosenbach
b4f357bf38
Fixes URL paths to learn.hashicorp.com
...
Removes `.html` when not needed in order to clean up analytics.
2018-11-28 15:39:28 -08:00
Paul Banks
9bb239a01c
Update security notices around script checks
2018-11-27 17:15:17 +00:00
kaitlincarter-hc
8881d352aa
Updated autopilot guide ( #4997 )
...
* Updated the autopilot guide to prepare for the migration to the learn platform.
* Correcting typos
2018-11-27 09:10:44 -08:00
R.B. Boyer
7d32989e52
website: remove lingering beta note about Connect ( #5009 )
...
[skip ci]
2018-11-27 09:56:26 -06:00
Jennifer Yip
833e64d090
Update open graph image ( #4953 )
2018-11-26 14:01:39 -08:00
Borys Pierov
366dcab846
Fix "Read Self Token" URL in acl/token docs ( #4978 )
2018-11-26 10:55:15 -08:00
Louis Willcock
1a27869be6
UPDATE snapshot.html.erb - fix formatting on links ( #4982 )
...
Links to the `agent` and `inspect` docpages were broken by errant whitespace.
2018-11-26 10:28:33 -08:00
Jack Pearkes
a790aeacd7
guides: remove references to specific versions ( #4999 )
...
This changes with time so will opt to not hardcoding this. Investigated using the middleman helper to render
out the current configured version but that won't exist on learn.hashicorp.com so I think this
is the most future-proof way.
2018-11-26 10:26:46 -08:00
Paul Banks
1b9edd1ebf
Fix sidecar-service docs
2018-11-26 12:41:47 +00:00
Rebecca Zanzig
1bbd01147b
Merge pull request #4980 from hashicorp/docs/helm-resources
...
Update type for `resources` variables
2018-11-20 11:40:03 -08:00
Alvin Huang
7fae304662
Merge pull request #4975 from hashicorp/circleci-website-build
...
add circleci website build
2018-11-20 14:11:31 -05:00
Rebecca Zanzig
3c6bf3eb47
Update type for `resources` variables
...
These were changed to multi-line strings to match the affinity
definition.
2018-11-20 10:56:11 -08:00
kaitlincarter-hc
71a0aa5049
Adding the new Consul Template Guide. ( #4947 )
...
* Adding the new Consul Template Guide.
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Making updates based on Pauls feedback.
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/consul-template.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Couple more updates based on Pauls feedback.
* updated the intro to include how template can replace api use
* updated the address
* Adding minikube guide to the index page.
2018-11-20 10:17:54 -06:00
Paul Banks
c16006da9a
update redirects doc comment for clarity
2018-11-19 15:28:32 +00:00
Geoffrey Grosenbach
eba25a1438
Consul on Minikube guide ( #4949 )
...
* Adds images for Minikube guide
* Adds notes about Helm YAML configuration
* Embed Wistia video for Consul Minikube guide
* Cleans up menus, instructions, Helm steps
* Adds captions for all images
* Uses Docker images hosted on hashicorp org for demo
* Adds link to Minikube guide from menu and k8s index page
* Clarify steps in Minikube/Kubernetes guide
2018-11-16 15:17:04 -08:00
Alvin Huang
041e0b83ec
remove packer.json since CircleCI builds the site
2018-11-16 17:05:22 -05:00
Geoffrey Grosenbach
373fafb4af
Document Fastly redirects ( #4887 )
...
* Adds note about use of Fastly VCL for redirects
Some redirects are not possible with a redirect file, so we send traffic to
learn.hashicorp.com with custom VCL (Varnish) handlers using the Fastly web
admin.
Future migrations of content to learn.hashicorp.com should also use this
approach.
2018-11-16 11:09:32 -08:00
Geoffrey Grosenbach
62aecfc643
Fixes links to ACL API docs ( #4966 )
...
Was previously pointed to `/api/acl.html` but should be `/api/acl/acl.html`.
This commit fixes all instances of the incorrect link.
2018-11-16 11:06:35 -08:00
Alvin Huang
2698f2f0c0
comment out redirects for learn site
2018-11-16 11:13:25 -05:00
Hans Hasselberg
e3dd70e42c
website: dodge CVE-2018-16471 for rack ( #4972 )
...
updates dependency.
2018-11-16 15:25:47 +01:00
Paul Banks
6a5eefcdf8
Redirect old ACL API
2018-11-16 12:04:46 +00:00
Joseph Ellsworth
db936067d2
Please add file2consul to your tools page ( #4959 )
...
* adding file2consul listing
* minor edit
* modified wording added some punctuation
* Moved file2consul so it is listed in alpha order. Replaces Pull Request # #4942
2018-11-15 11:53:22 +00:00
Kyle Havlovitz
1195686d09
website: re-add 1.4 notification to index.html
2018-11-14 16:39:58 -08:00
Kyle Havlovitz
72c56387ca
Bump website download version to 1.4.0
2018-11-14 16:29:09 -08:00
Paul Banks
465332315c
Update upgrade-specific.html.md ( #4956 )
2018-11-14 21:39:59 +00:00
Paul Banks
24b60ba77a
Acl upgrade guide ( #4880 )
...
* Very WIP upgrade docs. Actual Upgrade notes doneish; token migration guide WIP.
* Token migration guide
* Complete ACL migration guide
* Upgrade guide cleanup
* Updated upgrade and migration guides
* Typo fix
Co-Authored-By: banks <banks@banksco.de>
* Update website/source/docs/guides/acl-migrate-tokens.html.md
Co-Authored-By: banks <banks@banksco.de>
* Update website/source/docs/guides/acl-migrate-tokens.html.md
Co-Authored-By: banks <banks@banksco.de>
* Update upgrade-specific.html.md
* Update website/source/docs/guides/acl-migrate-tokens.html.md
* Update website/source/docs/guides/acl-migrate-tokens.html.md
* Note Multi-DC changes in upgrade guide.
* Update website/source/docs/upgrade-specific.html.md
2018-11-14 15:40:02 +00:00
Kyle Havlovitz
63aa189b1f
Update changelog and website for 1.3.1 release
2018-11-13 15:01:53 -08:00
Jack Pearkes
a90c29e60d
Doc changes for 1.4 Final ( #4870 )
...
* website: add multi-dc enterprise landing page
* website: switch all 1.4.0 alerts/RC warnings
* website: connect product wording
Co-Authored-By: pearkes <jackpearkes@gmail.com>
* website: remove RC notification
* commmand/acl: fix usage docs for ACL tokens
* agent: remove comment, OperatorRead
* website: improve multi-dc docs
Still not happy with this but tried to make it slightly more informative.
* website: put back acl guide warning for 1.4.0
* website: simplify multi-dc page and respond to feedback
* Fix Multi-DC typos on connect index page.
* Improve Multi-DC overview.
A full guide is a WIP and will be added post-release.
* Fixes typo avaiable > available
2018-11-13 13:43:53 +00:00
Rebecca Zanzig
8ca4e56db1
Update the helm chart `join` instructions
...
This fixes some previous incorrect information about the join feature
in the Helm chart. Based on the fix for consul-helm issue 59.
2018-11-12 12:22:18 -08:00
Kyle Havlovitz
4a73a59d70
Merge pull request #4917 from hashicorp/replication-token-cleanup
...
Use acl replication_token for connect
2018-11-12 09:12:54 -08:00
Rebecca Zanzig
b6cb8ea6ef
Update docs for Helm chart `maxUnavailable` value
...
Due to a Helm templating limitation, setting this value to `0` requires
an extra flag when installing. This adds information about that.
2018-11-09 16:58:54 -08:00
Rebecca Zanzig
72e5c4c621
Merge pull request #4928 from hashicorp/docs/server-affinity
...
Add documentation of server affinity Helm chart variable
2018-11-09 12:37:33 -08:00
R.B. Boyer
b153f9be39
docs: use hcl heredoc syntax for multi line strings in sentinel examples ( #4930 )
2018-11-08 16:28:40 -06:00
Rebecca Zanzig
db6c5d1b20
Add doc info for added server affinity value
...
Supports newly added functionality to the Helm chart.
2018-11-08 12:07:30 -08:00
Rebecca Zanzig
140a1edcea
Reorder Helm chart server values
...
This matches the ordering in the Helm chart, to make it easier for
users to find information.
2018-11-08 12:06:00 -08:00
R.B. Boyer
2a8951fcc0
docs: remove curly quotes from shell block ( #4921 )
2018-11-07 10:42:13 -08:00
Kyle Havlovitz
9c09d66028
Merge pull request #4912 from hashicorp/acl-doc-fixes
...
docs: fix some examples in the new ACL guide
2018-11-07 09:23:36 -08:00
Kyle Havlovitz
6354996804
docs: remove leftover typo from replication_token info
2018-11-07 09:22:23 -08:00
Kyle Havlovitz
62691ebc82
config: remote connect replication_token
2018-11-07 02:15:37 -08:00
Kyle Havlovitz
aec362d06c
docs: fix some examples in the new ACL guide
2018-11-06 18:47:44 -08:00
Mike Pettypiece
77165c1588
Update consul CLI docs for kv export and import
...
This will make the kv docs consistent with get/delete/put
2018-11-06 20:19:09 -05:00
Rebecca Zanzig
2c8675565d
Merge pull request #4900 from hashicorp/docs/helm-extension
...
Document options for additional helm chart configuration
2018-11-06 15:39:40 -08:00
Rebecca Zanzig
971f3fb433
Merge pull request #4891 from hashicorp/docs/k8s-storage
...
Clarify storage usage for consul + k8s
2018-11-05 12:45:22 -08:00
Rebecca Zanzig
638a5ff7a1
Document options for additional helm chart configuration
...
There is a fine line between making the helm chart easy and simple to
use and supporting lots of configurability. This documents options for
users who would like to extend the Helm chart beyond what is readily
available in the `values.yaml` file.
2018-11-05 12:20:14 -08:00
Rebecca Zanzig
ea6e5c8945
Clarify storage usage for consul + k8s
...
This adds two Helm chart values into the documentation with details
that have come up in several issues.
Additionally, it notes that persistent volumes and their claims need
to be removed manually because of current kubernetes and helm design.
2018-11-05 10:50:41 -08:00
R.B. Boyer
9211d2701d
fix comment typos ( #4890 )
2018-11-02 12:00:39 -05:00
Geoffrey Grosenbach
3981c5d48c
Adds redirects and updates links for learn.hashicorp ( #4878 )
...
* Adds redirects for Getting Started pages
* Uses correct links to resources at learn.hashicorp
* Reconfigures "Learn more" links to point to learn.hashicorp
* Links to learn.hashicorp on segmentation page
* Adds redirect for sample config file
* Fixes links to Getting Started guide on learn.hashicorp
* Remove getting started guide which is now on learn.hashicorp
* Corrects link to `consul/io` which should go to `consul.io`
* Revert "Remove getting started guide which is now on learn.hashicorp"
This reverts commit 2cebacf402f83fb936718b41ac9a27415f4e9f21 so a placeholder
message can be written here while we are transitioning content to
learn.hashicorp
* Adding a new page for getting started to direct users to learn.
* Added a note at the being of each doc to notify users about the temporary repo change.
* Revert "Added a note at the being of each doc to notify users about the temporary repo change."
This reverts commit 9a2a8781f9705028e4f53f758ef235e74b2b7198.
From conversation at https://github.com/hashicorp/consul/pull/4878
* Removes redirect from sample web.json demo file
* Removed typo
2018-11-01 14:44:49 -07:00
Matt Keeler
db2cf01406
Adds documentation for the new ACL APIs ( #4851 )
...
* Update the ACL API docs
* Add a CreateTime to the anon token
Also require acl:read permissions at least to perform rule translation. Don’t want someone DoSing the system with an open endpoint that actually does a bit of work.
* Fix one place where I was referring to id instead of AccessorID
* Add godocs for the API package additions.
* Minor updates: removed some extra commas and updated the acl intro paragraph
* minor tweaks
* Updated the language to be clearer
* Updated the language to be clearer for policy page
* I was also confused by that! Your updates are much clearer.
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Sounds much better.
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Updated sidebar layout and deprecated warning
2018-10-31 15:11:51 -07:00
Anubhav Mishra
538973fc5e
Clarify sync wording.
...
Co-Authored-By: adilyse <rebecca@hashicorp.com>
2018-10-31 13:18:50 -07:00
Anubhav Mishra
98dcc32c53
Updating configuration wording.
...
Co-Authored-By: adilyse <rebecca@hashicorp.com>
2018-10-31 13:18:01 -07:00
Rebecca Zanzig
6e575b2671
Update Helm docs to include the `default` flag for catalog sync
...
Additionally fixes an issue with quotes on the related annotation.
2018-10-30 16:37:04 -07:00
Jack Pearkes
770d708494
website: clarify log file filename format ( #4856 )
...
Fixes #4697
2018-10-29 09:29:14 -07:00
Sébastien Portebois
1823a35325
website: broken partial rendering and missing id ( #4862 )
...
* Fix partial rendering in service command (CLI) help
* Fix sample JSON to be a valid json for service registration
* Add missing id field to make the complete document complete.
2018-10-29 01:41:25 -07:00
Martin Halder
988ceb697a
website: fix minor typo in documentation ( #4864 )
2018-10-29 01:33:42 -07:00
Mitch Pronschinske
37466d6590
Spelling fix on K/V vs KV ( #4860 )
...
One of the mentions of KV store had a slash between K and V. For consistency with the rest of the doc, I removed it.
2018-10-26 13:54:26 -07:00
Paul Banks
7742aec226
Correct prometheus docs ( #4805 )
2018-10-26 12:11:57 -07:00
Jeff Fraser
be2aa9a219
Add the consult gem ( #4832 )
2018-10-26 12:11:40 -07:00
Jack Pearkes
a8c1ebe6fb
Fix some broken links in docs ( #4858 )
...
* website: let curl make noise during website deploy
* website: fix a handful of broken links
2018-10-26 10:55:12 -07:00
Rebecca Zanzig
7ad6596454
Merge pull request #4828 from hashicorp/docs/helm-16-getting-started
...
Update the `join` command format in the k8s Running Consul section
2018-10-25 15:47:14 -07:00
Rebecca Zanzig
0aec555d8f
Merge pull request #4854 from hashicorp/docs/k8s+helm
...
Add connectInject `image` info into helm docs
2018-10-25 15:07:36 -07:00
Hans Hasselberg
787e90cebc
website: sync guides list with guides sidebar. ( #4831 )
2018-10-25 12:07:26 -07:00
Rebecca Zanzig
6fb2134e96
Add connectInject `image` info into helm docs
...
This field was added back into the helm chart, but it was not added
back to the documentation. This adds it, then additionally fixes a
few typos in the same file.
2018-10-25 08:41:59 -07:00
Yoann Fouquet
a7f83b62f3
website: mention node name for "agent/force-leave" HTTP endpoint ( #4542 )
...
* Adjust documentation for agent/force-leave endpoint
A node must be specified when calling agent/force-leave.
See:
- https://github.com/hashicorp/consul/blob/master/agent/http_oss.go#L25
- https://github.com/hashicorp/consul/blob/master/agent/agent_endpoint.go#L323
- https://github.com/hashicorp/consul/blob/master/agent/agent.go#L1442
However, the documentation does not specify it.
Note that Consul returns "301 Moved Permanently v1/agent/force-leave/" when sending PUT request on "v1/agent/force-leave".
* Switch from node id to node name
2018-10-24 08:20:05 -07:00
Raja Nadar
e7629564ef
docs: add return info for update and delete acl-token apis ( #4584 )
...
* Update Token API returns the ID of the token updated.
* Delete Token API returns a raw text which is true for successful deletions
2018-10-24 11:11:51 -04:00
Raja Nadar
344d78dc54
website: update the response json fields for sessions ( #4604 )
...
Updated the response json with the true response from Consul 1.2.2
2018-10-24 07:33:25 -07:00
Matt Keeler
a02a6be6b9
Implement CLI token cloning & special ID handling ( #4827 )
...
* Implement CLI token cloning & special ID handling
* Update a couple CLI commands to take some alternative options.
* Document the CLI.
* Update the policy list and set-agent-token synopsis
2018-10-24 10:24:29 -04:00
Martin Logan
999cb0a49f
website: Update deprecated script tag in example. ( #4790 )
...
Signed-off-by: Martin Logan <mlogan@fanatics.com>
2018-10-24 07:21:20 -07:00
Andreas Sommer
994a3ece63
website: explain script exit code 1 in health check introduction guide ( #4769 )
2018-10-24 07:09:41 -07:00
Matt Keeler
2b4d3eabfe
Fix some uuids and make it clear that the SecretID is used for agent tokens ( #4845 )
2018-10-24 09:47:55 -04:00
Rebecca Zanzig
6b132da961
Update the `join` command format in the k8s Running Consul section
...
Based on info from consul-helm issue 16, the formatting of the helm
chart value for joining an external cluster needs to be specified
as a yaml array. This updates the documentation to reflect this.
2018-10-22 14:08:13 -07:00
Jack Pearkes
87a2b2020d
website: add link to rc announce
2018-10-19 13:37:47 -07:00
Matt Keeler
1ac888aa8c
ACL documentation ( #4824 )
...
* Updating the ACL guide.
* Update the docs correctly
* Finish updating the ACL docs - for now.
2018-10-19 13:26:31 -07:00
Matt Keeler
18b29c45c4
New ACLs ( #4791 )
...
This PR is almost a complete rewrite of the ACL system within Consul. It brings the features more in line with other HashiCorp products. Obviously there is quite a bit left to do here but most of it is related docs, testing and finishing the last few commands in the CLI. I will update the PR description and check off the todos as I finish them over the next few days/week.
Description
At a high level this PR is mainly to split ACL tokens from Policies and to split the concepts of Authorization from Identities. A lot of this PR is mostly just to support CRUD operations on ACLTokens and ACLPolicies. These in and of themselves are not particularly interesting. The bigger conceptual changes are in how tokens get resolved, how backwards compatibility is handled and the separation of policy from identity which could lead the way to allowing for alternative identity providers.
On the surface and with a new cluster the ACL system will look very similar to that of Nomads. Both have tokens and policies. Both have local tokens. The ACL management APIs for both are very similar. I even ripped off Nomad's ACL bootstrap resetting procedure. There are a few key differences though.
Nomad requires token and policy replication where Consul only requires policy replication with token replication being opt-in. In Consul local tokens only work with token replication being enabled though.
All policies in Nomad are globally applicable. In Consul all policies are stored and replicated globally but can be scoped to a subset of the datacenters. This allows for more granular access management.
Unlike Nomad, Consul has legacy baggage in the form of the original ACL system. The ramifications of this are:
A server running the new system must still support other clients using the legacy system.
A client running the new system must be able to use the legacy RPCs when the servers in its datacenter are running the legacy system.
The primary ACL DC's servers running in legacy mode needs to be a gate that keeps everything else in the entire multi-DC cluster running in legacy mode.
So not only does this PR implement the new ACL system but has a legacy mode built in for when the cluster isn't ready for new ACLs. Also detecting that new ACLs can be used is automatic and requires no configuration on the part of administrators. This process is detailed more in the "Transitioning from Legacy to New ACL Mode" section below.
2018-10-19 12:04:07 -04:00
Jack Pearkes
34d01e6254
website: minor notes about 1.4.0 ( #4820 )
2018-10-19 08:52:56 -07:00
Hans Hasselberg
f0ac02e463
website: update sprockets and ffi to dodge CVEs ( #4781 )
...
* Update sprockets to dodge CVE-2018-3760 and CVE-2014-7819
* update ffi to dodge CVE-2018-1000201
2018-10-19 08:41:04 -07:00
Pierre Souchay
fab55bee2b
dns: implements prefix lookups for DNS TTL ( #4605 )
...
This will fix https://github.com/hashicorp/consul/issues/4509 and allow forinstance lb-* to match services lb-001 or lb-service-007.
2018-10-19 08:41:04 -07:00
Aestek
c4d6d19d8e
website: add service weights documentation in API doc ( #4776 )
...
Adds weights documentation to the following API routes :
* Agent: List Services
* Agent Register Service
* Health: List Nodes for Service
2018-10-19 08:41:03 -07:00
Jack Pearkes
bfa1a912ab
website: note Envoy support in Nomad guide ( #4787 )
2018-10-19 08:41:03 -07:00
Jack Pearkes
8c684db488
New command: consul debug ( #4754 )
...
* agent/debug: add package for debugging, host info
* api: add v1/agent/host endpoint
* agent: add v1/agent/host endpoint
* command/debug: implementation of static capture
* command/debug: tests and only configured targets
* agent/debug: add basic test for host metrics
* command/debug: add methods for dynamic data capture
* api: add debug/pprof endpoints
* command/debug: add pprof
* command/debug: timing, wg, logs to disk
* vendor: add gopsutil/disk
* command/debug: add a usage section
* website: add docs for consul debug
* agent/host: require operator:read
* api/host: improve docs and no retry timing
* command/debug: fail on extra arguments
* command/debug: fixup file permissions to 0644
* command/debug: remove server flags
* command/debug: improve clarity of usage section
* api/debug: add Trace for profiling, fix profile
* command/debug: capture profile and trace at the same time
* command/debug: add index document
* command/debug: use "clusters" in place of members
* command/debug: remove address in output
* command/debug: improve comment on metrics sleep
* command/debug: clarify usage
* agent: always register pprof handlers and protect
This will allow us to avoid a restart of a target agent
for profiling by always registering the pprof handlers.
Given this is a potentially sensitive path, it is protected
with an operator:read ACL and enable debug being
set to true on the target agent. enable_debug still requires
a restart.
If ACLs are disabled, enable_debug is sufficient.
* command/debug: use trace.out instead of .prof
More in line with golang docs.
* agent: fix comment wording
* agent: wrap table driven tests in t.run()
2018-10-19 08:41:03 -07:00
Kyle Havlovitz
c617326470
re-add Connect multi-dc config changes
...
This reverts commit 8bcfbaffb6
.
2018-10-19 08:41:03 -07:00
Rebecca Zanzig
58fc4a7cbc
Add additional formatting detail to the Helm `join` command
...
In response to consul-helm issue 16.
2018-10-17 12:53:44 -07:00
Jack Pearkes
297d7268e9
website: bump website for 1.3.0
2018-10-11 11:27:54 -07:00
Assel Meher
f912bf0fcd
typo: s/checks/services ( #4783 )
2018-10-11 18:48:51 +01:00
Jack Pearkes
8bcfbaffb6
Revert "Connect multi-dc config" ( #4784 )
2018-10-11 17:32:45 +01:00
danielehc
40017f5e59
Update creating-certificates.html.md ( #4780 )
...
In case `verify_server_hostname` is set in the configuration, Consul checks the certificate against `server.<datacenter>.<domain>`.
The name suggested by the guide generates errors like the following:
```
2018/10/10 12:42:20 [ERR] consul: Failed to confirm peer status for consul-3: rpc error getting client: failed to get conn: x509: certificate is valid for server.node.consul.labs, localhost, not server.consul.labs. Retrying in 16s...
```
Removing the `node` part from the certificate permits them to work also when that option is set.
2018-10-11 14:23:51 +02:00
Aestek
25f04fbd21
[Security] Add finer control over script checks ( #4715 )
...
* Add -enable-local-script-checks options
These options allow for a finer control over when script checks are enabled by
giving the option to only allow them when they are declared from the local
file system.
* Add documentation for the new option
* Nitpick doc wording
2018-10-11 13:22:11 +01:00
Paul Banks
f951dcfb9d
Be more explicit about rolling upgrade process
2018-10-11 11:44:20 +01:00
Paul Banks
5952804334
Move 1.0.6 upgrade docs that were added in the wrong place
2018-10-11 11:38:55 +01:00
Paul Banks
51c0001aad
[WIP] Initial draft of Sidecar Service and Managed Proxy deprecation docs ( #4752 )
...
* Initial draft of Sidecar Service and Managed Proxy deprecation docs
* Service definition deprecation notices and sidecar service
* gRPC and sidecar service config options; Deprecate managed proxy options
* Envoy Docs: Basic envoy command; envoy getting started/intro
* Remove change that snuck in
* Envoy custom config example
* Add agent/service API docs; deprecate proxy config endpoint
* Misc grep cleanup for managed proxies; capitalize Envoy
* Updates to getting started guide
* Add missing link
* Refactor Envoy guide into a separate guide and add bootstrap reference notes.
* Add limitations to Envoy docs; Highlight no fixes for known managed proxy issues on deprecation page; clarify snake cae stuff; Sidecar Service lifecycle
2018-10-11 10:44:42 +01:00
Pierre Souchay
251156eb68
Added SOA configuration for DNS settings. ( #4714 )
...
This will allow to fine TUNE SOA settings sent by Consul in DNS responses,
for instance to be able to control negative ttl.
Will fix: https://github.com/hashicorp/consul/issues/4713
# Example
Override all settings:
* min_ttl: 0 => 60s
* retry: 600 (10m) => 300s (5 minutes),
* expire: 86400 (24h) => 43200 (12h)
* refresh: 3600 (1h) => 1800 (30 minutes)
```
consul agent -dev -hcl 'dns_config={soa={min_ttl=60,retry=300,expire=43200,refresh=1800}}'
```
Result:
```
dig +multiline @localhost -p 8600 service.consul
; <<>> DiG 9.12.1 <<>> +multiline @localhost -p 8600 service.consul
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36557
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;service.consul. IN A
;; AUTHORITY SECTION:
consul. 0 IN SOA ns.consul. hostmaster.consul. (
1537959133 ; serial
1800 ; refresh (30 minutes)
300 ; retry (5 minutes)
43200 ; expire (12 hours)
60 ; minimum (1 minute)
)
;; Query time: 4 msec
;; SERVER: 127.0.0.1#8600(127.0.0.1)
;; WHEN: Wed Sep 26 12:52:13 CEST 2018
;; MSG SIZE rcvd: 93
```
2018-10-10 15:50:56 -04:00
Kyle Havlovitz
e4349c5710
connect/ca: more OSS split for multi-dc
2018-10-10 12:17:59 -07:00
Kyle Havlovitz
56dc426227
agent: add primary_datacenter and connect replication config options
2018-10-10 12:17:59 -07:00
Kyle Havlovitz
46c829b879
docs: deprecate acl_datacenter and replace it with primary_datacenter
2018-10-10 12:16:47 -07:00
Paul Banks
b83bbf248c
Add Proxy Upstreams to Service Definition ( #4639 )
...
* Refactor Service Definition ProxyDestination.
This includes:
- Refactoring all internal structs used
- Updated tests for both deprecated and new input for:
- Agent Services endpoint response
- Agent Service endpoint response
- Agent Register endpoint
- Unmanaged deprecated field
- Unmanaged new fields
- Managed deprecated upstreams
- Managed new
- Catalog Register
- Unmanaged deprecated field
- Unmanaged new fields
- Managed deprecated upstreams
- Managed new
- Catalog Services endpoint response
- Catalog Node endpoint response
- Catalog Service endpoint response
- Updated API tests for all of the above too (both deprecated and new forms of register)
TODO:
- config package changes for on-disk service definitions
- proxy config endpoint
- built-in proxy support for new fields
* Agent proxy config endpoint updated with upstreams
* Config file changes for upstreams.
* Add upstream opaque config and update all tests to ensure it works everywhere.
* Built in proxy working with new Upstreams config
* Command fixes and deprecations
* Fix key translation, upstream type defaults and a spate of other subtele bugs found with ned to end test scripts...
TODO: tests still failing on one case that needs a fix. I think it's key translation for upstreams nested in Managed proxy struct.
* Fix translated keys in API registration.
≈
* Fixes from docs
- omit some empty undocumented fields in API
- Bring back ServiceProxyDestination in Catalog responses to not break backwards compat - this was removed assuming it was only used internally.
* Documentation updates for Upstreams in service definition
* Fixes for tests broken by many refactors.
* Enable travis on f-connect branch in this branch too.
* Add consistent Deprecation comments to ProxyDestination uses
* Update version number on deprecation notices, and correct upstream datacenter field with explanation in docs
2018-10-10 16:55:34 +01:00
Paul Banks
88388d760d
Support Agent Caching for Service Discovery Results ( #4541 )
...
* Add cache types for catalog/services and health/services and basic test that caching works
* Support non-blocking cache types with Cache-Control semantics.
* Update API docs to include caching info for every endpoint.
* Comment updates per PR feedback.
* Add note on caching to the 10,000 foot view on the architecture page to make the new data path more clear.
* Document prepared query staleness quirk and force all background requests to AllowStale so we can spread service discovery load across servers.
2018-10-10 16:55:34 +01:00
Mitchell Hashimoto
87e37ac758
Merge pull request #4766 from hashicorp/f-connect-inject
...
website: add docs for the Connect injection
2018-10-10 08:23:56 -07:00
Matt Ho
59f9d5ccd1
website: fix typo in connect example ( #4774 )
2018-10-10 11:01:57 +02:00
Mitchell Hashimoto
1b02b9e3c1
website: address PR feedback
2018-10-09 09:30:37 -07:00
Hannah Oppenheimer
6b487f80ff
Clarify enable_tag_override explanation
...
In designing a potential UI for a configuration of `enable_tag_override`,
I found the documentation confusing and lengthy. Here, I've made an
attempt at re-writing this section to be more concise and clear.
I also made a few small changes to the organization of this file to map
explanations to the order of the properties listing at the top. I find
it easier to scan docs when explanations appear in the same order they
are listed at the top. For explanations that span multiple paragraphs, I
provided a subheading, which also helps in linking from other pages.
Finally, I removed a duplicated paragraph from the documentation.
2018-10-09 09:55:44 -05:00
Mitchell Hashimoto
a4abd8dd76
website: note that env vars are set
2018-10-08 09:55:55 -07:00
Mitchell Hashimoto
fd46c6d7ce
website: address some PR feedback
2018-10-08 08:24:25 -07:00
Mitchell Hashimoto
a3adf47bfb
website: add docs for the Connect injection
2018-10-07 23:47:08 -07:00
Dan Brown
26c94764b8
Fix retry_join config documentation ( #4757 )
...
'retry_join': source data must be an array or slice, got string
2018-10-05 14:16:02 -04:00
Matt Keeler
217a1f8840
Update the snapshot agent documentation( #4758 )
...
Detail the S3 permissions required in addition to a gotcha regarding having part of the key within the S3 bucket name configuration.
2018-10-05 13:55:06 -04:00
Chris Hoffman
07093a4d44
typo: missing space
2018-10-05 11:33:28 -05:00
Freddy
95c7098848
Update semaphore guide ( #4661 )
...
* Fill in gaps in semaphore guide
* Update to match that values come back b64 encoded
* Add that the value needs to be decoded
* Remove outdated reference to session1
* Fix some typos
* Clarify what is mean by a session having an active key
* Clarify requirements for lock holders in semaphore guide
2018-10-04 12:06:53 -10:00
danielehc
b95a6d16db
Update options.html.md ( #4753 )
2018-10-04 19:28:26 +01:00
Dan Brown
d3b6750c3b
Add Deployment Guide and update links ( #4487 )
...
* Adds Deployment Guide and update links
* Fixes releases link
* Re-organisation of content
* Cuts down "deployment" doc (which should focus on Reference Architecture) by moving raft and performance tuning to the Server Performance page which already covers some of this.
* Moves backups from "deployment" doc (which should focus on Reference Architecture) to "deployment-guide"
* Cleans up some notes and add single DC diagram
* Removes old link to deployment guide from nav
* Corrects minor styling, formatting, and grammar
2018-10-03 11:37:36 -10:00
Mitchell Hashimoto
868cb6d84f
Merge pull request #4732 from hashicorp/f-service-cli
...
cli: add `services register` and `deregister`
2018-10-02 12:45:58 -07:00
Mitchell Hashimoto
bd6ec230c3
website: clarify that downward API works in any pod spec
2018-10-01 10:35:09 -07:00
Mitchell Hashimoto
3cf2b9e361
website: docs for services CLI
2018-10-01 10:27:15 -07:00
Mitchell Hashimoto
151e3eb25d
website: clarify that the server cluster can run anywhere
2018-09-26 08:41:25 -05:00
Mitchell Hashimoto
f8cbcd322a
website: clarify coredns requirement
2018-09-25 23:37:21 -05:00
Mitchell Hashimoto
cba2db8246
website: address feedback
2018-09-25 21:55:32 -05:00
Mitchell Hashimoto
58132810a1
website: fix the description of the sync page
2018-09-25 17:56:19 -05:00
Mitchell Hashimoto
9ec50a732f
Add new helm fields
2018-09-25 09:20:36 -05:00
Mitchell Hashimoto
824814be3f
website: document helm options
2018-09-23 17:29:18 -07:00
Mitchell Hashimoto
88d8d2bb9a
website: document consul-k8s
2018-09-23 17:15:54 -07:00
Mitchell Hashimoto
321cd016d4
website: docs for catalog sync
2018-09-23 17:12:14 -07:00
Alvaro Miranda Aguilera
57cfd89c54
fix typo on connect/index ( #4681 )
...
wtihin -> within
2018-09-17 12:06:47 +01:00
Anubhav Mishra
7bc0564098
website: quick typo fix ( #4683 )
2018-09-17 12:06:11 +01:00
Mitchell Hashimoto
79c6258276
website: correct chart casing
2018-09-13 14:45:40 -07:00
mkeeler
410ebb23a3
Bump the website version
2018-09-13 15:20:22 +00:00
Mitchell Hashimoto
113f568509
website: document k8s go-discover ( #4666 )
...
This adds documentation for the `k8s` go-discover provider that will be part of 1.2.3.
2018-09-13 10:12:27 -04:00
Mitchell Hashimoto
5943c79ed4
Initial Helm Chart/K8S Docs ( #4653 )
...
* website: initial Kubernetes section with Helm information
* website: extraConfig for clients
* website: add more helm fields
* website: document extraVolumes
* website: document Consul DNS
* website: fix typos and show example of downward API
2018-09-12 08:44:30 -07:00
Freddy
b66763eb33
Update snapshot agent docs to include s3-endpoint ( #4652 )
2018-09-11 16:32:31 +01:00
Matt Keeler
cc8327ed9a
Ensure that errors setting up the DNS servers get propagated back to the shell ( #4598 )
...
Fixes : #4578
Prior to this fix if there was an error binding to ports for the DNS servers the error would be swallowed by the gated log writer and never output. This fix propagates the DNS server errors back to the shell with a multierror.
2018-09-07 10:48:29 -04:00
Pierre Souchay
eddcf228ea
Implementation of Weights Data structures ( #4468 )
...
* Implementation of Weights Data structures
Adding this datastructure will allow us to resolve the
issues #1088 and #4198
This new structure defaults to values:
```
{ Passing: 1, Warning: 0 }
```
Which means, use weight of 0 for a Service in Warning State
while use Weight 1 for a Healthy Service.
Thus it remains compatible with previous Consul versions.
* Implemented weights for DNS SRV Records
* DNS properly support agents with weight support while server does not (backwards compatibility)
* Use Warning value of Weights of 1 by default
When using DNS interface with only_passing = false, all nodes
with non-Critical healthcheck used to have a weight value of 1.
While having weight.Warning = 0 as default value, this is probably
a bad idea as it breaks ascending compatibility.
Thus, we put a default value of 1 to be consistent with existing behaviour.
* Added documentation for new weight field in service description
* Better documentation about weights as suggested by @banks
* Return weight = 1 for unknown Check states as suggested by @banks
* Fixed typo (of -> or) in error message as requested by @mkeeler
* Fixed unstable unit test TestRetryJoin
* Fixed unstable tests
* Fixed wrong Fatalf format in `testrpc/wait.go`
* Added notes regarding DNS SRV lookup limitations regarding number of instances
* Documentation fixes and clarification regarding SRV records with weights as requested by @banks
* Rephrase docs
2018-09-07 15:30:47 +01:00
Geoffrey Grosenbach
72fac5b823
Adds XL machine spec and notes on large deployments ( #4622 )
...
* Adds XL machine spec and notes on large deployments
* Clarifies machine sizes
* Fixes internal links within the document
* Moves datacenter size guidelines to "Single Datacenter" section
2018-08-31 10:41:48 -05:00
Siva Prasad
ca35d04472
Adds a new command line flag -log-file for file based logging. ( #4581 )
...
* Added log-file flag to capture Consul logs in a user specified file
* Refactored code.
* Refactored code. Added flags to rotate logs based on bytes and duration
* Added the flags for log file and log rotation on the webpage
* Fixed TestSantize from failing due to the addition of 3 flags
* Introduced changes : mutex, data-dir log writes, rotation logic
* Added test for logfile and updated the default log destination for docs
* Log name now uses UnixNano
* TestLogFile is now uses t.Parallel()
* Removed unnecessary int64Val function
* Updated docs to reflect default log name for log-file
* No longer writes to data-dir and adds .log if the filename has no extension
2018-08-29 16:56:58 -04:00
Freddy
fbe45513d8
Correct rpc telemetry docs ( #4602 )
2018-08-28 16:38:22 -04:00
Jack Pearkes
c1bf14be30
website: use 127.0.0.1 instead of consul.rocks ( #4523 )
...
By default, the Consul agent listens on the local interface
at port 8500 for API requests. This change makes the API examples
using `curl` copy-pasteable for this default configuration.
2018-08-28 09:07:15 -07:00
Rémi Jouannet
2767ae860b
Update monitoring-telegraf.html.md
2018-08-24 16:48:02 +02:00
Paul Banks
4d658f34cf
Intention ACL API clarification ( #4547 )
2018-08-20 20:33:15 +01:00
jjshanks
657b8d27ac
Update intentions documentation to clarify ACL behavior ( #4546 )
...
* Update intentions documentation to clarify ACL behavior
* Incorprate @banks suggestions into docs
* Fix my own typos!
2018-08-20 20:03:53 +01:00
Miroslav Bagljas
3c23979afd
Fixes #4483 : Add support for Authorization: Bearer token Header ( #4502 )
...
Added Authorization Bearer token support as per RFC6750
* appended Authorization header token parsing after X-Consul-Token
* added test cases
* updated website documentation to mention Authorization header
* improve tests, improve Bearer parsing
2018-08-17 16:18:42 -04:00
sandstrom
14f19f75a6
Clarify port usage for agents ( #4510 )
2018-08-14 16:10:01 -07:00
Paul Banks
e34acd275f
Update intentions.html.md
2018-08-14 15:09:45 +01:00
Geoffrey Grosenbach
a03512496f
Consul Production Deployment Guide
...
Renames guide to "Production Deployment"
Adds link in sidebar menu.
Implements edits suggested by Consul engineering team.
2018-08-10 11:51:05 -07:00
Geoffrey Grosenbach
3e6313bebb
Merge pull request #4485 from hashicorp/doc-remove-atlas
...
Remove all mention of Atlas, even in deprecated changelogs
2018-08-07 10:45:50 -07:00
Geoffrey Grosenbach
78134fa368
Merge pull request #4318 from hashicorp/doc-discovery-code-snippet
...
Improve styling of discovery snippet
2018-08-07 10:44:58 -07:00
Geoffrey Grosenbach
5d2855ecda
Remove all mention of Atlas, even in deprecated changelogs
2018-08-03 10:51:18 -07:00
Jack Pearkes
625bbb0137
Clarification for serf_wan documentation ( #4459 )
...
* updates docs for agent options
trying to add a little more clarity to suggestion that folks should use
port 8302 for both LAN and WAN comms
* website: clarify language for serf wan port behavior
2018-08-02 10:25:25 -07:00
Mitchell Hashimoto
ec755b4ba7
Merge pull request #4464 from hashicorp/je.htmlfix
...
A couple more docs fixes
2018-07-31 06:57:04 -07:00
mkeeler
15fcbb6ed5
Bump website version to 1.2.2
2018-07-30 15:59:17 +00:00
Jeff Escalante
0f12370cfb
a couple more corrections
2018-07-27 19:39:44 -04:00
Jeff Escalante
30d27d8356
fix a couple html errors ( #4456 )
2018-07-26 16:30:24 -07:00
Christie Koehler
2710ae4159
docs: Update links to ttl health check endpoints. ( #4208 )
...
* docs: Update links to ttl health check endpoints.
* remove absolute URLs
2018-07-26 16:14:44 -07:00
Matt Keeler
0e0227792b
Gossip tuneables ( #4444 )
...
Expose a few gossip tuneables for both lan and wan interfaces
gossip_nodes
gossip_interval
probe_timeout
probe_interval
retransmit_mult
suspicion_mult
2018-07-26 11:39:49 -04:00
Paul Banks
8f9cc91d32
Document managed proxy logs ( #4447 )
...
* Document proxy logs
* Add extra note about terminating proxies
2018-07-26 13:56:28 +01:00
Paul Banks
8dd50d5b2d
Add config option to disable HTTP printable char path check ( #4442 )
2018-07-26 13:53:39 +01:00
Kyle Havlovitz
ed87949385
Merge pull request #4400 from hashicorp/leaf-cert-ttl
...
Add configurable leaf cert TTL to Connect CA
2018-07-25 17:53:25 -07:00
Siva Prasad
f4a1c381a5
Vendoring update for go-discover. ( #4412 )
...
* New Providers added and updated vendoring for go-discover
* Vendor.json formatted using make vendorfmt
* Docs/Agent/auto-join: Added documentation for the new providers introduced in this PR
* Updated the golang.org/x/sys/unix in the vendor directory
* Agent: TestGoDiscoverRegistration updated to reflect the addition of new providers
* Deleted terraform.tfstate from vendor.
* Deleted terraform.tfstate.backup
Deleted terraform state file artifacts from unknown runs.
* Updated x/sys/windows vendor for Windows binary compilation
2018-07-25 16:21:04 -07:00
Pierre Souchay
3959a91e43
Added explainations on how having a working configuration for Prometheus ( #4397 )
...
* Added explainations on how having a working configuration for Prometheus
Since Prometheus escapes by default query parameters, this paragraph explains
how having `format=prometheus` to be taken into account by prometheus.
* Rephrase Prometheus notes in documentation as requested by @pearkes
2018-07-25 16:17:38 -07:00
Sergey Shepelev
667ac22f71
website: typo in node meta additional section ( #4429 )
2018-07-25 13:32:36 -07:00
Jason Harley
9a803e8272
Add missing word for Watches clarification
...
`Watches use blocking queries monitor` reads awkwardly, I figured 'to' was missing
2018-07-25 15:34:45 -04:00
Paul Banks
5635227fa6
Allow config-file based Service Definitions for unmanaged proxies and Connect-natice apps. ( #4443 )
2018-07-25 19:55:41 +01:00
Geoffrey Grosenbach
94168ac4a2
Remove deprecated Ruby consul-client library ( #4419 )
...
The GitHub repo for this library says that it is no longer maintained
and should not be used. The Ruby Diplomat library provides similar
functionality instead (and is already listed here).
2018-07-25 11:47:54 -07:00
Paul Banks
d5e934f9ff
Ooops that was meant to be to a branch no master... EMORECOFFEE
...
Revert "Add config option to disable HTTP printable char path check"
This reverts commit eebe45a47b
.
2018-07-25 15:54:11 +01:00
Paul Banks
eebe45a47b
Add config option to disable HTTP printable char path check
2018-07-25 15:52:37 +01:00
Paul Banks
e954450dec
Merge pull request #4353 from azam/add-serf-lan-wan-port-args
...
Make RPC, Serf LAN, Serf WAN port configurable from CLI
2018-07-24 12:33:10 +01:00
Peter Souter
0888b435ee
Adds Monitoring with Telegraf guide ( #4227 )
...
* Installing Telegraf
* Configuring Telegraf
* Configuring Consul to send metrics to Telegraf
* Important metrics and aggregates
2018-07-23 16:46:43 -07:00
Kyle Havlovitz
ce10de036e
connect/ca: check LeafCertTTL when rotating expired roots
2018-07-20 16:04:04 -07:00
Paul Banks
f8d61976cd
Merge pull request #4427 from hashicorp/connect-api-docs
...
Add /health/connect to docs and make consistent with /catalog/connect
2018-07-20 21:24:57 +01:00
Mitchell Hashimoto
7fa6bb022f
Merge pull request #4320 from hashicorp/f-alias-check
...
Add "Alias" Check Type
2018-07-20 13:01:33 -05:00
azam
342bcb1c24
Make Serf LAN & WAN port configurable from CLI
...
Make RPC port accessible to CLI
Add tests and documentation for server-port, serf-lan-port, serf-wan-port CLI arguments
2018-07-21 02:17:21 +09:00
Paul Banks
56ab8c9000
Add /health/connect to docs and make consistent with /catalog/connect
2018-07-20 16:50:28 +01:00
Paul Banks
bbbebfc8d7
Merge pull request #4352 from hashicorp/doc-dev-flag-generates-certs
...
Note that `-dev` generates certs for Connect.
2018-07-17 11:36:02 +01:00
Geoffrey Grosenbach
d44f35aa4e
Clarify Connect-related implications for `-dev` flag
2018-07-16 14:53:46 -07:00
Kyle Havlovitz
6465b13b7d
website: update docs for leaf cert TTL option
2018-07-16 13:33:42 -07:00
Paul Banks
4ec8c489c0
Merge pull request #4392 from hashicorp/connect-sdk-http
...
Implement missing HTTP host to ConsulResolver func for Connect SDK.
2018-07-16 13:54:53 +01:00
Paul Banks
fa29fee4b6
Typos
2018-07-13 23:09:34 +01:00
Paul Banks
dcd157ec7c
Add notes about hostname gotchas to Connect HTTPClient docs
2018-07-13 23:08:26 +01:00
MagnumOpus21
00b678e7f3
Docs: Removed text about proxies on Windows not starting up.
2018-07-13 14:47:42 -07:00
Paul Banks
b3dd5c1aad
Merge pull request #4263 from hashicorp/kv-get-docs
...
Update kv docs detail for accuracy
2018-07-13 18:29:34 +01:00
Mitchell Hashimoto
6be4fa9118
website: fix some website typos
2018-07-12 21:18:00 -07:00
Mitchell Hashimoto
1027a01a10
website: document alias check
2018-07-12 21:14:36 -07:00
John Cowen
915f930ce3
Change let to var
2018-07-12 18:21:26 +01:00
mkeeler
54088e19e4
Update website version
2018-07-12 16:43:47 +00:00
Paul Banks
43c7213fe9
Grammar
2018-07-12 14:36:52 +01:00
Paul Banks
8405b41f2b
Update proxy config docs and add test for ipv6
2018-07-12 13:07:48 +01:00
Matt Keeler
d19c7d8882
Merge pull request #4303 from pierresouchay/non_blocking_acl
...
Only send one single ACL cache refresh across network when TTL is over
2018-07-10 08:57:33 -04:00
Paul Banks
efa13a1daf
Merge pull request #4361 from lganzzzo/patch-1
...
C++ oatpp-consul integration added to Libraries & SDKs page
2018-07-10 12:37:20 +01:00
Paul Banks
41c3a4ac8e
Merge pull request #4038 from pierresouchay/ACL_additional_info
...
Track calls blocked by ACLs using metrics
2018-07-09 20:21:21 +01:00
Leonid Stryzhevskyi
d508a6ba7c
oatpp-consul integration added to Libraries & SDKs page
2018-07-09 17:28:03 +03:00
Paul Banks
c8b37f0a4c
Merge pull request #4351 from hashicorp/doc-config-dir-reads-hcl-files
...
Notes that both "hcl" and "json" files are loaded from the config-dir.
2018-07-09 14:43:55 +01:00
Paul Banks
0241cda645
Fix formatting issue in config docs.
...
The floating paragraph seems to need additional indentation to work correctly on the markdown parser middle man uses - GitHub got it right before in the preview but the website broke dumping the new config option inline.
2018-07-09 14:39:20 +01:00
Pierre Souchay
a937c7fa70
Added new ACL blocked Metrics to telemetry.html
2018-07-09 11:36:33 +02:00
Geoffrey Grosenbach
f132d0e1e1
Note that `-dev` generates certs for Connect.
...
Previous version of the documentation didn't mention this, which can
lead to confusion when experimenting with Connect. Many other features
of Consul work fine without `-dev` mode, but Connect needs certs in
order to proxy, which must be done with this flag or by generating certs
directly and passing them to Consul in configs.
2018-07-06 12:26:15 -07:00
Geoffrey Grosenbach
5eecbeb7ae
Notes that both "hcl" and "json" files are loaded from the config-dir.
...
The previous version only mentioned "json" but the behavior was to read
"hcl" files as well.
2018-07-06 12:22:18 -07:00
Siva Prasad
28ffc75f64
Merge pull request #4335 from MagnumOpus21/Telemetry
...
Website/Docs/Telemetry : Adds more telemetry metrics for memberlist and raft.
2018-07-05 11:11:57 -04:00
M S Vishwanath Bhat
45bb8bce70
Trivial spell correction in connect configuration doc
...
Signed-off-by: M S Vishwanath Bhat <msvbhat@gmail.com>
2018-07-04 17:07:24 +02:00
Siva Prasad
bc9c5927b7
Website/Docs/Telemetry : Errata
2018-07-03 18:18:57 -04:00
Siva
a1a62e3b91
Website/Docs/Telemetry: Added more raft and memberlist items.
2018-07-03 17:37:29 -04:00
Siva
5d8bf053e0
Website/Telemetry: Errata for snapshot.compact and reworded memberlist.health.score
2018-07-03 10:59:31 -04:00
Siva
7baae933e6
Merge branch 'master' of github.com:hashicorp/consul into Telemetry
2018-07-03 10:48:31 -04:00
Siva
9579ba4e12
Website: Added more telemetry details for raft and memberlist.
2018-07-03 10:27:01 -04:00
Paul Banks
7f35ca33f4
Remove the TODO latency measurement.
2018-07-03 14:54:44 +01:00
Siva
77fe08b7c9
Website: Added more telemetry metrics
2018-07-03 08:00:39 -04:00
Siva Prasad
37c34acf03
Merge pull request #4244 from MagnumOpus21/WinService
...
Added a new package service_os that can make Consul run as a service on Windows.
2018-07-02 12:01:22 -04:00
Paul Banks
869a8844a9
Merge pull request #4316 from hashicorp/docs-connect-native
...
website: make performance impact explicit for connect-native
2018-07-02 15:34:12 +01:00
Pierre Souchay
0f1735634d
Improve doc for async-cache
2018-07-01 23:50:30 +02:00
Pierre Souchay
1e7665c0d5
Updated documentation and adding more test case for async-cache
2018-07-01 23:50:30 +02:00
Pierre Souchay
bfc83ce045
Updated ACL guide
2018-07-01 23:50:30 +02:00
Mitchell Hashimoto
93b23c67ed
Merge pull request #4317 from hashicorp/doc-segmentation-ensures-spelling
...
Fix "ensures all data" from original "ensure all data"
2018-06-30 07:24:33 +02:00
Geoffrey Grosenbach
5ea644c9e9
Corrects formatting of JSON in snippet
...
The original snippet did not put the JSON output on its own line, which
made it look like it was part of the previous or next `curl` command.
This patch formats and highlights the command and output to appear as
they would in the terminal while also highlighting the multi-datacenter
elements of the output.
2018-06-29 18:36:47 -07:00
Geoffrey Grosenbach
a620ac8314
Improve styling of discovery snippet
...
Original `discovery` snippet had a `curl` command that mentioned
multi-datacenter support. This removes part of the command that was
incorrect. It adds styling for the `dc2` section of the JSON output that
highlights the part of the query that relates to multiple data centers.
2018-06-29 18:27:48 -07:00
Geoffrey Grosenbach
2281b88113
Fix "ensures all data" from original "ensure all data"
...
The original text was "Using TLS...ensure all data in transit is
encrypted." It should be "ensures all data..." This patch fixes it.
2018-06-29 18:05:42 -07:00
Anubhav Mishra
4b5efe7464
website: make performance impact explicit for connect-native
...
I was going to the public feedback on Connect-Native app integration and came across [this](https://twitter.com/relistan/status/1012263110403555329 ) thread. Added a few statements in the Connect-Native app integration page.
2018-06-29 17:35:58 -07:00
Siva
b874cac8bb
Website: Errata in -bind option for the agent
2018-06-29 16:43:12 -04:00
Siva
e281a3f925
Changes made :
...
1. Website
Changed some of the wordings and reorganized the content of the website.
2. Code:
Removed sleep and exit lines from the code.
2018-06-28 21:18:14 -04:00
RJ Spiker
da3ed7d1ec
website: an assortment of front-end updates ( #4296 )
...
* website: add object-fit-image polyfill for ie compatibility
* website: make entire carousel cards linkable
* website: adjust hero background positioning
* website: responsive updates to the home hero
* website: update home hero js to work better with turbolinks
* website: a few font weight adjustments
* website: add an overlay to ui video
2018-06-28 11:43:30 -07:00
Mike Wickett
d0dd2a15be
website: optimize images ( #4290 )
2018-06-28 11:43:13 -07:00
Julien Pivotto
b033cba815
Fix JSON in service configuration
2018-06-27 09:06:27 +02:00
Siva
7969d16e42
Added guide for Windows Service
2018-06-26 18:23:55 -04:00
Howie Lee
39afe49b0b
Fixed typo
2018-06-26 17:26:22 -04:00
Mitchell Hashimoto
a1be7af835
Merge pull request #4287 from hashicorp/bugfix/4273-doc-formatting
...
Fix layout issue with discovery_max_stale
2018-06-26 21:57:13 +02:00
Mitchell Hashimoto
2d0b0e4f3f
Merge pull request #4288 from hashicorp/service-meta-docs
...
website: correct parameter for service meta on catalog register
2018-06-26 21:57:04 +02:00
Mitchell Hashimoto
e788ce612e
website: update vs. istio page and clarify pluggable data layer
2018-06-26 21:52:27 +02:00
Jack Pearkes
cd4d5a82da
website: correct paramater for service meta on catalog register
...
I believe this may have been missed as part of #3994 . Note that the
API _returns_ `ServiceMeta`, but accepts `Meta`.
$ curl -X PUT -d \
'{
"Datacenter": "dc1",
"Node": "example",
"Address": "www.example.com",
"Service": {
"Service": "example-service",
"Port": 80,
"Meta": {"foo": "bar"}
}
}' \
http://localhost:8500/v1/catalog/register
$ curl localhost:8500/v1/catalog/service/example-service
[
{
"ID": "",
"Node": "example",
"Address": "www.example.com",
"Datacenter": "dc1",
"TaggedAddresses": null,
"NodeMeta": null,
"ServiceKind": "",
"ServiceID": "example-service",
"ServiceName": "example-service",
"ServiceTags": [],
"ServiceAddress": "",
"ServiceMeta": {
"foo": "bar"
},
"ServicePort": 80,
"ServiceEnableTagOverride": false,
"ServiceProxyDestination": "",
"ServiceConnect": {
"Native": false,
"Proxy": null
},
"CreateIndex": 11,
"ModifyIndex": 37
}
]
2018-06-26 12:15:23 -07:00
Matt Keeler
afd32485f4
Fix layout issue with discovery_max_stale
...
It was indented when it shouldn't have been.
2018-06-26 15:09:14 -04:00
Mitchell Hashimoto
ec4678730f
Merge pull request #4275 from hashicorp/je.fix-config-progress-bars
...
Configuration page animation fix
2018-06-26 21:00:34 +02:00
sandstrom
16301d82cf
spelling
2018-06-26 13:38:16 +02:00
Jeff Escalante
0a13cf1542
fix progress bar animation on configuration page
2018-06-26 10:00:26 +02:00
mkeeler
915ffc25c1
Update Consul version for the website
2018-06-25 20:15:14 +00:00
mkeeler
6813a99081
Merge remote-tracking branch 'connect/f-connect'
2018-06-25 19:42:51 +00:00
Jack Pearkes
adaaa37e4f
website: fix an assortment of broken links
2018-06-25 12:26:24 -07:00
Jack Pearkes
27777823ba
website: whitespace fix
2018-06-25 12:26:24 -07:00
Jack Pearkes
9acba60271
website: minor example and copy fix for multi-dc
2018-06-25 12:26:23 -07:00
Jack Pearkes
7febfcd5ed
website: getting started next/previous step change
2018-06-25 12:26:23 -07:00
Kyle Havlovitz
c11e1b51e4
website: correct a few last things in CA docs
2018-06-25 12:26:23 -07:00
Mitchell Hashimoto
93cd52024d
website: split out CA docs by provider type
2018-06-25 12:26:23 -07:00
Jack Pearkes
3289b0d281
website: add an example of TLS encryption
2018-06-25 12:26:23 -07:00
RJ Spiker
e2a97726c6
website - some visual updates including css bug fixes and image updates ( #111 )
2018-06-25 12:26:23 -07:00
Mike Wickett
45df69cf48
Small tweaks to video playback
2018-06-25 12:26:22 -07:00
Mike Wickett
bdd066425c
Adds small polyfill for classlist because IE does not support it on SVG elements
2018-06-25 12:26:22 -07:00
Jack Pearkes
c34b34ebc1
website: fix scrolling/loading issue on iOS
2018-06-25 12:26:22 -07:00
John Cowen
1bb482bcbd
tenenacy > tenancy
2018-06-25 12:26:22 -07:00
RJ Spiker
0268a5ce4a
website - some js fixes to make sure scripts are firing ( #108 )
2018-06-25 12:26:22 -07:00
Jack Pearkes
c6ba66d6e8
website: fix two links on discovery page
2018-06-25 12:26:22 -07:00
Paul Banks
2a467003a0
Fix some doc typos.
2018-06-25 12:26:21 -07:00
Jack Pearkes
561bf69511
website: update cli output content
2018-06-25 12:26:21 -07:00
Jack Pearkes
bc1d3b5c76
website: add back intro link in header
2018-06-25 12:26:21 -07:00
RJ Spiker
531858d04e
website - animation updates
2018-06-25 12:26:21 -07:00
RJ Spiker
98188157af
website - various styling bug fixes and updates
2018-06-25 12:26:21 -07:00
Paul Banks
6117bdb9d5
Fix some formatting and a typo.
2018-06-25 12:26:21 -07:00
Paul Banks
f0059665bb
Add proxy config reference and Complete TODOs in production guide
2018-06-25 12:26:20 -07:00
Paul Banks
959f0c612c
Fix relative links
2018-06-25 12:26:20 -07:00
Paul Banks
20a6a40216
Link from getting started; note on incremental adoption
2018-06-25 12:26:20 -07:00
Paul Banks
ac0c5c2bfa
Connect production guide draft 1
2018-06-25 12:26:20 -07:00
Paul Banks
b757b5cc48
Initial draft of connect production guide
2018-06-25 12:26:20 -07:00
Mike Wickett
aa2b9108ed
Add use case drop down to nav
2018-06-25 12:26:20 -07:00
Kevin Fishner
7ae2002648
fix up pearkes feedback
2018-06-25 12:26:19 -07:00
kfishner
5893323e0a
copy and doc links
2018-06-25 12:26:19 -07:00
kfishner
5aa0ef4fe8
homepage copy edits
2018-06-25 12:26:19 -07:00
Hannah Oppenheimer
68b87411fb
add real screenshots to new website
2018-06-25 12:26:19 -07:00
RJ Spiker
db7d468aac
website - remove video files and point to cdn
2018-06-25 12:26:19 -07:00
Kyle Havlovitz
c20bbf8760
connect/ca: hide the RotationPeriod config field since it isn't used yet
2018-06-25 12:26:18 -07:00
Jack Pearkes
b2f14647c2
website: clarify windows support
2018-06-25 12:26:18 -07:00
RJ Spiker
37996e76ca
website - separate js components so they're only called if needed
2018-06-25 12:26:18 -07:00
Mitchell Hashimoto
a76f652fd2
agent: convert the proxy bind_port to int if it is a float
2018-06-25 12:26:18 -07:00
RJ Spiker
0a1adb8b75
website - add homepage video hero
2018-06-25 12:26:17 -07:00
Jeff Escalante
0efaabf5d5
fix firefox bugs and a small issue with the segmentation challenge animation
2018-06-25 12:26:17 -07:00
Jeff Escalante
10c6d5a2d3
mobile styling for homepage animations
2018-06-25 12:26:17 -07:00
Jeff Escalante
409bf6301f
add missing images/animations to homepage
2018-06-25 12:26:17 -07:00
Jeff Escalante
99492c1343
segmentation page animations complete
2018-06-25 12:26:16 -07:00
Jeff Escalante
cec1762fa7
discovery page animations working
2018-06-25 12:26:16 -07:00
Jeff Escalante
6da0b41ebd
timing adjustments
2018-06-25 12:26:16 -07:00
Jeff Escalante
dc5185aee2
second animation added, page styles in
2018-06-25 12:26:16 -07:00
Jeff Escalante
0255cb6554
first animation working 🎉
2018-06-25 12:26:16 -07:00
RJ Spiker
c6ce69c519
website - add case studies components with content
2018-06-25 12:26:15 -07:00
RJ Spiker
04804a12d3
website - responsive styling for timeline component
2018-06-25 12:26:15 -07:00
RJ Spiker
849a233908
website - update logo-grid styles, add a bunch of logo assets
2018-06-25 12:26:15 -07:00
RJ Spiker
7b0fcf6b8a
website - use-cases responsive styling
2018-06-25 12:26:15 -07:00
RJ Spiker
85be513e0a
website - some button sizing adjustments, hero and cta-section padding adjustments
2018-06-25 12:26:15 -07:00
RJ Spiker
2aca074128
website - responsive heroes, hero bg bleed into header, header overrides
2018-06-25 12:26:14 -07:00
RJ Spiker
fa8e8964d0
website - responsive styles for ul/li section
2018-06-25 12:26:14 -07:00
RJ Spiker
df7298059a
website - homepage cta section responsive styling
2018-06-25 12:26:14 -07:00
RJ Spiker
feb0426eaf
website - logo-grid responsive updates
2018-06-25 12:26:14 -07:00
RJ Spiker
f434a30511
website - add appropriately sized assets and adjust styles
2018-06-25 12:26:14 -07:00
RJ Spiker
7fa4955545
website - a couple of text-asset component reponsive tweaks
2018-06-25 12:26:13 -07:00
RJ Spiker
e61484c079
website - responsive styling for section and text/asset components
2018-06-25 12:26:13 -07:00
RJ Spiker
9879835fd9
website - some button and section updates, add home hero start
2018-06-25 12:26:13 -07:00
RJ Spiker
dc06877d8f
website - add g-section li styles
2018-06-25 12:26:13 -07:00
RJ Spiker
049ff5babc
website - add second button to hero
2018-06-25 12:26:13 -07:00
RJ Spiker
7c3dca6225
website - cta section and button updates
2018-06-25 12:26:12 -07:00
RJ Spiker
c9226fec35
website - some section component refactoring and adding code samples
2018-06-25 12:26:12 -07:00
RJ Spiker
79e882fce9
website - timeline component font-size adjustment
2018-06-25 12:26:12 -07:00
RJ Spiker
8c99c3258e
website - hero bg image update
2018-06-25 12:26:11 -07:00
RJ Spiker
64218ec7af
initial commit for website upgrade
2018-06-25 12:26:11 -07:00
Jack Pearkes
315cc04536
website: fix a TODO in a page description
2018-06-25 12:26:11 -07:00
Jack Pearkes
36e1dd6ffd
website: note windows support
2018-06-25 12:26:10 -07:00
Kyle Havlovitz
0b5d7277f9
website: fix example config in vault CA docs
2018-06-25 12:26:09 -07:00
Mitchell Hashimoto
4acbe3fdf0
website: add vs. Envoy page
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
e6e984a813
website: address Armon's feedback
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
834137fe55
website: remove redundant "as well"
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
7ad6f7b758
website: address pearkes feedback
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
ec1322a95d
website: address feedback
2018-06-25 12:25:43 -07:00
Mitchell Hashimoto
68826b2b76
website: istio vs. and nomad platform guide
2018-06-25 12:25:43 -07:00
Kyle Havlovitz
b4ef7bb64d
connect/ca: leave blank root key/cert out of the default config (unnecessary)
2018-06-25 12:25:42 -07:00
Kyle Havlovitz
8e028b7dc6
website: add Vault CA provider doc sections
2018-06-25 12:25:42 -07:00
Paul Banks
b562b9f66a
Add proxy telemetry to docs
2018-06-25 12:25:39 -07:00
Mitchell Hashimoto
79778635e8
website: clarify that modifying intentions will not kill the conn
2018-06-25 12:25:37 -07:00
Mitchell Hashimoto
7a1031fdc5
website: clearly note beta for Connect
2018-06-25 12:25:37 -07:00
Thomas Kula
a643ad3c60
website: Fix getting started connect dependent service example
...
* Needs a `port`
* The upstream service is `socat` in the previous example, make
the dependent service section use `socat` consistently throughout
2018-06-25 12:25:13 -07:00
Thomas Kula
89e045ecbc
website: Fix link in connect intentions doc
2018-06-25 12:25:13 -07:00
Thomas Kula
3056cc2825
website: Typo fix in connect intentions doc
2018-06-25 12:25:13 -07:00
Mitchell Hashimoto
e02a5fc2cc
website: fix spacing issue
2018-06-25 12:25:12 -07:00
Mitchell Hashimoto
f92a89b310
website: fix proxies to work via copy/paste
2018-06-25 12:25:11 -07:00
Mitchell Hashimoto
7f83ae1faf
website: document proxy security settings
2018-06-25 12:25:11 -07:00
Mitchell Hashimoto
4b7ca952d6
website: example typo
2018-06-25 12:25:10 -07:00
Mitchell Hashimoto
c809840c90
website: clarify custom proxy integration and custom managed proxies
2018-06-25 12:25:10 -07:00
Paul Banks
12a46cd996
Fix "fail open" wording
...
"fail open" implies that we just allow anything if an agent gets partitioned which is not the right meaning!
2018-06-25 12:25:10 -07:00
Kyle Havlovitz
5d005df8c6
docs: add Connect CA overview
2018-06-25 12:25:10 -07:00
Kyle Havlovitz
860bf825a3
docs: add agent config options for connect/CA
2018-06-25 12:25:10 -07:00
Mitchell Hashimoto
070c91cb23
website: update security model
2018-06-25 12:24:18 -07:00
Mitchell Hashimoto
d1e48b4790
website: clarify namespaces, conflict
2018-06-25 12:24:17 -07:00
Mitchell Hashimoto
fb0a58e682
website: clarify tiebreaker behavior
2018-06-25 12:24:16 -07:00
Mitchell Hashimoto
f6685177f0
website: document the precedence table
2018-06-25 12:24:16 -07:00
Mitchell Hashimoto
1f5398e17c
website: document multi-DC, caching, clarify prepared queries and
...
multi-DC
2018-06-25 12:24:15 -07:00
Mitchell Hashimoto
9ebd27522b
website: fix typo
2018-06-25 12:24:15 -07:00
Mitchell Hashimoto
927b45bf91
agent/config: move ports to `ports` structure, update docs
2018-06-25 12:24:15 -07:00
Mitchell Hashimoto
6ea59241d1
website: address feedback
2018-06-25 12:24:14 -07:00
Mitchell Hashimoto
03131398c4
website: Go native integration with Connect
2018-06-25 12:24:13 -07:00
Mitchell Hashimoto
f522249e6b
website: connect native overview
2018-06-25 12:24:13 -07:00
Mitchell Hashimoto
21f27c1842
website: clarify where constraints go
2018-06-25 12:24:12 -07:00
Mitchell Hashimoto
b55f0641e6
api: support ExecuteConnect
2018-06-25 12:24:12 -07:00
Mitchell Hashimoto
1830c6b308
agent: switch ConnectNative to an embedded struct
2018-06-25 12:24:10 -07:00
Mitchell Hashimoto
1df5d91b39
website: add docs for connect native services API
2018-06-25 12:24:10 -07:00
Mitchell Hashimoto
c95ea2f205
website: remove sergmentation from sidebar
...
we'll move east-west to a "use case" section, didnt' feel right in the
reference docs.
2018-06-25 12:24:06 -07:00
Mitchell Hashimoto
2ffbec0b6b
website: how it works
2018-06-25 12:24:06 -07:00
Mitchell Hashimoto
097856c515
Starting Docs ( #46 )
...
* website: first stab at Connect docs
* website: lots more various stuff (bad commit messages)
* website: getting started page for Connect
* website: intentions
* website: intention APIs
* website: agent API docs
* website: document agent/catalog proxy kind service values
* website: /v1/catalog/connect/:service
* website: intention CLI docs
* website: custom proxy docs
* website: remove dedicated getting started guide
* website: add docs for CA API endpoints
* website: add docs for connect ca commands
* website: add proxy CLI docs
* website: clean up proxy command, add dev docs
* website: todo pages
* website: connect security
2018-06-25 12:24:05 -07:00
Jack Pearkes
4e348d2e59
Merge pull request #4264 from hashicorp/api-warning-compat
...
website: remove backwards compat warning
2018-06-25 11:08:04 -07:00
Jack Pearkes
1e5c55fb21
Merge pull request #4226 from petems/monitoring_doc
...
Adds Monitoring Guide
2018-06-21 13:34:11 -07:00
petems
804cd1a8f3
Adds extra thresholds and aggregates to Telemetry
...
* Thresholds and aggregates of metrics for monitoring in Consul
2018-06-21 20:45:13 +01:00
Jack Pearkes
1a64f9aac3
website: remove backwards compat warning
...
In practice, we strive for compatibility given the usage of the API in the wild, and don't need to make this warning as we once felt we should.
2018-06-21 12:02:16 -07:00
Hannah Oppenheimer
5481c7236e
Update kv docs detail for accuracy
2018-06-21 13:21:26 -05:00
Matt Keeler
585f0e8113
Merge pull request #4150 from hashicorp/topfunky-patch-1
...
Minor clarification of server nodes
2018-06-20 10:55:45 -04:00
Matt Keeler
3afa4f9c7e
Merge pull request #4234 from hashicorp/feature/default-new-ui
...
Switch over to defaulting to the new UI
2018-06-20 09:10:08 -04:00
Matt Keeler
af910bda39
Merge pull request #4216 from hashicorp/rpc-limiting
...
Make RPC limits reloadable
2018-06-20 09:05:28 -04:00
Matt Keeler
0d4e8676d1
Merge pull request #4215 from hashicorp/feature/config-node-meta-dns-txt
...
Add configuration entry to control including TXT records for node meta in DNS responses
2018-06-20 08:53:04 -04:00
Matt Keeler
8216816e3f
Make filtering out TXT RRs only apply when they would end up in Additional section
...
ANY queries are no longer affected.
2018-06-19 10:08:16 -04:00
Omar Khawaja
8f66362770
update encryption doc and add guide for creating certificates ( #4238 )
...
* update encryption doc and add guide for creating certificates in consul with cfssl
* add details about CLI and disabling HTTP
* delete $ symbols and add guide elements
* add missing periods and steps heading
2018-06-18 15:25:35 -04:00
Matt Keeler
197e2f69d5
Switch over to defaulting to the new UI
2018-06-15 09:20:13 -04:00
Guido Iaquinti
e85e63c18c
Client: add metric for failed RPC calls to server
2018-06-13 12:35:45 +01:00
Matt Keeler
08e26d10b8
Merge branch 'master' of github.com:hashicorp/consul into rpc-limiting
...
# Conflicts:
# agent/agent.go
# agent/consul/client.go
2018-06-11 16:11:36 -04:00
Matt Keeler
0f5798f028
Update docs about rpc limits being reloadable
2018-06-11 15:54:55 -04:00
Matt Keeler
6cc0422408
Add configuration entry to control including TXT records for node meta in DNS responses
...
If set to false, the only way to retrieve TXT records for node meta is to specifically query for TXT records.
2018-06-11 11:49:04 -04:00
Matt Keeler
5286b3843d
Put systemd-resolved in backticks
2018-06-05 10:38:42 -04:00
Matt Keeler
316f0ea729
Mention that PTR queries get sent to all resolvers
2018-06-04 13:56:34 -04:00
Matt Keeler
1db6ab6f39
Update DNS forwarding docs to include how to use with systemd-resolved
2018-06-04 13:43:47 -04:00
Jack Pearkes
3bba8b9805
Merge pull request #4169 from rskrishnar/adds-a-link-to-agent-config-options
...
adds link to agent config options from basic.html
2018-06-01 09:25:58 -07:00
Matt Keeler
2dbfa6cd53
Merge pull request #4154 from hashicorp/licensing-docs
...
Add licensing documentation.
2018-06-01 12:20:47 -04:00
Jack Pearkes
cdc66a9a66
Merge pull request #4164 from hashicorp/raft-default-docs
...
website: add raft snapshot setting defaults
2018-06-01 09:06:00 -07:00
Matt Keeler
f3f07967c5
Update docs to describe the 30 minute temp license
2018-05-31 13:58:28 -04:00
Nainterceptor
882f8cea06
Fix given + mandatory fields
2018-05-30 23:03:40 +02:00
RoopSai Krishna
e05c695382
adds link to agent config options from basic.html
2018-05-28 12:47:14 +05:30
Kyle Havlovitz
88311895d4
website: add raft snapshot setting defaults
2018-05-25 16:17:43 -07:00
Jack Pearkes
ee4ec8ed14
Merge pull request #4117 from eduardev/patch-1
...
Update downloads_tools.html.erb
2018-05-25 09:26:34 -07:00
Jack Pearkes
b38c1d3437
Merge pull request #4133 from rskrishnar/add-missing-telemetry
...
add missing metrics to telemetry documentation
2018-05-25 09:25:19 -07:00
Jack Pearkes
1016c4a9c1
Merge pull request #4075 from j-collier/patch-1
...
Update index.html.md build instuctions
2018-05-25 09:16:19 -07:00
Matt Keeler
7c2afd2951
Add licensing documentation.
2018-05-24 10:10:00 -04:00
Geoffrey Grosenbach
071576c0db
Minor clarification of server nodes
...
In **Node Removal** section, clarify that server nodes are being discussed.
2018-05-23 14:59:31 -07:00
phaer
218c05d295
prepared_queryes: put "Near" into "Service"
2018-05-23 10:32:09 +00:00
Preetha
fbef55c1cc
Merge pull request #4127 from pierresouchay/documentation_discovery_max_stale
...
Error in documentation: `discovery_max_stale` is not in `dns_config`
2018-05-16 08:52:21 -05:00
RoopSai Krishna
d0f2db10d0
add missing metrics to telemetry documentation
2018-05-16 16:26:32 +05:30
Geoffrey Grosenbach
3c5a279636
Revert sidebar link to Production Deployment Guide
...
Will be published when it has been reviewed.
2018-05-15 12:47:04 -07:00
Pierre Souchay
c5dfe7b97d
Error in documentation: `discovery_max_stale` is not in `dns_config`
...
Moved the entry at the top level instead of DNS
2018-05-15 14:59:15 +02:00
Geoffrey Grosenbach
8dede720c1
Merge pull request #4113 from hashicorp/doc-production-deployment-guide
...
Production deployment guide
2018-05-14 16:11:57 -07:00
Eduardo Pereira
00de6cfcce
Update downloads_tools.html.erb
2018-05-12 22:30:05 +01:00
Geoffrey Grosenbach
0c8e77b2a5
Consul production deployment guide
2018-05-11 19:30:13 -07:00
Jack Pearkes
f496b697ae
website: fix broken link
2018-05-11 12:22:55 -07:00
Matt Keeler
cc6b9e7c8f
Publish 1.1.0 release on the website
2018-05-11 15:18:46 -04:00
Preetha Appan
ca67094619
Change default raft threshold config values and add a section to upgrade notes
2018-05-11 10:45:41 -05:00
Preetha Appan
3ff5fd6ec5
More docs and removed SnapShotInterval from raft timing struct stanza
2018-05-11 10:43:24 -05:00
Preetha Appan
d721da7b67
Also make snapshot interval configurable
2018-05-11 10:43:24 -05:00
Preetha Appan
66f31cd25a
Make raft snapshot commit threshold configurable
2018-05-11 10:43:24 -05:00
Geoffrey Grosenbach
660673f831
WIP Edits to Consul production deployment guide
2018-05-10 18:18:08 -07:00
Geoffrey Grosenbach
4b528b10a5
WIP Sidebar menu for Consul Deployment Guide
2018-05-10 17:48:04 -07:00
Geoffrey Grosenbach
0fa62a8e3c
WIP Consul deployment guide
2018-05-10 17:47:44 -07:00
Kyle Havlovitz
876d251b95
Merge pull request #4108 from hashicorp/vendor-go-discover
...
Update go-discover and add triton provider
2018-05-10 17:29:00 -07:00
Kyle Havlovitz
48560848fc
Move cloud auto-join docs to a separate page and add Triton
2018-05-10 17:15:41 -07:00
Jack Pearkes
291e8b83ae
Merge pull request #4097 from hashicorp/remove-deprecated
...
Remove deprecated check/service fields and metric names
2018-05-10 15:45:49 -07:00
Jack Pearkes
a8208ec062
website: formatting and link to deprecation notice from 1.0
2018-05-10 15:33:30 -07:00
Hannah Oppenheimer
f4c0ce8220
Directions for using the new Consul UI
2018-05-10 15:57:24 -05:00
Jack Pearkes
ea0bd741a2
Merge pull request #4104 from cocaccola/patch-1
...
Update faq.html.md
2018-05-10 10:16:44 -07:00
Cameron
c109d37b76
Update faq.html.md
...
fixed typo
2018-05-10 11:24:06 -04:00
Paul Banks
e6771260a0
Update config docs with places sockaddr is supported
2018-05-10 14:56:48 +01:00
Kyle Havlovitz
274e5a2c7e
Add a note about removals to the version upgrade docs
2018-05-09 15:54:08 -07:00
Jeff Kohrman
e7a9cdbc99
Add link to privacy policy in website footer
...
Added link to updated privacy policy in footer of `layout.erb` for the OSS website.
2018-05-09 12:12:05 -06:00
Kyle Havlovitz
ba3971d2c1
Remove deprecated metric names
2018-05-08 16:23:15 -07:00
Kyle Havlovitz
b73323aa42
Remove the script field from checks in favor of args
2018-05-08 15:31:53 -07:00
Kyle Havlovitz
cc214d45b6
Remove support for EnableTagOverride in config files
2018-05-07 16:19:13 -07:00
Kyle Havlovitz
6461087c25
Remove support for CheckID field in service check definitions
2018-05-07 16:15:08 -07:00
Justin Collier
9a7e223858
Update index.html.md
...
Corrects the bootstrap command.
2018-05-04 12:46:24 -05:00
Justin Collier
6113377967
Update index.html.md build instuctions
...
No target for `$ make bootstrap` currently exists. If building from source you have to run `$ make` and then `$ make dev` to install one of the built binaries that is appropriate for your system.
2018-05-01 21:52:11 -05:00
Jeff Escalante
487d94a966
resolve fout issue
2018-04-27 17:10:55 -04:00
Jack Pearkes
945d65a3d8
Merge pull request #4052 from hashicorp/je.remove-turbolinks
...
Turbolinks adjustments
2018-04-27 08:35:47 -07:00
Paul Banks
c8db140ff7
Merge pull request #4047 from pierresouchay/added_missing_meta_in_service_definition
...
[BUGFIX] Added Service Meta support in configuration files
2018-04-25 13:08:53 +01:00
Pierre Souchay
208566d541
Changed a bit doc
...
(Fighting with Travis)
2018-04-24 22:55:39 +02:00
Pierre Souchay
7e0d6f57e9
Improved documentation
2018-04-24 22:40:41 +02:00
Pierre Souchay
4c1ddbd0d5
Added documentation for meta
2018-04-24 21:56:35 +02:00
Paul Banks
4de68fcb4b
Merge pull request #4016 from pierresouchay/support_for_prometheus
...
Support for prometheus for metrics endpoint
2018-04-24 16:14:43 +01:00
Jeff Escalante
08e980e6e8
adjust analytics and scripts for turbolinks
2018-04-23 13:05:39 -04:00
Jack Pearkes
9dff3b3a2c
Merge pull request #4035 from hashicorp/website-description-default
...
website: set a default page description
2018-04-20 08:25:11 -07:00
Patrick DeVivo
a0263ff46a
Add consul-kv-json ( #4050 )
...
* Add consul-kv-json to community tools
* alphabetize
2018-04-19 16:23:47 -05:00
Pierre Souchay
f4309790ca
gem, not GEM + Added information about process management
2018-04-19 00:21:30 +02:00
Pierre Souchay
f948677a5f
Add consul-templaterb to community tools
2018-04-18 19:17:58 +02:00
Jack Pearkes
1cf3b40472
website: set a default page description
...
This is related to the updated unfurling behavior, see
https://github.com/hashicorp/terraform-website/pull/242 .
2018-04-16 14:23:09 -07:00
Jack Pearkes
a8a056fd11
website: fix a broken link
2018-04-13 10:33:29 -07:00
Jack Pearkes
954d624103
website: bump version of middleman used in packer build
2018-04-13 10:29:50 -07:00
Kyle Havlovitz
2b44718d29
Update website to download version 1.0.7
2018-04-13 10:25:40 -07:00
Kyle Havlovitz
adb9e030ec
Update middleman docker image to 0.3.35
2018-04-13 09:22:12 -07:00
Jack Pearkes
f489385a96
update middleman-hashicorp to 0.3.35
2018-04-13 09:11:32 -07:00
Matt Keeler
d926679278
Merge pull request #4023 from hashicorp/f-near-ip
...
Add near=_ip support for prepared queries
2018-04-12 12:10:48 -04:00
Matt Keeler
0619efc254
GH-3798: More PR Updates
...
Update docs a little
Update/add tests. Make sure all the various ways of determining the source IP work
Update X-Forwarded-For header parsing. This can be a comma separated list with the first element being the original IP so we now handle csv data there.
Got rid of error return from sourceAddrFromRequest
2018-04-12 10:40:46 -04:00
Matt Keeler
cec8d5145b
GH-3798: A few more PR updates
2018-04-11 20:32:35 -04:00
Matt Keeler
d065d3a6db
GH-3798: Updates for PR
...
Allow DNS peer IP as the source IP.
Break early when the right node was found for executing the preapred query.
Update docs
2018-04-11 17:02:04 -04:00
Jack Pearkes
cc454356bf
Merge pull request #3950 from hashicorp/je.segment
...
Switch web analytics to segment
2018-04-11 11:13:15 -07:00
Matt Keeler
8830b1a9fa
GH-3798: Update prepared query documentation to mention the near=_ip param
2018-04-11 10:34:13 -04:00
Paul Banks
0d8993e338
Allow ignoring checks by ID when defining a PreparedQuery. Fixes #3727 .
2018-04-10 14:04:16 +01:00
Pierre Souchay
a680c8e91b
Clearer documentation and comments for enabling Prometheus support
2018-04-09 13:16:45 +02:00
Jeff Escalante
da1f3f6213
switch analytics from ga to segment
2018-04-06 18:08:00 -04:00
Jack Pearkes
464bad03cb
Merge pull request #4005 from hashicorp/og-image
...
website: use a smaller og image for unfurling / expansion behavior
2018-04-06 10:35:14 -07:00
Pierre Souchay
39bd2b78e6
Added documentation for telemetry{ prometheus_retention_time = duration }
2018-04-06 14:50:03 +02:00
Vyacheslav Karbovnichy
cfe17bf7e3
website: Add description what the "recent events" means
...
According to this answer on SO https://stackoverflow.com/a/49495985/1875339
that has references to code lines:
94835a2715/agent/agent.go (L221)
94835a2715/agent/user_event.go (L229)
94835a2715/agent/user_event.go (L235)
2018-04-02 14:57:04 +04:00
Jack Pearkes
ff13fdb328
website: use a smaller og image for unfurling / expansion behavior
...
Currently the large image can load in Slack (or other
clients that expand links) and dominate the viewport.
This is just following the pattern from a recent
change to the Terraform website in https://github.com/hashicorp/terraform-website/pull/214
2018-03-30 17:19:21 -07:00
Preetha
a67d27c756
Adds discovery_max_stale ( #4004 )
...
Adds a new option to allow service discovery endpoints to return stale results if configured at the agent level.
2018-03-30 10:14:44 -05:00
Preetha
1609b2c6b7
Merge pull request #3994 from hashicorp/f-rename-servicemeta
...
Renames agent API layer for service metadata to "meta" for consistency
2018-03-29 14:07:57 -05:00
Jack Pearkes
e65f66ac07
website: document and warn users about disabling serf_wan port
...
See https://github.com/hashicorp/consul/pull/3984 for more.
This also fixes a link to a heading that existed twice in the document.
2018-03-29 08:19:21 -07:00
Hannah Oppenheimer
b9a691b05f
Merge pull request #3991 from hashicorp/community-organization
...
Alphabetizing community tools list
2018-03-28 11:36:02 -05:00
Preetha Appan
c7581d68c6
Renames agent API layer for service metadata to "meta" for consistency
2018-03-28 09:04:50 -05:00
Preetha
daa61c5803
Merge pull request #3881 from pierresouchay/service_metadata
...
Feature Request: Support key-value attributes for services
2018-03-27 16:33:57 -05:00
Jack Pearkes
c862148ea2
Merge pull request #3927 from hashicorp/docs-encrypt-key-note
...
Docs: Clarify encrypt key for WAN joined DCs
2018-03-22 14:16:02 -07:00
Hannah Oppenheimer
996297033d
Alphabetizing community tools list
2018-03-22 12:36:42 -05:00
Jack Pearkes
559d35156a
Merge pull request #3929 from sryabkov/patch-1
...
Highlighting the dead link in documentation
2018-03-19 16:00:32 -07:00
Josh Soref
94835a2715
Spelling ( #3958 )
...
* spelling: another
* spelling: autopilot
* spelling: beginning
* spelling: circonus
* spelling: default
* spelling: definition
* spelling: distance
* spelling: encountered
* spelling: enterprise
* spelling: expands
* spelling: exits
* spelling: formatting
* spelling: health
* spelling: hierarchy
* spelling: imposed
* spelling: independence
* spelling: inspect
* spelling: last
* spelling: latest
* spelling: client
* spelling: message
* spelling: minimum
* spelling: notify
* spelling: nonexistent
* spelling: operator
* spelling: payload
* spelling: preceded
* spelling: prepared
* spelling: programmatically
* spelling: required
* spelling: reconcile
* spelling: responses
* spelling: request
* spelling: response
* spelling: results
* spelling: retrieve
* spelling: service
* spelling: significantly
* spelling: specifies
* spelling: supported
* spelling: synchronization
* spelling: synchronous
* spelling: themselves
* spelling: unexpected
* spelling: validations
* spelling: value
2018-03-19 16:56:00 +00:00
Paul Banks
8871ad130d
Merge pull request #3961 from canterberry/docs/tls-cipher-suites
...
📝 Clarify the list of supported TLS cipher suites
2018-03-19 16:51:14 +00:00
Paul Banks
37c07b3cac
Use master
2018-03-19 16:50:52 +00:00
Devin Canterberry
961aea97fe
📝 Prefer brevity at the cost of some ambiguity
2018-03-15 10:25:27 -07:00
Devin Canterberry
1db58de366
⤵️ Merge from `master`; no conflicts
2018-03-15 09:13:01 -07:00
Jack Pearkes
6fb94ff40a
website: clarify where ACL token is set in the UI
2018-03-14 16:50:04 -07:00
Jack Pearkes
c66628a06f
website: add section on securing the UI with ACLs
...
Figured it would be worth documenting due to #3931 .
2018-03-14 16:46:04 -07:00
Jack Pearkes
652e821511
Merge pull request #3884 from rberlind/master
...
Updated Stale Reads section of DNS Caching Guide
2018-03-13 16:56:58 -07:00
Jack Pearkes
101e1d030e
Merge pull request #3952 from slopeinsb/patch-1
...
Update index.html.md
2018-03-13 16:07:10 -07:00
Devin Canterberry
84d650cc4a
📝 Clarify the list of supported TLS cipher suites
...
Previously, the documentation linked to Golang's source code, which
can drift from the list of cipher suites supported by Consul. Consul
has a hard-coded mapping of string values to Golang cipher suites, so
this is a more direct source of truth to help users understand which
string values are accepted in the `tls_cipher_suites` configuration
value.
2018-03-13 09:25:03 -07:00
Preetha
3ed071b4a6
Merge pull request #3946 from hashicorp/je.fixes
...
Small Adjustments
2018-03-13 11:15:50 -05:00
randall thomson
3b1a2af8f1
Update index.html.md
...
update cli commands for consul 1.x
2018-03-09 09:46:37 -08:00
Preetha
251cdb9c24
Some tweaks to the documentation for a_record_limit
2018-03-08 11:23:07 -06:00
Pierre Souchay
57310a6446
Updated documentation as requested by @preetapan
2018-03-08 18:02:40 +01:00
Jeff Escalante
760b4ff72f
update to latest middleman-hashicorp
...
this includes minor text fixes for the universal nav
2018-03-06 16:37:58 -05:00
Jeff Escalante
f9a41e290d
First instance of 'Consul' on homepage -> 'HashiCorp Consul'
2018-03-06 16:37:47 -05:00
Sergei Ryabkov
82d195b695
Highlighting the dead link
...
I am proposing to remove a dead link (https://atlas.hashicorp.com/help/consul/alternatives ). If the page has moved and the new location is known, it would be of course better to update the link.
2018-03-02 18:22:19 -05:00
Paul Banks
257ad520f2
Merge pull request #3928 from hashicorp/service-token-docs
...
Notes on ACL token storage and permissions
2018-03-02 16:28:56 +00:00
Paul Banks
9a47449c6d
Merge pull request #3899 from pierresouchay/fix_blocking_queries_index
...
Services Indexes modified per service instead of using a global Index
2018-03-02 16:24:43 +00:00
Paul Banks
c57451a414
Notes on ACL token storage and permissions
2018-03-02 16:22:12 +00:00
Paul Banks
e833b535a6
Notes on ACL token storage and permissions
2018-03-02 16:20:11 +00:00
Brian Shumate
6d92c28c5c
Clarify encrypt key for WAN joined DCs
2018-03-02 10:41:09 -05:00
Pierre Souchay
7b81e2c3ad
Better information and advices for upgrade to 1.0.7+
2018-03-02 09:08:00 +01:00
Pierre Souchay
360dc1dd8d
Simplified error handling for maxIndexForService
...
* added unit tests to ensure service index is properly garbage collected
* added Upgrade from Version 1.0.6 to higher section in documentation
2018-03-01 14:09:36 +01:00
Jack Pearkes
10f3eb623a
website: override automatic linking of list items for softlayer dc
...
This avoids a conflict with #datacenter later on the page. We're mixing
histroic manually specified anchors with generated anchors (via
redcarpet / middleman-hashicorp) so we have to manually override the
automatic generation here.
I was tempted to rewrite the old manual anchors to use the automatic
generation, but there is no way to maintain backwards compatibility,
so will leave that for a time when it is appropriate for us to break
links (or redirect them, etc).
Fixes #3916
2018-02-27 10:53:12 -08:00
Kyle Havlovitz
5956e778db
Add a link to the leader election guide in the lock API docs
2018-02-22 15:57:46 -08:00
Paul Banks
a216d136fe
Fix a couple of minor typos found in docs.
2018-02-13 16:21:12 +00:00
Roger Berlind
bad4f2f404
Updated Stale Reads section of DNS Caching Guide
...
I updated the content based on discussion with James Phillips in #team-connect on 2/8/2018.
2018-02-12 11:26:10 -05:00
Tomáš Bedřich
e4792dbbee
Update check script exit code explanation ( #3882 )
...
Change misleading formulation which might imply, that any non-zero code is enough to mark check as failing.
(https://www.consul.io/docs/agent/checks.html#check-scripts )
2018-02-11 08:30:40 -06:00
Pierre Souchay
6022c7a209
Added ServiceMeta documentation in website source
2018-02-11 14:12:41 +01:00
Kyle Havlovitz
c3e94970a0
Add gRPC fields to client api and agent check endpoint docs
2018-02-09 16:02:27 -08:00
Preetha Appan
707c5c7204
Updates download version to 1.0.6
2018-02-09 12:21:18 -06:00
Kyle Havlovitz
f80cebaef3
Bump download version to 1.0.5
2018-02-07 12:50:12 -08:00
James Phillips
e5d76d6af4
Rolls back to 1.0.3 release for downloads.
2018-02-06 16:56:15 -08:00
Preetha Appan
93970e4c20
Update version for downloads
2018-02-06 15:48:59 -06:00
Kyle Havlovitz
f6ecaa4a1c
Add enterprise default config section
2018-02-05 13:33:59 -08:00
James Phillips
e748c63fff
Merge pull request #3855 from hashicorp/pr-3782-slackpad
...
Adds support for gRPC health checks.
2018-02-02 17:57:27 -08:00
James Phillips
49772f93bb
Adds documentation for gRPC health checks.
2018-02-02 17:53:49 -08:00
Preetha
6d969d372b
Clarification around locking ( #3853 )
2018-02-01 14:08:06 -06:00
Yoann Fouquet
8d01a61cb5
Adjust link to Java HTTP API
...
OrbitzWorldwide/consul-client has moved to rickfast/consul-client.
2018-01-26 17:31:18 +01:00
James Phillips
eb76306316
Merge pull request #3833 from szemek/curl-binary
...
Documentation KV Create/upload key, upload binary data or file with line breaks via curl
2018-01-25 13:15:59 -08:00
James Phillips
ab4ad0dcaf
Bumps to latest middleman-hashicorp version.
2018-01-24 09:32:45 -08:00
James Phillips
1072f6a9de
Bumps website Consul version to 1.0.3.
2018-01-24 07:20:00 -08:00
Przemysław Dąbek
53af1f528f
Update kv.html.md
2018-01-24 11:55:17 +01:00
Jim Kalafut
cedc7e6119
Fix broken link to SWIM paper
2018-01-21 17:41:58 -08:00
James Phillips
d93eb3659c
Updates configuration docs for Azure VMSS support.
2018-01-19 16:37:22 -08:00
James Phillips
410e96108a
Update external.html.md
2018-01-12 13:23:16 -08:00
James Phillips
9509aa6c4b
Adds the NodeID field back to the /v1/agent/self Config block.
...
Fixes #3778
2018-01-10 15:17:54 -08:00
James Phillips
6c3cce19fa
Merge pull request #3787 from kopaka/patch-2
...
Corrected word order sequence
2018-01-08 18:10:48 -08:00
James Phillips
cfdc0f5064
Updates website Ruby gems to get newer nokogiri.
2018-01-08 18:08:42 -08:00
Scott Pynn
0715ae968d
Corrected word order sequence
...
Also removed a couple of extraneous spaces.
2018-01-08 12:02:10 -05:00
James Cunningham
8dfe140501
fix dead telemetry prefix filter link
2018-01-05 15:19:33 -07:00
James Phillips
10ff52c21c
Merge pull request #3765 from diptanu/f-agent-telemetry
...
Added telemetry around Catalog APIs
2018-01-04 18:56:26 -08:00
Chad Whitacre
7dbe5654c7
Fix some small doc errors
2018-01-04 16:44:07 -05:00
James Phillips
96b47875ad
Merge pull request #3770 from akrymets/patch-1
...
Update checks.html.md
2018-01-03 18:32:53 -08:00
James Phillips
584a136906
Update checks.html.md
2018-01-03 18:32:42 -08:00
James Phillips
10ac6a9f98
Merge pull request #3775 from bagerard/fix_doc
...
fix in documentation
2018-01-03 13:42:39 -08:00
RS Krishna
88a73bd3e7
add missing Port description in register service doc
2017-12-31 22:10:35 +05:30
Bastien Gérard
967a1de1ed
fix in documentation
2017-12-31 09:48:16 +01:00
Andrii Krymets
5131201736
Update checks.html.md
...
1. Replace deprecated "script" option with "args" in check definition examples
(Not sure in correctness of arguments splitting)
2017-12-27 17:23:29 +02:00
Diptanu Choudhury
3858317ac9
Updated docs
2017-12-21 20:37:13 -08:00
Diptanu Choudhury
7f28391cbf
Added docs
2017-12-21 16:58:39 -08:00
James Phillips
ec423f1459
Update community.html.erb
2017-12-19 20:57:42 -08:00
James Phillips
7ed8c82bef
Bumps website version to 1.0.2.
2017-12-15 07:31:58 -08:00
James Phillips
e0dd7cc152
Merge pull request #3740 from yfouquet/issue_3709
...
Update documentation for "serf_lan_bind" and "serf_wan_bind"
2017-12-14 17:49:38 -08:00
James Phillips
49836801ac
Merge pull request #3749 from tjcelaya/rpc-warning-datacenter-guide
...
Clarify RPC listen address usage in Basic WAN guide
2017-12-14 17:46:09 -08:00
Tomas Celaya
36ea244ced
Include a warning about the interaction between `translate_wan_addrs` and `bind_addr` in the Basic WAN guide.
2017-12-14 13:12:04 -08:00
Yoann Fouquet
715dd744ff
Update documentation for "serf_lan_bind" and "serf_wan_bind"
...
These was spotted in issue #3709 .
These two configuration elements were renamed "serf_lan" and "serf_wan" in commit 12216583a1
Update documentation to fit the new code.
Note that flags "-serf-lan-bind" and "-serf-wan-bind" were not renamed.
2017-12-12 13:55:19 +01:00
Yoann Fouquet
16cc432c7a
Adjust documentation for service tags of checks
...
Add some missing ServiceTags.
Replace null ServiceTags by empty list (ServiceTags cannot be null).
2017-12-12 13:39:37 +01:00
youngjl1
137d73fd9d
Name correction in documentation
2017-12-10 10:26:02 -05:00
Ivan Smirnov
db1623c44f
Fix syntax error.
...
Running consul 1.0.0, 'consul operator raft' requires 'list-peers' rather than '-list-peers'
2017-11-20 20:17:20 -08:00
James Phillips
9f8c9cf95c
Bumps website version to 1.0.1.
2017-11-20 14:19:46 -08:00
James Phillips
b4d19abb7c
Adds a version note about rolling updates.
2017-11-20 12:01:23 -08:00
Amit Saha
0f53ae9a82
Update documentation for `tag` filter
2017-11-17 14:20:30 +11:00
James Phillips
93f68555d0
Adds enable_agent_tls_for_checks configuration option which allows ( #3661 )
...
HTTP health checks for services requiring 2-way TLS to be checked
using the agent's credentials.
2017-11-07 18:22:09 -08:00
James Phillips
d85dfffcae
Update atlas.html.md
2017-11-02 14:16:47 -07:00
Kyle Havlovitz
d3dd2b1402
Move check definition to a sub-struct
2017-11-01 14:54:46 -07:00
Kyle Havlovitz
dbab3cd5f6
Merge branch 'master' into esm-changes
2017-11-01 11:37:48 -07:00
Kyle Havlovitz
c4375d5a47
Merge pull request #3622 from hashicorp/coordinate-node-endpoint
...
agent: add /v1/coordianate/node/:node endpoint
2017-11-01 11:35:50 -07:00
James Phillips
c488b870b6
Update coordinates.html.md
2017-10-31 21:23:51 -07:00
Kyle Havlovitz
b0536a96cc
Fill out the tests around coordinate/node functionality
2017-10-31 15:36:44 -07:00
Frank Schröder
874e350b2f
config: add -config-format option ( #3626 )
...
* config: refactor ReadPath(s) methods without side-effects
Return the sources instead of modifying the state.
* config: clean data dir before every test
* config: add tests for config-file and config-dir
* config: add -config-format option
Starting with Consul 1.0 all config files must have a '.json' or '.hcl'
extension to make it unambigous how the data should be parsed. Some
automation tools generate temporary files by appending a random string
to the generated file which obfuscates the extension and prevents the
file type detection.
This patch adds a -config-format option which can be used to override
the auto-detection behavior by forcing all config files or all files
within a config directory independent of their extension to be
interpreted as of this format.
Fixes #3620
2017-10-31 17:30:01 -05:00
Frank Schröder
a052255f86
vendor: update go-discover ( #3634 )
...
* vendor: update go-discover
Pull in providers:
* Aliyun (Alibaba Cloud)
* Digital Ocean
* OpenStack (os)
* Scaleway
* doc: use ... instead of xxx
* doc: strip trailing whitespace
* doc: add docs for aliyun, digitalocean, os and scaleway
* agent: fix test
2017-10-31 17:03:54 -05:00
Kyle Havlovitz
a8c808aee5
Add docs for the coordinate update endpoint
2017-10-26 20:17:46 -07:00
Frank Schroeder
ca9aac746f
agent: add /v1/coordianate/node/:node endpoint
...
This patch adds a /v1/coordinate/node/:node endpoint to get the network
coordinates for a single node in the network.
Since Consul Enterprise supports network segments it is still possible
to receive mutiple entries for a single node - one per segment.
2017-10-26 14:24:42 +02:00
James Phillips
a11c277f75
Changes "ip" to "IP".
2017-10-23 12:34:43 +02:00
Frank Schroeder
81917ee675
Merge pull request #3600 from hashicorp/support-go-sockaddr-for-dns-recursors
...
DNS recursors can be added through go-sockaddr templates. Entries
are deduplicated while the order is maintained.
Originally proposed by @taylorchu
See #2932
2017-10-23 10:45:36 +02:00
Frank Schroeder
0ca94055c4
Revert "doc: update docs for dns recursor go-sockaddr templates"
...
This reverts commit 6d4a57aedc
.
2017-10-23 10:08:35 +02:00
Frank Schroeder
42563dc73f
Revert "doc: address review comment"
...
This reverts commit 6ba9690e81
.
2017-10-23 10:08:35 +02:00
Frank Schroeder
703be5a219
Revert "Changes "ip" to "IP"."
...
This reverts commit dca5dcb68c
.
2017-10-23 10:08:35 +02:00
James Phillips
dca5dcb68c
Changes "ip" to "IP".
2017-10-23 08:01:25 +02:00
Frank Schroeder
6ba9690e81
doc: address review comment
2017-10-23 08:01:25 +02:00
Frank Schroeder
6d4a57aedc
doc: update docs for dns recursor go-sockaddr templates
2017-10-23 08:01:25 +02:00
James Phillips
3ab8b50133
Tweaks watch docs.
2017-10-21 20:09:37 -07:00
preetapan
bed69cefb2
Update watches.html.md
2017-10-21 20:59:47 -05:00
Preetha Appan
28a3901f10
Small grammar correction
2017-10-21 20:55:15 -05:00
Preetha Appan
cdb5f8c3c9
Improve HTTP handler documentation
2017-10-21 20:51:37 -05:00
Hadar Greinsmark
7e1a860978
Implement HTTP Watch handler ( #3413 )
...
Implement HTTP Watch handler
2017-10-21 20:39:09 -05:00
Frank Schroeder
8ad8331f7d
doc: address review comment
2017-10-20 20:06:33 +02:00
Frank Schroeder
2122f16a69
doc: update docs for dns recursor go-sockaddr templates
2017-10-20 15:51:49 +02:00
Johan Brandhorst
4ebdff30ef
Fixed indentation in Script + Interval
...
Remove newlines which were causing the text to not be rendered under the intended bullet point.
2017-10-20 14:02:31 +02:00
James Phillips
ecee15b466
Updates documentation for consul validate.
...
This makes it clear that you need to pass the full configuration,
and that the command won't work with config fragments.
Closes #3591
2017-10-19 18:59:05 -07:00
Preetha Appan
18ccd3a80b
Documentation update for KMS support
2017-10-19 11:39:14 -05:00