Frank Schroeder
67570e1bc3
doc: document go-discover format change
2017-10-04 19:12:28 +02:00
Frank Schroeder
3d4fa7f65d
Update github.com/hashicorp/go-discover to pull in new config parser
...
This patch updates the go-discover library to use the new config parser
which uses a different encoding scheme for the go-discover config DSL.
Values are no longer URL encoded but taken literally unless they contain
spaces, backslashes or double quotes. To support keys or values with
these special characters the string needs to be double quoted and usual
escaping rules apply.
Fixes #3417
2017-10-04 19:12:28 +02:00
James Phillips
64adc44583
Update CHANGELOG.md
2017-10-04 09:55:15 -07:00
James Phillips
6529c505a5
Merge pull request #3531 from hashicorp/pr-3521-slackpad
...
ui: Use monospace font for textarea controls.
2017-10-04 09:53:41 -07:00
James Phillips
539285cf1f
Updates checked in web assets to pick up CSS change.
...
Closes #3521
2017-10-04 09:52:15 -07:00
Preetha Appan
80134b394a
Update CHANGELOG.md
2017-10-04 10:46:36 -05:00
preetapan
545175d228
Merge pull request #3523 from hashicorp/issue_3511
...
Introduces new 'list' permission that applies to KV store recursive reads
2017-10-04 09:51:19 -05:00
Preetha Appan
a855b69b54
Update ACL guide to describe the new list policy for Keys
2017-10-04 06:19:20 -05:00
preetapan
e68213a587
Merge pull request #3528 from hashicorp/raft_vendor_update
...
Updates vendor directory for raft to record raft v1.0.0. No functiona…
2017-10-03 17:25:37 -05:00
Preetha Appan
ae08f17c11
Updates vendor directory for raft to record raft v1.0.0. No functional changes
2017-10-03 17:19:10 -05:00
Preetha Appan
f38d20eb40
Remove extra newline
2017-10-03 15:19:31 -05:00
Preetha Appan
3c81e2db7c
Only allow 'list' policies within 'key' policy definitions. Consolidated two similar tests into one and fixed alignment.
2017-10-03 15:15:56 -05:00
Preetha Appan
d5acfc3982
Introduces new 'list' permission that applies to KV store recursive reads, and enforced only when opted in.
2017-10-02 17:10:21 -05:00
Cyril Gaudin
d852ee05cd
ui: Use monospace font for textarea controls.
2017-10-02 15:49:20 +02:00
Kyle Havlovitz
7c7927ff3d
Update snapshot agent docs
2017-09-29 12:28:04 -07:00
Kyle Havlovitz
624be65d35
Split BaseCommand http config into a separate function
2017-09-29 12:26:14 -07:00
James Phillips
0c00d980aa
Update CHANGELOG.md
2017-09-29 12:00:56 -07:00
Frank Schroeder
5bd5917d0e
Update CHANGELOG.md
2017-09-29 20:56:01 +02:00
Frank Schroeder
6b3a957c5e
use ports from derived addresses
2017-09-29 20:26:43 +02:00
Frank Schroeder
544788d708
update docs
2017-09-29 20:26:43 +02:00
Frank Schroeder
8d8e2523eb
config: drop advertise_addrs
...
Fixes #3516
2017-09-29 20:26:43 +02:00
Preetha Appan
dd2cb9f619
Fix grammar in containers guide.
2017-09-29 10:37:04 -05:00
Preetha Appan
429fc86479
Update containers guide to mention that Consul now handles nodes changing IP addresses.
2017-09-29 10:20:33 -05:00
James Phillips
fcdd69a7cb
Clarifies server requirement for bootstrap-expect.
...
Fixes #3510 .
2017-09-28 22:02:37 -07:00
preetapan
34b6fe3eee
Update CHANGELOG,md
2017-09-28 21:26:31 -05:00
Preetha Appan
de638ed2ba
Update CHANGELOG.md with operator API endpoints whose http verb enforcement behavior change with 1.0
2017-09-28 21:15:15 -05:00
preetapan
3cfeeb1dd2
Merge pull request #3515 from hashicorp/sentinel_doc_update
...
Update sentinel documentation to remove features that are coming in a…
2017-09-28 21:02:34 -05:00
Preetha Appan
acc32ccd2c
Update sentinel documentation to remove features that are coming in a future release
2017-09-28 21:00:00 -05:00
Kyle Havlovitz
8403a98ea7
Add base command option for hiding generated help for normal args
2017-09-28 18:43:28 -07:00
James Phillips
ea52a12990
Update CHANGELOG.md
2017-09-28 15:40:07 -07:00
James Phillips
42ee2f5de8
Merge pull request #3513 from hashicorp/list-peers-error
...
Returns errors properly from the consul operator raft list-peers comm…
2017-09-28 15:39:00 -07:00
James Phillips
7f02f9dad2
Returns errors properly from the consul operator raft list-peers command.
2017-09-28 15:37:59 -07:00
Frank Schroeder
0735c4db1b
Update CHANGELOG.md
2017-09-28 12:49:37 +02:00
Frank Schroeder
eb6be8c0f1
Merge pull request #3343 from zeroae/f-node-dns-txt-record
2017-09-28 12:45:31 +02:00
Frank Schroeder
f0efe2a3de
Fix tests after config refactor
2017-09-28 12:32:46 +02:00
Patrick Sodré
92546f9231
Update docs on RFC1464 vs RFC1035 options
2017-09-28 12:32:46 +02:00
Patrick Sodré
55c2746963
Implement encodeKVasRFC1464 function
2017-09-28 12:32:46 +02:00
Patrick Sodré
d880634cfa
Add RFC1464 tests
2017-09-28 12:32:45 +02:00
Patrick Sodré
7083f9fb14
Turn encodeKVasRFC1464 into a plain function
2017-09-28 12:32:45 +02:00
Patrick Sodré
be258a3315
Use verify for NodeLookup CNAME, and TXT tests
2017-09-28 12:32:45 +02:00
Patrick Sodré
8982719f5b
Refactor formatTxtRecords as encodeKVasRFC1464
...
- Move the logic of rfc1035 out of the encoding function
- Left basic version of encodingKV as 'k=v'
2017-09-28 12:32:45 +02:00
Patrick Sodré
a16e0f7419
Fix editorial suggestions
2017-09-28 12:32:45 +02:00
Patrick Sodré
4b2d1546fa
Remove redundant check of Node.Meta size
2017-09-28 12:32:45 +02:00
Patrick Sodré
b8369b54fb
Return Node.Meta info using the DNS interface
2017-09-28 12:32:45 +02:00
Patrick Sodré
b8905dd065
Add test for NoteLookup ANY request
2017-09-28 12:32:45 +02:00
Patrick Sodré
354765c549
Add test for querying Node.Meta with DNS TXT
...
- Lookup TXT records using recursive lookups
- Expect TXT record equal to value if key starts with rfc1035-
- Expect TXT record in rfc1464 otherwise, i.e. (k=v)
ref #2709
2017-09-28 12:32:45 +02:00
Patrick Sodré
464611bae6
Update docs to include support for TXT records
...
- Add explanation to the difference between RFC1035
and RFC1464 queries.
2017-09-28 12:32:42 +02:00
James Phillips
b293b261e5
Update CHANGELOG.md
2017-09-27 23:40:00 -07:00
James Phillips
d9f085f18d
Update CHANGELOG.md
2017-09-27 17:56:24 -07:00
James Phillips
0dc526797f
Release v1.0.0-beta1
2017-09-27 17:11:01 -07:00