Matt Keeler
c723ba09d5
Update CHANGELOG.md
2019-01-03 10:41:33 -05:00
Boris Popovschi
8831b043ab
Fixed gziping function for debug archive ( #5184 )
2019-01-03 10:39:58 -05:00
Tayyab Talha
87763ac96b
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
Hans Hasselberg
0f95517cc0
Update CHANGELOG.md
2019-01-03 12:47:40 +01:00
Rebecca Zanzig
3833f49a7b
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
Paul Banks
494a0bec68
Update CHANGELOG.md
2018-12-20 12:47:36 +00:00
kaitlincarter-hc
fb8270232a
removed an extra period that messed up formatting ( #5120 )
2018-12-19 18:12:43 -06:00
kaitlincarter-hc
9b38ef2c87
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
1bb95a1dc7
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
1a520d65b4
Builtin tls helper ( #5078 )
...
* command: add tls subcommand
* website: update docs and guide
2018-12-19 09:22:49 +01:00
Jack Pearkes
1237bf5d11
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
1f05af4fdc
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
Hans Hasselberg
03d7406fa5
ui: serve /robots.txt when UI is enabled. ( #5089 )
...
* serve /robots.txt
* robots.txt: disallow everything
2018-12-17 19:35:03 +01:00
Hans Hasselberg
d7e96cd4ae
agent: honor when ca is set but verify_outgoing is disabled ( #4826 )
...
* honor when verify_outgoing is false but ca is set
* Remove code that exists only for tests
* fix formatting
2018-12-17 09:56:18 -08:00
kaitlincarter-hc
3f40af540f
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
7ec74a46cd
fix typo ( #5099 )
...
encourge -> encourage
2018-12-17 08:56:55 -06:00
Alvin Huang
7dfc32d1c4
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
5b6d58dd0f
Added consul-bench tool to list of community tools ( #5010 )
...
Put consul-bench in aphabetical order
2018-12-12 12:10:57 -08:00
Pierre Souchay
61870be137
[Travis][UnstableTests] Fixed unstable tests in travis ( #5013 )
...
* [Travis][UnstableTests] Fixed unstable tests in travis as seen in https://travis-ci.org/hashicorp/consul/jobs/460824602
* Fixed unstable tests in https://travis-ci.org/hashicorp/consul/jobs/460857687
2018-12-12 12:09:42 -08:00
kaitlincarter-hc
0b4ed6ea6e
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
21c69d7304
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
965b6efaaa
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
f2f2259cd2
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
9aef35c0d4
Merge pull request #5072 from hashicorp/docs/helm-clusterip-support
...
Add documentation about the new ClusterIP syncing
2018-12-07 17:20:44 -08:00
Rebecca Zanzig
37cf3d35c5
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
10c5b84a64
change depth to prefix
2018-12-07 14:57:00 -05:00
Kyle Havlovitz
ffc3f3faac
Update CHANGELOG.md
2018-12-07 09:10:23 -08:00
Kyle Havlovitz
98bbb2d345
Merge pull request #5061 from hashicorp/blank-ca-fix
...
connect/ca: prevent blank CA config in snapshot
2018-12-07 09:08:52 -08:00
Jack Pearkes
48b50d3cca
Update CHANGELOG.md
2018-12-06 19:15:44 -08:00
Kyle Havlovitz
e7946197b8
connect/ca: prevent blank CA config in snapshot
...
This PR both prevents a blank CA config from being written out to
a snapshot and allows Consul to gracefully recover from a snapshot
with an invalid CA config.
Fixes #4954 .
2018-12-06 17:40:53 -08:00
Jack Pearkes
9d170164e4
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
18d2269ca2
Docs: clarify output vs notes
...
fixup
2018-12-06 11:25:57 -06:00
Alvin Huang
0e35b10683
clarify how `separator` should be in CLI and API
2018-12-06 10:59:43 -05:00
danielehc
7a20d2b679
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
26352d022e
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
John Cowen
741ae50c9b
ui: Correctly escape an inline svg icon ( #5032 )
2018-12-04 17:02:59 +00:00
Stenio Ferreira
3306aa6535
Fixed typos in autopilot doc ( #5051 )
2018-12-04 07:52:30 -08:00
Jack Pearkes
1ac264e666
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
John Cowen
b33c361f53
ui: Add AWS external-source icon ( #5030 )
2018-11-30 09:59:02 +00:00
Geoffrey Grosenbach
13fcb1b81e
Merge branch 'doc-intro-learn-url'
2018-11-29 13:43:29 -08:00
Geoffrey Grosenbach
7a0de19f98
Corrects you/your and camelcasing of "GitHub" ( #5018 )
2018-11-29 13:41:22 -08:00
Hans Hasselberg
51090ef213
website: capitalize headline ( #5024 )
2018-11-29 22:39:50 +01:00
Jack Pearkes
5f55d8809b
website: clarify uuid format ( #5014 )
2018-11-29 13:23:58 -08:00
Jack Pearkes
c8965c840d
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
741e8647a2
Updates to DNS Caching Guide ( #5001 )
...
* Updates to DNS Caching Guide
* Spelling and grammar
2018-11-29 08:08:44 -08:00
R.B. Boyer
c86eff8859
agent: remove some stray fmt.Print* calls ( #5015 )
2018-11-29 09:45:51 -06:00
Geoffrey Grosenbach
b9b16c22dc
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
9a849faeb8
Update security notices around script checks
2018-11-27 17:15:17 +00:00
Paul Banks
f728e413d1
Update CHANGELOG.md
2018-11-27 17:11:17 +00:00
kaitlincarter-hc
7fa1a97da0
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