Kyle Havlovitz
62f72f104c
Add settings for upshifting to encrypted gossip ( #3079 )
2017-05-30 08:51:37 -07:00
Michael Leow
deb206b7d7
agent: add RetryJoin support for Azure
...
Pull #2978 from leowmjw/develop
Resolves #2978
2017-05-24 10:15:38 +02:00
Scott Pynn
ce67c61f9f
Spelling Error
...
`Sample Respons` should be `Sample Response`.
2017-05-19 15:15:27 -04:00
Frank Schroeder
df91388b7b
website: rename *.markdown to *.md
2017-05-17 20:25:45 +02:00
Frank Schroeder
ba8b438abd
website: fix typo
2017-05-17 20:22:00 +02:00
Frank Schroeder
8ad66f4bea
agent: support custom check id and name
...
This patch adds support for a custom check id and name when
registering a service.
This is achieved by adding a CheckID and a Name field to the
CheckType structure which is used to register checks with a
service and when returning health check definitions.
CheckDefinition is a superset of CheckType which duplicates
some of the fields of CheckType. This patch decouples these
two structures by removing the embedding of CheckType in
CheckDefinition.
Fixes #3047
2017-05-17 20:17:08 +02:00
James Phillips
b59d40d026
Bumps website download link to 0.8.3.
2017-05-12 08:17:56 -07:00
Kyle Havlovitz
5bab68b9bb
Add a path for transitioning to TLS on an existing cluster ( #3001 )
...
Fixes #1705
2017-05-10 14:25:48 -07:00
James Phillips
d3f4c27a44
Bumps Consul version to 0.8.2.
2017-05-09 07:19:02 -07:00
James Phillips
66e1bb5c3e
Adds prepared query API to ACLs table.
2017-05-08 21:37:52 -07:00
James Phillips
792dba4ffa
Merge pull request #3008 from hashicorp/d-index-enterprise-features
...
Add Consul Enterprise section to Docs
2017-05-08 21:15:21 -07:00
Justin Walz
c5c7882e1b
Fixup ACL docs
2017-05-06 17:21:13 -07:00
Rob Genova
1277096b41
use relative links; remove extra spaces between words
2017-05-06 20:26:30 +00:00
James Phillips
1979f40cf1
Merge pull request #3012 from hashicorp/jbs-2944
...
DOCS: Minor clarification to address #2944
2017-05-05 09:01:32 -07:00
Brian Shumate
5974927993
DOCS: Minor clarification to address #2944
2017-05-05 11:56:12 -04:00
Brian Shumate
e90804304a
DOCS: minor clarification to address #2950
2017-05-05 11:51:46 -04:00
Frank Schroeder
f0d847572d
Fix imports on website
2017-05-05 17:07:02 +02:00
Rob Genova
ff7db062ba
Eliminated 'consul' from all paths; misc. edits; wrap text at 80 characters
2017-05-05 05:24:04 +00:00
Rob Genova
f20aad8983
Add Consul Enterprise section to Docs
2017-05-04 22:30:11 +00:00
James Phillips
5d37086506
Adds support for new-style peers.json recovery for newer Raft protocol versions.
2017-05-04 14:15:59 -07:00
Kostis Kapelonis
10acfb7682
Added Spring Consul SDK for Spring applications
2017-05-03 09:22:41 +02:00
Seth Vargo
aad6ecdc5f
Merge pull request #2976 from jk563/master
...
Rearranged into alphabetical order
2017-05-01 14:55:35 -07:00
Kyle Havlovitz
cd56a5ebdd
Add separate option for verifying incoming HTTPS traffic ( #2974 )
...
* Add separate option for verifying incoming HTTPS traffic
2017-04-28 16:15:55 -07:00
Frank Schroeder
9685bdcd0b
api: Add ServiceTags to Health state endpoint ( #153 )
...
This patch adds the ServiceTags to the /v1/health/state/<state>
endpoint.
Fixes #153
2017-04-28 15:00:08 -07:00
Jamie Kelly
abd138f196
Rearranged into alphabetical order
...
Swapped a couple of the guides around in the index page so that
they are in alphabetical order and match the navigation order.
2017-04-28 07:04:38 +01:00
rcgenova
8fbf731781
Merge pull request #2964 from hashicorp/d-remove-atlas-references
...
Remove references to the deprecated Consul/Atlas integration
2017-04-27 08:32:09 -07:00
James Phillips
2bc3dc0e15
Merge pull request #2965 from amorken/docfix-query
...
(Website doc fix, trivial) Prepared query creation uses POST, not PUT
2017-04-27 06:40:03 -07:00
Kyle Havlovitz
b70e419aeb
Add TLS cipher suite options and CA path support ( #2963 )
...
This patch adds options to configure the available
TLS cipher suites and adds support for a path
for multiple CA certificates.
Fixes #2959
2017-04-27 01:29:39 -07:00
Anders Daljord Morken
a6c621396b
Prepared query creation uses POST, not PUT
2017-04-27 10:29:03 +02:00
Rob Genova
7a7655b6d4
add link to Consul Enterprise page
2017-04-26 22:45:12 +00:00
Rob Genova
49f23fc068
Remove references to the deprecated Consul/Atlas integration
2017-04-26 22:24:24 +00:00
Patrick Winter
8a974d9a52
fixed typo
2017-04-26 10:09:02 +02:00
Kristiyan Nikolov
5ae2829e17
Docs: fix typo ( #2951 )
2017-04-25 07:08:46 -07:00
Ruslan Sennov
f17656c39f
link to vertx-consul-client ( #2937 )
...
Signed-off-by: Ruslan Sennov <ruslan.sennov@gmail.com>
2017-04-21 00:43:15 -07:00
Frank Schröder
6dd2804d09
Issue #2905 : Add check-not-exists to TXN endpoint
...
This patch adds support for asserting that a given
key does not exist in the KV store.
Fixes #2905
2017-04-20 17:50:52 -07:00
Kyle Havlovitz
f25cac4c8f
Show raft protocol in list-peers command ( #2929 )
2017-04-19 15:01:40 -07:00
Nic Jackson
8c9b635765
Updated autopilot guide to correct synax issue with example config
2017-04-19 17:15:12 +01:00
Kyle Havlovitz
37dad53c8a
Add a config example to autopilot guide
2017-04-18 14:40:20 -07:00
Seth Vargo
3f43fc912c
Fix terminal a bit
2017-04-18 13:52:04 -04:00
Seth Vargo
1314dcb661
Fix terminal a bit
2017-04-18 13:51:46 -04:00
Seth Vargo
0bb2c356d8
Use HashiCorp logo for jsonld
2017-04-18 13:19:00 -04:00
Seth Vargo
83476979c7
Fix homepage css
2017-04-18 12:57:05 -04:00
Frank Schröder
c40621ae10
Add datacenter to catalog node API ( #2917 )
...
This patch stores the datacenter of a node in memdb
and exposes it via the API in all places where a Node
structure is returned.
* /catalog/nodes
* /catalog/node/:node
* /catalog/service/:service
* /health/service/:service
* /query/:uuid/execute
2017-04-18 05:02:24 -07:00
Dan O'Brien
cc516e9e01
Docs: fix typo
2017-04-17 21:29:18 -04:00
mckennajones
d4058b1576
Updating documentation regarding webui flags
2017-04-17 17:29:14 -07:00
Borys Pierov
20582f1c44
ACL guide fixes
2017-04-17 17:59:03 -04:00
James Phillips
238c99b136
Bumps download link to 0.8.1.
2017-04-17 11:14:48 -07:00
Kyle Havlovitz
ae6bf56ee1
Add tls client options to api/cli
2017-04-14 13:37:29 -07:00
James Phillips
f960ab836c
Tweaks 404 message.
2017-04-14 09:00:59 -07:00
James Phillips
0124f9117b
Fixes broken link to network areas API.
2017-04-13 19:19:42 -07:00