Freddy
3fe3b3e6dc
Clarify -log-rotate-duration string format and default value
2019-04-19 14:07:18 -06:00
Alvin Huang
ad36886f90
Remove old redirects file ( #5688 )
...
* add directions on how to update the redirects file
* remove old redirects file
2019-04-18 16:47:09 -04:00
Matt Keeler
032d299072
Add missing token field in the service definition in the docs ( #5685 )
...
Fixes #5684
2019-04-18 16:05:51 -04:00
Heechul Ryu
66f0e4a2c7
Update consul-containers.html.md ( #5645 )
...
To reflect the most recent version
2019-04-18 10:35:21 -05:00
joelcollin
9ca16fcad5
Fixed minor typos. ( #5681 )
2019-04-18 10:24:19 -05:00
kaitlincarter-hc
66a49e60ea
[docs] Leader Election Guide Updates ( #5654 )
...
* Updating the Leader Election guide.
* Update website/source/docs/guides/leader-election.html.md
* updating key name
* Update website/source/docs/guides/leader-election.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
* Update website/source/docs/guides/leader-election.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-17 16:16:15 -05:00
kaitlincarter-hc
5c3d3dd894
Updating network connectivity section based on feedback from Pavani. ( #5612 )
2019-04-17 16:12:30 -05:00
kaitlincarter-hc
59c0174de5
[docs] Geo Failover ( #5641 )
...
* Updated the headers, code snippets, and some language.
* Update website/source/docs/guides/geo-failover.html.md
* Changed banking-app to payments
* Update website/source/docs/guides/geo-failover.html.md
Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com>
2019-04-17 13:27:57 -05:00
kaitlincarter-hc
7dcc727b4d
[docs] Server Performance ( #5627 )
...
* Moving server performance guide to docs.
* fixing broken links
* updating broken link
* fixing broken links
2019-04-17 13:17:12 -05:00
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