Luke Kysow
f5b9bc2a00
Document that env vars can't be used for config ( #6912 )
...
* Document that env vars can't be used for config
Environment variables are not read for config values when starting the
Consul agent. Document this.
2019-12-12 09:31:24 -08:00
Worming
ce62eacd3a
accept go get command with go 1.13 ( #6938 )
2019-12-12 10:15:05 -06:00
R.B. Boyer
88d9d0fb09
build: fix makefile and CI 'fmt' and 'vet' tasks ( #6937 )
2019-12-11 12:32:11 -06:00
Nate Dobbs
aad3bf98b0
docs: Fixed typo for 'consul members' link ( #6918 )
...
Quick fix on a small typo I noticed while reading the docs on this command.
2019-12-10 20:42:38 -08:00
Kit Patella
33b0bdc793
Merge pull request #6928 from mkcp/contributing-vrsn-note
...
Update CONTRIBUTING.md w/ stipulation that go 1.13 is not yet supported
2019-12-10 14:38:35 -08:00
Kit Patella
35d49d07bf
Update .github/CONTRIBUTING.md
...
Add rboyer's suggestion
Co-Authored-By: R.B. Boyer <public@richardboyer.net>
2019-12-10 14:37:37 -08:00
Alvin Huang
4e88ef70c0
correct website download version to 1.6.2 ( #6927 )
2019-12-10 17:29:58 -05:00
Kit Patella
3c3fd9ca04
Update CONTRIBUTING.md w/ stipulation that go 1.13 is not yet supported
2019-12-10 14:25:17 -08:00
Mike Morris
0cf75f495e
website: add 1.7.0 Beta announcement to Downloads page ( #6911 )
...
* website: add 1.7.0 Beta announcement to Downloads page
* Update downloads.html.erb
2019-12-10 17:09:38 -05:00
Alvin Huang
34425cf512
reset dev tree ( #6925 )
2019-12-10 16:35:30 -05:00
Freddy
cad0fe811c
Namespaces docs updates ( #6924 )
...
Namespaces docs updates
2019-12-10 14:08:37 -07:00
freddygv
992dfabd82
Fix typos and add expand wildcard ns docs
2019-12-10 14:04:24 -07:00
freddygv
775ea7af6e
Remove docs refs to NS inference from ACL token
2019-12-10 13:50:28 -07:00
hashicorp-ci
d9372fabff
Release v1.7.0-beta1
2019-12-10 19:12:07 +00:00
hashicorp-ci
30b513fe19
update bindata_assetfs.go
2019-12-10 19:12:06 +00:00
Matt Keeler
9812b32155
Fix blocking for ServiceDumping by kind ( #6919 )
2019-12-10 13:58:30 -05:00
John Cowen
da49a418ce
ui: Explicitly remove properties that shouldn't be sent when saving ( #6917 )
2019-12-10 15:47:02 +00:00
Hans Hasselberg
7121fceac6
Update CHANGELOG.md
2019-12-10 15:57:36 +01:00
Hans Hasselberg
7ade3e3449
Update CHANGELOG.md
2019-12-10 15:54:40 +01:00
Alvin Huang
0eb2b6a5d1
add arm fix and apple notarization to changelog ( #6916 )
2019-12-10 09:46:07 -05:00
Hans Hasselberg
655d86adf5
Update CHANGELOG.md
2019-12-10 15:27:41 +01:00
Matt Keeler
aa8c8f75d3
Update CHANGELOG.md
2019-12-10 09:06:11 -05:00
Matt Keeler
0fb8f8d07d
Update CHANGELOG.md
2019-12-10 08:59:26 -05:00
John Cowen
ee30288515
Ensure AbortErrors have a zero status ( #6839 )
2019-12-10 12:02:45 +00:00
ogidow
c7db07fc2a
agent: fix watch event behavior ( #5265 )
...
Use an equality match on the last event id, not a small value, to correct the random nature of the trigger
2019-12-10 12:02:21 +01:00
Matt Keeler
442924c35a
Sync of OSS changes to support namespaces ( #6909 )
2019-12-09 21:26:41 -05:00
Matt Keeler
dd7b3c3297
Update CHANGELOG.md
2019-12-09 18:20:59 -05:00
Mike Morris
5a2a8ec6f3
ci: set GOMAXPROCS ( #6908 )
...
* ci: add comment clarify rationale for setting GOMAXPROCS
2019-12-09 15:57:39 -05:00
Mike Morris
41e98e273c
coverage: add initial .codecov.yml config ( #6873 )
...
* coverage: remove reach graph from comment
* coverage: add patch status coverage target
2019-12-09 15:52:50 -05:00
rerorero
3653855f13
[ci] fix: go-fmt fails on master branch ( #6906 )
2019-12-08 20:30:46 -05:00
Iryna Shustava
26cf9e2860
Merge pull request #6902 from hashicorp/k8s-auto-join-min-perms
...
Clarify the minimum permissions required for k8s auto-join
2019-12-06 13:35:15 -08:00
Iryna Shustava
e51e5c0901
Clarify minimum perms required for k8s auto-join
2019-12-06 12:57:47 -08:00
Matt Keeler
81b5f9df02
Fix the TestAPI_CatalogRegistration test
2019-12-06 15:47:41 -05:00
Hans Hasselberg
368d5c643f
tls: auto_encrypt and verify_incoming ( #6811 ) ( #6899 )
...
* relax requirements for auto_encrypt on server
* better error message when auto_encrypt and verify_incoming on
* docs: explain verify_incoming on Consul clients.
2019-12-06 21:36:13 +01:00
Hans Hasselberg
a36e58c964
agent: fewer file local differences between enterprise and oss ( #6820 ) ( #6898 )
...
* Increase number to test ignore. Consul Enterprise has more flags and since we are trying to reduce the differences between both code bases, we are increasing the number in oss. The semantics don't change, it is just a cosmetic thing.
* Introduce agent.initEnterprise for enterprise related hooks.
* Sync test with ent version.
* Fix import order.
* revert error wording.
2019-12-06 21:35:58 +01:00
Luke Kysow
8ac2ac1893
Merge pull request #6895 from hashicorp/reset-docs
...
Link directly to reset
2019-12-06 12:10:08 -08:00
Matt Keeler
609c9dab02
Miscellaneous Fixes ( #6896 )
...
Ensure we close the Sentinel Evaluator so as not to leak go routines
Fix a bunch of test logging so that various warnings when starting a test agent go to the ltest logger and not straight to stdout.
Various canned ent meta types always return a valid pointer (no more nils). This allows us to blindly deref + assign in various places.
Update ACL index tracking to ensure oss -> ent upgrades will work as expected.
Update ent meta parsing to include function to disallow wildcarding.
2019-12-06 14:01:34 -05:00
Luke Kysow
70dc714a48
Link directly to reset
2019-12-06 09:38:52 -08:00
Matt Keeler
b9996e6bbe
Add Namespace support to the API module and the CLI commands ( #6874 )
...
Also update the Docs and fixup the HTTP API to return proper errors when someone attempts to use Namespaces with an OSS agent.
Add Namespace HTTP API docs
Make all API endpoints disallow unknown fields
2019-12-06 11:14:56 -05:00
Matt Keeler
c15c81a7ed
[Feature] API: Add a internal endpoint to query for ACL authori… ( #6888 )
...
* Implement endpoint to query whether the given token is authorized for a set of operations
* Updates to allow for remote ACL authorization via RPC
This is only used when making an authorization request to a different datacenter.
2019-12-06 09:25:26 -05:00
Blake Covarrubias
da34b90ad8
docs: Fix expose path HTTP listener ports
...
The listener ports specified in the headings for the HTTP and HTTP2
examples do not match the ports in the corresponding service
registration configurations.
This commit changes the port specified in the heading for the HTTP
listener to match the port used in the service registration example.
In addition, the listener_port specified for the HTTP2 listener is
modified to match the port number specified in the heading.
2019-12-05 09:00:52 -08:00
Matt Keeler
53d9319a82
Fix the TestLeader_SecondaryCA_IntermediateRefresh test flakine… ( #6885 )
...
Fix the TestLeader_SecondaryCA_IntermediateRefresh test flakiness
2019-12-05 09:35:45 -05:00
Paul Banks
673aeef484
Update CHANGELOG.md
2019-12-05 12:39:05 +00:00
Paul Banks
b4271ab347
Update CHANGELOG.md
2019-12-05 12:38:41 +00:00
Li Kexian
a013020355
add tencentcloud auto join docs ( #6818 )
2019-12-05 12:36:44 +00:00
Hans Hasselberg
ad65068d6e
tests: increase TLSHandshakeTimeout to help slow tests ( #6864 )
...
Fixes https://github.com/hashicorp/consul/issues/6858 .
2019-12-05 13:20:07 +01:00
Matt Keeler
f30af37d11
Fix the TestLeader_SecondaryCA_IntermediateRefresh test flakiness
2019-12-04 19:19:55 -05:00
Aestek
08aa4364a3
Fix consul connect token env variable doc ( #5942 )
...
The cli documentation for consul connect commands incorrectly indicated
to use CONSUL_TOKEN instead of CONSUL_HTTP_TOKEN env var.
2019-12-04 14:01:03 -06:00
Mike Morris
3b81647c0c
test: wait for Serf check in TestServicesWatch ( #6867 )
...
Following example from TestNodesWatch
* test: WaitForSerfCheck all the places in api/watch_funcs_test.go
2019-12-04 12:37:10 -05:00
Mike Morris
1fe6da2ad6
Bump go-discover to support EC2 Metadata Service v2 ( #6865 )
...
Refs https://github.com/hashicorp/go-discover/pull/128
* deps: add replace directive for gocheck
Transitive dep, source at https://launchpad.net/gocheck indicates
project moved. This also avoids a dependency on bzr when fetching
modules. Refs https://github.com/hashicorp/consul/pull/6818
* deps: make update-vendor
* test: update retry-join expected names from go-discover
2019-12-04 11:59:16 -05:00