Ryan Breen
8fc15f29a1
Merge pull request #1066 from norbertpotocki/master
...
Add cfg4j to website (community projects section)
2015-06-28 16:20:53 -04:00
Norbert Potocki
255c4e308f
restore alphabetical order
2015-06-28 13:17:07 -07:00
Norbert Potocki
20abf0dabe
add cfg4j communicty project
2015-06-28 13:15:40 -07:00
Ryan Uber
34d507a9c2
Merge pull request #1055 from thorduri/master
...
gc duplicate platform variable
2015-06-25 09:54:43 -07:00
Ryan Uber
cb0043e8f8
website: adding tag/service name dns compliance docs
2015-06-25 09:08:38 -07:00
Thordur Bjornsson
5a7ff77ab4
gc duplicate platform variable
2015-06-25 08:39:22 +02:00
Ryan Uber
3f91bb70ab
Update CHANGELOG.md
2015-06-23 12:34:53 -07:00
Ryan Uber
715f69cce8
Merge pull request #1004 from i0rek/advertise_addrs
...
Add advertise_addrs.
2015-06-23 12:32:07 -07:00
Hans Hasselberg
4598087df3
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
d591bed3b5
Update CHANGELOG.md
2015-06-22 11:14:30 -07:00
Ryan Uber
713661a035
Merge pull request #1050 from highlyunavailable/master
...
Add RFC 6598 private IP range
2015-06-22 11:01:44 -07:00
Ryan Uber
d529329944
website: link to check pass/fail endpoint docs from checks page
2015-06-22 10:21:50 -07:00
Tiru Srikantha
f1932e5e46
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
9de7d95109
website: fix mention of read-only policy for service acls
2015-06-18 18:13:01 -07:00
James Phillips
10fce3c714
Merge pull request #1042 from hashicorp/b-broken-vagrantfile
...
Fixes the Vagrantfile on VMWare.
2015-06-17 10:14:16 -07:00
James Phillips
d70c70aab0
Fixes the Vagrantfile on VMWare.
2015-06-16 16:59:55 -07:00
Ryan Breen
cf633b6ca2
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
b224475ca3
Specified which user health checks get run as.
...
Fixes issue #1036
2015-06-15 21:55:05 -05:00
Ryan Uber
faab022f89
website: document passing ACL tokens in catalog register/deregister
2015-06-15 11:45:30 -07:00
Ryan Uber
a086be531c
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
9bc620feba
api: run ACL tests by default
2015-06-13 23:51:30 +02:00
Ryan Uber
b7674a2d35
Merge pull request #1028 from sebastianmarkow/master
...
Remove unreachable error handling in AgentRPC.listen()
2015-06-12 22:28:10 -07:00
Ryan Uber
d600fad4e7
consul: fast path a typed nil during ACL filtering
2015-06-12 16:46:15 -07:00
Ryan Uber
b2556bd4d0
agent: testing dns when acls are in use
2015-06-12 16:01:57 -07:00
Ryan Uber
48cb636e8d
agent: dns uses the configured token during queries
2015-06-12 16:01:57 -07:00
Sebastian Klatt
34611c8599
consul: Remove unreachable error handling
2015-06-12 20:21:32 +02:00
Ryan Uber
a4c2fa5a13
Update CHANGELOG.md
2015-06-12 10:40:51 -07:00
James Phillips
73bf306073
Merge pull request #1027 from ctheune/master
...
Clarify keyprefix behaviour in docs
2015-06-12 07:28:37 -07:00
Christian Theune
cdc00dc606
Wording.
2015-06-12 16:09:44 +02:00
Christian Theune
1bac706593
Make behaviour of keyprefixes always matching all keys in a prefix more clear.
2015-06-12 16:07:42 +02:00
Ryan Uber
47073c87c1
agent: don't replace empty tokens in the logs, fixes #1020
2015-06-12 00:11:37 -07:00
Ryan Uber
d69e3ce19e
Merge pull request #1024 from hashicorp/f-discovery-acl
...
Service Discovery ACLs
2015-06-11 17:49:12 -07:00
Ryan Uber
a8b5b980e8
website: add a note in the upgrade notes for 0.6 discovery ACLs
2015-06-11 17:48:08 -07:00
Ryan Uber
62a8d82f9f
website: add note about anonymous token and discovery ACLs
2015-06-11 17:39:01 -07:00
Ryan Uber
2b1a19a906
consul: fail badly if an unsupported type is passed to the ACL filter
2015-06-11 17:06:35 -07:00
Ryan Uber
b5fff74c8a
agent: fix failing test
2015-06-11 15:13:10 -07:00
Ryan Uber
d0eee0e501
Merge pull request #1021 from gogolok/testutil_acl_support
...
testutil: support ACLMasterToken, ACLDatacenter and ACLDefaultPolicy
2015-06-11 15:08:33 -07:00
Ryan Uber
593b4b3dd6
consul: fix log message
2015-06-11 15:00:26 -07:00
Ryan Uber
c09dfe05a7
website: document service discovery ACLs
2015-06-11 14:45:52 -07:00
Ryan Uber
63a2737cac
consul: testing acl filters in isolation
2015-06-11 14:14:43 -07:00
Ryan Uber
e413b0e7c7
consul: better tests for acl filtering
2015-06-11 13:23:49 -07:00
Ryan Uber
5aeb8202d6
consul: testing internal endpoint acl filtering
2015-06-11 13:05:33 -07:00
Ryan Uber
aa87f2b73c
consul: rename function to avoid collision and clean up
2015-06-11 13:04:47 -07:00
Ryan Uber
1ff496d6dd
consul: break acl filtering into a separate struct
2015-06-11 12:08:21 -07:00
Ryan Uber
404d4d653c
consul: testing health endpoint service acl filtering
2015-06-11 09:39:35 -07:00
Robert Gogolok
7f637987dd
testutil: support ACLMasterToken, ACLDatacenter and ACLDefaultPolicy
2015-06-11 11:25:05 +02:00
Ryan Uber
1e2751511d
consul: testing catalog endpoint acl filtering
2015-06-10 22:14:58 -07:00
Ryan Uber
c8629de127
consul: begin testing discovery ACLs
2015-06-10 19:25:58 -07:00
Ryan Uber
4f9161f485
consul: use anonymous function for acl filtering
2015-06-10 18:43:48 -07:00
Ryan Uber
b115047919
consul: filter internal endpoints for acls
2015-06-10 18:40:40 -07:00