Ryan Uber
4ac7596b14
acl: more keyring tests
2015-07-07 11:21:27 -06:00
Ryan Uber
2dab8a5ddd
acl: allow omitting keyring policy, add tests
2015-07-07 11:07:37 -06:00
Ryan Uber
177b5b434e
acl: keyring policy uses a flat string
2015-07-07 10:45:38 -06:00
Ryan Uber
e764eb62bd
agent: write-level keyring ACLs work
2015-07-07 10:36:51 -06:00
Ryan Uber
665551a182
agent: read-level keyring ACLs work
2015-07-07 10:30:34 -06:00
Ryan Breen
5adf13e381
Merge pull request #1087 from edwardbadboy/master
...
Website: Delete the unnecessary backslash at the end shell command line
2015-07-06 23:40:09 -04:00
Zhou Zheng Sheng
0a2a6e570a
Website: Delete the unnecessary backslash at the end shell command line
...
Shell thinks '\<newline>' as line continuation only when it's unquoted
or in double quotes. It's not necessary to manually mark '\<newline>'
in single quotes, because when shell sees the a single quote starts, it
continues the line automatically until it sees the matching single quote
ends.
Thus,
echo 'a\
b'
would give the following output
a\
b
And
echo 'a
b'
gives the following output
a
b
Since we don't want to leave backslashes in the resulting json files, we
should remove the line continuation backslashes inside single quotes.
2015-07-07 11:27:47 +08:00
Ryan Uber
4ef6545583
acl: initial pass at keyring ACLs
2015-07-06 18:28:09 -06:00
Armon Dadgar
fd2bead478
consul: fixing test using wrong FSM
2015-07-06 14:33:58 -06:00
Ryan Uber
503fa1eed1
Merge pull request #1046 from hashicorp/f-event-acl
...
Event ACLs
2015-07-02 07:02:07 -07:00
Ryan Uber
d2eac37579
agent: remove unnecessary EventFire function
2015-07-02 06:56:27 -07:00
Ryan Breen
eeb0d7733d
Merge pull request #1074 from ketzacoatl/patch-1
...
Minor improvement to `acl_master_token` docs
2015-07-01 15:59:14 -04:00
ketzacoatl
efc2d316c1
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
d754f07f4c
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
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
d893a60534
website: document -token parameter for exec/event commands
2015-06-22 17:19:07 -07:00
Ryan Uber
5866588d68
command: remote exec takes -token parameter
2015-06-22 17:16:28 -07:00
Ryan Uber
1f68b5268b
command: event command supports -token arg
2015-06-22 16:59:41 -07: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
457cff1007
website: fix event acl policy docs
2015-06-19 12:18:09 -07:00
Ryan Uber
bfaf11d3d6
acl: fix spelling in tests
2015-06-19 10:20:38 -07:00
Ryan Uber
e0ce6059f6
website: add docs for user event acls
2015-06-18 18:13:29 -07:00
Ryan Uber
5c9cf8cc69
agent: avoid masking errors when ACLs deny a request
2015-06-18 18:13:29 -07:00
Ryan Uber
4a95f29e03
agent: testing user event endpoint ACLs
2015-06-18 18:13:29 -07:00
Ryan Uber
e6923a4832
consul: always fire events from server nodes
2015-06-18 18:13:29 -07:00
Ryan Uber
6e9adae494
consul: use acl cache struct in server
2015-06-18 18:13:29 -07:00
Ryan Uber
e04a23801e
consul: split ACL cache into a reusable struct
2015-06-18 18:13:29 -07:00
Ryan Uber
713f1781c8
agent: enforce event policy during event fire
2015-06-18 18:13:29 -07:00
Ryan Uber
d84fa3c98d
consul: check ACLs when firing events
2015-06-18 18:13:29 -07:00
Ryan Uber
3e5908076c
acl: support for user events
2015-06-18 18:13:28 -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
Wim
e70e57a0dc
Send SOA with negative responses
2015-06-14 00:03:44 +02:00
Robert Gogolok
9bc620feba
api: run ACL tests by default
2015-06-13 23:51:30 +02:00