7782 Commits

Author SHA1 Message Date
Jeff Mitchell
56643e7956 Merge pull request #1461 from hashicorp/check-table-sanity
Add table/type checking to mounts table.
2016-05-26 13:59:00 -04:00
Jeff Mitchell
638b24721f Add to auth/audit too 2016-05-26 13:38:51 -04:00
Jeff Mitchell
1c7a7cfa6b Add table/type checking to mounts table. 2016-05-26 12:55:00 -04:00
vishalnayak
25e90e7577 Fix broken cert backend test 2016-05-26 11:06:46 -04:00
Jeff Mitchell
fba0f6e46c Add comment about the deletions 2016-05-26 10:33:35 -04:00
Jeff Mitchell
1632b8fadc Remove deprecated entries from PKI role output.
Fixes #1452
2016-05-26 10:32:04 -04:00
vishalnayak
80faa2f4ed s/logical.ErrorResponse/fmt.Errorf in renewal functions of credential backends 2016-05-26 10:21:03 -04:00
vishalnayak
2fa0773f3f s/logical.ErrorResponse/fmt.Errorf in revocation functions of secrets 2016-05-26 10:04:11 -04:00
Jeff Mitchell
77981d56aa Remove reference to cookies altogether
Fixes #1437
2016-05-26 09:29:41 -04:00
vishalnayak
41aebe2dba Fix the consul secret backends renewal revocation problem 2016-05-25 23:24:16 -04:00
Jeff Mitchell
e696d030c9 Merge pull request #1450 from hashicorp/ssh-decode-port
Fix mapstructure decoding error
2016-05-25 19:28:14 -04:00
Jeff Mitchell
7eebb734a4
Cut version 0.6.0-beta2 v0.6.0-beta2 2016-05-25 17:55:50 -04:00
Jeff Mitchell
e608f8e917 beta2 2016-05-25 17:54:44 -04:00
Jeff Mitchell
2eb70f3982 Disable rollback on auth for now and add workaround for its auth/ adding to entry paths 2016-05-25 17:53:45 -04:00
vishalnayak
8678c5e779 Add a non-nil check for 'port' field to be present in the response 2016-05-25 21:26:32 +00:00
Jeff Mitchell
86094cce6a Decode json.Number before handing to mapstructure 2016-05-25 19:02:31 +00:00
Vishal Nayak
87e5d0ab1c Merge pull request #1447 from sayden/zookeeper-package-updated
go-zookeeper vendor package updated
2016-05-25 07:45:38 -04:00
sayden
57030707f1 Zookeeper vendor package updated to fix issue https://github.com/samuel/go-zookeeper/pull/102 2016-05-25 10:32:43 +02:00
vishalnayak
ce5152212c Typo fix: s/Vault/Consul 2016-05-24 18:22:20 -04:00
Jeff Mitchell
356d4d67e4 Merge pull request #1443 from hashicorp/sethvargo/arch
Use updated architecture diagram
2016-05-24 13:51:46 -04:00
vishalnayak
b45aa72f71 Set the OSARCH for dev builds 2016-05-24 13:25:50 -04:00
Seth Vargo
5cfd4b597e
Use updated architecture diagram
As much as we love @armon's omnigraffle, this new diagram better matches
the Vault branding 😄.
2016-05-23 20:10:51 -04:00
Jeff Mitchell
ef5b37f46c
Cut version 0.6.0-beta1 v0.6.0-beta1 2016-05-23 16:14:15 -04:00
Jeff Mitchell
caa257be44 Remove now-unnecessary env var from Dockerfile 2016-05-23 15:41:22 -04:00
Jeff Mitchell
816adadac8 Bump ver for internal use 2016-05-23 15:37:34 -04:00
Jason Coco
bac88b6a96 Merge pull request #1 from KevinPike/rabbitmq
Address RabbitMQ feedback
2016-05-21 08:22:08 -07:00
Kevin Pike
493f69c657 Update rabbitmq lease docs 2016-05-20 23:28:41 -07:00
Kevin Pike
03cef8ad85 Update and document rabbitmq test envvars 2016-05-20 23:28:02 -07:00
Kevin Pike
8caffae70f Merge remote-tracking branch 'origin/master' into rabbitmq 2016-05-20 23:27:22 -07:00
Kevin Pike
36023720c6 Address feedback 2016-05-20 22:57:24 -07:00
Jeff Mitchell
d63d8f68e6 changelog++ 2016-05-20 17:07:48 +00:00
Jeff Mitchell
8fecc7493e Merge pull request #1435 from hashicorp/audit-seal-stepdown
Enable audit-logging of seal and step-down commands.
2016-05-20 13:07:01 -04:00
Jeff Mitchell
fa08f1f0fe Enable audit-logging of seal and step-down commands.
This pulls the logical request building code into its own function so
that it's accessible from other HTTP handlers, then uses that with some
added logic to the Seal() and StepDown() commands to have meaningful
audit log entries.
2016-05-20 17:03:54 +00:00
Jeff Mitchell
1b5e97df42 Fix missing return after respondError in handleLogical 2016-05-20 15:49:48 +00:00
Jeff Mitchell
5c0a49f8f2 changelog++ 2016-05-19 13:41:10 -04:00
Jeff Mitchell
7cea00e417 changelog++ 2016-05-19 13:39:39 -04:00
Jeff Mitchell
8fda6d7c68 Merge pull request #1378 from hashicorp/cubbyhole-the-world
Cubbyhole the world
2016-05-19 13:34:33 -04:00
Jeff Mitchell
205ba863ea Add cubbyhole wrapping documentation 2016-05-19 13:33:51 -04:00
Jeff Mitchell
580062704c Merge branch 'master-oss' into cubbyhole-the-world 2016-05-19 12:26:10 -04:00
Jeff Mitchell
8efe203a8e Don't use pointers to int64 in function calls when not necessary 2016-05-19 12:26:02 -04:00
Jeff Mitchell
2c8ddea54b changelog++ 2016-05-19 12:18:02 -04:00
Jeff Mitchell
8c3e9c4753 Merge pull request #1318 from steve-jansen/aws-logical-assume-role
Add sts:AssumeRole support to the AWS secret backend
2016-05-19 12:17:27 -04:00
Jeff Mitchell
015003c053 changelog++ 2016-05-19 12:16:25 -04:00
Jeff Mitchell
0b7e8cf1c8 Merge pull request #1245 from LeonDaniel/master
Improved groups search for LDAP login
2016-05-19 12:13:29 -04:00
Jeff Mitchell
810e914730 Add unwrap test function and some robustness around paths for the wrap lookup function 2016-05-19 11:49:46 -04:00
Jeff Mitchell
0b59a54837 Add unwrap command, and change how the response is embedded (as a string, not an object) 2016-05-19 11:25:15 -04:00
Jeff Mitchell
7636a3b260 Merge pull request #1431 from F21/patch-1
Minor grammar fix to vault vs custom solution comparison.
2016-05-19 03:04:08 -04:00
Francis Chuang
a92aea99af Minor grammar fix. 2016-05-19 17:01:30 +10:00
Jeff Mitchell
d261e9e52b Remove wrap specs from backend response 2016-05-19 03:06:09 +00:00
Jeff Mitchell
07b86fe304 Merge branch 'master-oss' into cubbyhole-the-world 2016-05-19 02:43:22 +00:00