Ryan Uber
e37b5ecb69
Merge pull request #1046 from hashicorp/f-event-acl
...
Event ACLs
2015-07-02 07:02:07 -07:00
Ryan Uber
18715a445c
agent: remove unnecessary EventFire function
2015-07-02 06:56:27 -07:00
Ryan Breen
9bbe09fb43
Merge pull request #1074 from ketzacoatl/patch-1
...
Minor improvement to `acl_master_token` docs
2015-07-01 15:59:14 -04:00
ketzacoatl
b63041c3b0
Minor improvement to `acl_master_token` docs
...
Confirm the expected format, and what happens if not provided.
2015-07-01 15:34:35 -04:00
Armon Dadgar
9cb55266e7
Merge pull request #1029 from hashicorp/f-travis
...
Use test target for travis-ci, remove flowdock
2015-06-29 17:45:26 -07:00
Ryan Breen
addb614509
Merge pull request #1066 from norbertpotocki/master
...
Add cfg4j to website (community projects section)
2015-06-28 16:20:53 -04:00
Norbert Potocki
cec84be06d
restore alphabetical order
2015-06-28 13:17:07 -07:00
Norbert Potocki
b8b4b0f0d0
add cfg4j communicty project
2015-06-28 13:15:40 -07:00
Ryan Uber
b1090469c2
Merge pull request #1055 from thorduri/master
...
gc duplicate platform variable
2015-06-25 09:54:43 -07:00
Ryan Uber
6290cb93bd
website: adding tag/service name dns compliance docs
2015-06-25 09:08:38 -07:00
Thordur Bjornsson
15b6c6db20
gc duplicate platform variable
2015-06-25 08:39:22 +02:00
Ryan Uber
ba5c3a4c81
Update CHANGELOG.md
2015-06-23 12:34:53 -07:00
Ryan Uber
d0348d1291
Merge pull request #1004 from i0rek/advertise_addrs
...
Add advertise_addrs.
2015-06-23 12:32:07 -07:00
Hans Hasselberg
267e0caf81
Implement advertise_addrs for SerfLan, SerfWan and RPC.
...
Fixes #550 .
This will make it possible to configure the advertised adresses for
SerfLan, SerfWan and RPC. It will enable multiple consul clients on a
single host which is very useful in a container environment.
This option might override advertise_addr and advertise_addr_wan
depending on the configuration.
It will be configureable with advertise_addrs. Example:
{
"advertise_addrs": {
"serf_lan": "10.0.120.91:4424",
"serf_wan": "201.20.10.61:4423",
"rpc": "10.20.10.61:4424"
}
}
2015-06-23 21:23:45 +02:00
Ryan Uber
7e63572df6
website: document -token parameter for exec/event commands
2015-06-22 17:19:07 -07:00
Ryan Uber
320ab1448d
command: remote exec takes -token parameter
2015-06-22 17:16:28 -07:00
Ryan Uber
71aae88f3f
command: event command supports -token arg
2015-06-22 16:59:41 -07:00
Ryan Uber
a7eecda22d
Update CHANGELOG.md
2015-06-22 11:14:30 -07:00
Ryan Uber
cc143fa03b
Merge pull request #1050 from highlyunavailable/master
...
Add RFC 6598 private IP range
2015-06-22 11:01:44 -07:00
Ryan Uber
c8b3e48cbf
website: link to check pass/fail endpoint docs from checks page
2015-06-22 10:21:50 -07:00
Tiru Srikantha
b48842cf4f
Add RFC 6598 private IP range
...
Fixes #1031 by adding 100.64.0.0/10 as a private IP range.
2015-06-19 12:20:30 -07:00
Ryan Uber
84a47947d7
website: fix event acl policy docs
2015-06-19 12:18:09 -07:00
Ryan Uber
90f5eb8f69
acl: fix spelling in tests
2015-06-19 10:20:38 -07:00
Ryan Uber
1e5a2a8960
website: add docs for user event acls
2015-06-18 18:13:29 -07:00
Ryan Uber
5bde81bcdc
agent: avoid masking errors when ACLs deny a request
2015-06-18 18:13:29 -07:00
Ryan Uber
beb27fb3ef
agent: testing user event endpoint ACLs
2015-06-18 18:13:29 -07:00
Ryan Uber
6e084f6897
consul: always fire events from server nodes
2015-06-18 18:13:29 -07:00
Ryan Uber
d5e13280a3
consul: use acl cache struct in server
2015-06-18 18:13:29 -07:00
Ryan Uber
3ef482de7f
consul: split ACL cache into a reusable struct
2015-06-18 18:13:29 -07:00
Ryan Uber
6f309c355f
agent: enforce event policy during event fire
2015-06-18 18:13:29 -07:00
Ryan Uber
d777105c11
consul: check ACLs when firing events
2015-06-18 18:13:29 -07:00
Ryan Uber
0c624350eb
acl: support for user events
2015-06-18 18:13:28 -07:00
Ryan Uber
0381e1a253
website: fix mention of read-only policy for service acls
2015-06-18 18:13:01 -07:00
James Phillips
bdf7821f4d
Merge pull request #1042 from hashicorp/b-broken-vagrantfile
...
Fixes the Vagrantfile on VMWare.
2015-06-17 10:14:16 -07:00
James Phillips
df55666f09
Fixes the Vagrantfile on VMWare.
2015-06-16 16:59:55 -07:00
Ryan Breen
3090bd960c
Merge pull request #1037 from siddharthist/docs/health-check-user
...
Specified which user health checks get run as.
2015-06-15 23:00:25 -04:00
siddharthist
2cfb45f4f8
Specified which user health checks get run as.
...
Fixes issue #1036
2015-06-15 21:55:05 -05:00
Ryan Uber
c8f76b5e2c
website: document passing ACL tokens in catalog register/deregister
2015-06-15 11:45:30 -07:00
Ryan Uber
e3b3c99801
Merge pull request #1030 from gogolok/api_run_acl_tests_by_default
...
api: run ACL tests by default
2015-06-13 23:10:57 -07:00
Robert Gogolok
2b8d0c4785
api: run ACL tests by default
2015-06-13 23:51:30 +02:00
Ryan Uber
8ffa0ea8b7
Merge pull request #1028 from sebastianmarkow/master
...
Remove unreachable error handling in AgentRPC.listen()
2015-06-12 22:28:10 -07:00
Ryan Uber
676920c000
Use test target for travis-ci, remove flowdock
2015-06-12 17:02:34 -07:00
Ryan Uber
cee0af8d5c
consul: fast path a typed nil during ACL filtering
2015-06-12 16:46:15 -07:00
Ryan Uber
f7f7c4695e
agent: testing dns when acls are in use
2015-06-12 16:01:57 -07:00
Ryan Uber
fb3938d88e
agent: dns uses the configured token during queries
2015-06-12 16:01:57 -07:00
Sebastian Klatt
6ef6e43418
consul: Remove unreachable error handling
2015-06-12 20:21:32 +02:00
Ryan Uber
b1c04e7660
Update CHANGELOG.md
2015-06-12 10:40:51 -07:00
James Phillips
2a9de3ea7a
Merge pull request #1027 from ctheune/master
...
Clarify keyprefix behaviour in docs
2015-06-12 07:28:37 -07:00
Christian Theune
74ac30c601
Wording.
2015-06-12 16:09:44 +02:00
Christian Theune
7211876688
Make behaviour of keyprefixes always matching all keys in a prefix more clear.
2015-06-12 16:07:42 +02:00