5035 Commits

Author SHA1 Message Date
vishalnayak
30a67c13fb Fix file_path argument in audit's index.html 2017-01-18 21:43:29 -05:00
Vishal Nayak
c43a7ceb57 tokenStore: document the 'period' field (#2267) 2017-01-18 17:25:52 -05:00
Jacob Crowther
9a3df44d36 Example "List" command missing a forward slash (#2233)
The List command example is missing a forward slash before the query parameter.
2017-01-18 17:25:23 -05:00
Jeff Mitchell
a6c1670cfc changelog++ 2017-01-18 16:12:40 -05:00
Jeff Mitchell
d176f69d88 Fix regression in 0.6.4 where token store roles could not properly wo… (#2286) 2017-01-18 16:11:25 -05:00
Vishal Nayak
aaf6194e4b Merge pull request #2284 from hashicorp/disallowed_policies_root
Don't sanitize disallowed_policies on token role
2017-01-18 10:23:48 -05:00
Raja Nadar
8a09228d7c vaultsharp is now cross-platform (#2285) 2017-01-18 08:45:16 -05:00
vishalnayak
a247b959ea Don't sanitize disallowed_policies on token role 2017-01-17 21:34:14 -05:00
Vishal Nayak
0645606f84 Merge pull request #2202 from fcantournet/fix_govet_fatalf
all: test: Fix govet warnings
2017-01-17 16:45:35 -05:00
Jeff Mitchell
d51b13fca6 Multi value test seal (#2281) 2017-01-17 15:43:10 -05:00
Jeff Mitchell
754cca2edc Move router mount back below table persistence 2017-01-17 15:15:28 -05:00
Jeff Mitchell
ea70803285 Use trusty for Travis to force TLS 1.2 2017-01-17 13:48:36 -05:00
Jeff Mitchell
3c24b58724 changelog++ 2017-01-17 13:46:31 -05:00
vishalnayak
a829762ead Adding the 429 code back in 2017-01-17 13:36:56 -05:00
Jeff Mitchell
28dbd64daa Sync the locking behavior between logical/auth backend (#2280) 2017-01-17 13:02:29 -05:00
Jeff Mitchell
ac0f45e45c Add nonce to unseal to allow seeing if the operation has reset (#2276) 2017-01-17 11:47:06 -05:00
Vishal Nayak
f1c8b772fd Merge pull request #2273 from hashicorp/doc-remove-429-code
doc: remove unused 429 code from docs to avoid confusion
2017-01-13 23:11:58 -05:00
vishalnayak
a89a03e42d doc: remove unused 429 code from docs to avoid confusion 2017-01-13 23:12:32 -05:00
Brian Kassouf
6dc4b3f002 changelog++ 2017-01-13 14:59:52 -08:00
Brian Kassouf
b15a3f4a46 Merge pull request #2270 from hashicorp/consul-require-consistent
Consul require consistent
2017-01-13 14:56:47 -08:00
Brian Kassouf
678e605460 Merge pull request #2271 from hashicorp/fix-test
add initialize method to noopbackend
2017-01-13 14:35:15 -08:00
Brian Kassouf
e1b3478998 add initialize method to noopbackend 2017-01-13 13:12:27 -08:00
Brian Kassouf
3aef68a32d Add require consistent flag to Consul Lock 2017-01-13 12:22:14 -08:00
Jeff Mitchell
9cbfd2976a Port over some work to make the system views a bit nicer 2017-01-13 14:51:27 -05:00
Brian Kassouf
430e125f45 SP error 2017-01-13 11:50:23 -08:00
Brian Kassouf
8522aeb031 Add require_conistent to docs 2017-01-13 11:48:35 -08:00
Vishal Nayak
bbd6ec8841 Merge pull request #2152 from mr-tron/master
Thanks for submitting this. I am going to merge this in and write tests.
2017-01-13 14:29:46 -05:00
Brian Kassouf
9dd96c97c6 Add test for require_consistency option 2017-01-13 10:24:40 -08:00
Brian Kassouf
2baf39f050 add a option for strong consistancy for consul 2017-01-13 09:49:04 -08:00
Jeff Mitchell
fc1d75032b Bump deps 2017-01-13 09:06:34 -05:00
Vishal Nayak
6485b2fd27 Merge pull request #2269 from gnur/fix-rabbitmq-docs
Fixed rabbitmq documentation
2017-01-13 04:08:13 -05:00
Erwin de Keijzer
7e27ca924d Fixed rabbitmq documentation
The docs were inconsistent between readwrite and readonly, the policy
itself evaluates to a readwrite policy, so the inconsistency is solved
by changing the odd occurrence of readonly.
2017-01-13 08:54:04 +01:00
Jeff Mitchell
12b7eee0a9 Rejig IsPrimary again 2017-01-12 15:59:00 -05:00
Jeff Mitchell
178ad94a37 Fix building some test code without build tags 2017-01-12 15:21:47 -05:00
Jeff Mitchell
a2c9f18f64 Rejig dynamic system view to build without tags 2017-01-12 15:13:47 -05:00
vishalnayak
7160809f49 paraphrasing the cluster_addr doc 2017-01-12 11:26:43 -05:00
Vishal Nayak
82b71b4d20 Merge pull request #2264 from timp87/ha.html-fix
Describe how actually configuration option is called
2017-01-12 11:22:41 -05:00
Vishal Nayak
bbae05307b Merge pull request #2236 from hashicorp/pgp-keys-check
rekey: added check to ensure that length of PGP keys and the shares are matching
2017-01-12 11:19:08 -05:00
Jeff Mitchell
eef5e3e529 changelog++ 2017-01-12 10:47:55 -05:00
Pavel TImofeev
75583f67b7 Describe how actually configuration option for 'Per-Node Cluster Address' topic is called.
According to 'Server Configuration' web page it's 'cluster_addr' (note, not 'cluster_address').
Previously this was not clear, what exactly 'this' was.
2017-01-12 12:20:19 +03:00
vishalnayak
e7598ed5db rekey: remove the check from vault/rekey.go in favor of check in http layer 2017-01-12 00:07:49 -05:00
vishalnayak
3cd4cb1381 rekey: pgp keys input validation 2017-01-12 00:05:41 -05:00
vishalnayak
089cb4f9c0 init: pgp-keys input validations 2017-01-11 23:32:38 -05:00
Vishal Nayak
fd911160f8 Merge pull request #2262 from hashicorp/mount-table-error-logs
core: adding error server logs for failure to update mount table
2017-01-11 20:53:04 -05:00
vishalnayak
e4ae98d1e5 core: adding error server logs for failure to update mount table 2017-01-11 20:21:34 -05:00
Vishal Nayak
895c7850bc Merge pull request #2261 from MonsantoCo/github-map-list
Support LIST on auth/github/map/teams and /users
2017-01-11 19:58:06 -05:00
Brian Rodgers
edee04feb6 Support LIST on auth/github/map/teams and /users 2017-01-11 15:09:01 -06:00
vishalnayak
42cff07157 rekey: added check to ensure that length of PGP keys and the shares are matching 2017-01-11 13:29:10 -05:00
Vishal Nayak
3754d68d44 Merge pull request #2257 from bkrodgers/git-config-read
Added a 'read' for github config
2017-01-11 12:23:00 -05:00
Brian Rodgers
2615412734 Added a nil check for config and renamed org field internally. 2017-01-11 11:04:15 -06:00