7782 Commits

Author SHA1 Message Date
Jeff Mitchell
d9315d6039 Add announcment list to community page 2016-06-01 22:06:21 -04:00
Jeff Mitchell
5e123e730f Merge pull request #1481 from hashicorp/show-renewable-tokens
Show renewable status for tokens in output
2016-06-01 18:29:17 -04:00
Jeff Mitchell
7d9e320cd0 Show renewable status for tokens in output 2016-06-01 17:30:31 -04:00
vishalnayak
65de9cb01a Remove failOnError method from cert tests 2016-06-01 16:01:28 -04:00
vishalnayak
cf1aad28ce changelog++ 2016-06-01 14:53:51 -04:00
Vishal Nayak
a598fbfefb Merge pull request #1480 from hashicorp/dev-env-precedence
Prioritize dev flags over its env vars
2016-06-01 13:43:23 -04:00
vishalnayak
cbf7ccb73d Prioritize dev flags over its env vars 2016-06-01 12:21:29 -04:00
Jeff Mitchell
551f4a8606 Change AWS/SSH to reuse backend creation code for test functions 2016-06-01 12:17:47 -04:00
Vishal Nayak
577a993223 Merge pull request #1445 from hashicorp/consul-fixups
Reading consul access configuration in the consul secret backend.
2016-06-01 12:11:12 -04:00
Vishal Nayak
110fe62829 Merge pull request #1235 from hashicorp/policies-validation
Strip out other policies if root is present
2016-06-01 12:08:22 -04:00
Vishal Nayak
19eb6e04f6 Merge pull request #1473 from hashicorp/ssh-host-checking
Provide option to disable host key checking
2016-06-01 11:42:53 -04:00
vishalnayak
ff01f8f437 Address review feedback 2016-06-01 11:39:48 -04:00
vishalnayak
ea65ffd451 Supplying strictHostKeyChecking and userKnownHostsFile from env vars 2016-06-01 11:08:24 -04:00
vishalnayak
ab017967e4 Provide option to disable host key checking 2016-06-01 11:08:24 -04:00
Vishal Nayak
2500218a9c Merge pull request #1471 from hashicorp/rename-aws-auth
auth backend: rename `aws` as `aws-ec2`
2016-06-01 10:41:13 -04:00
vishalnayak
386abbad9e Address review feedback 2016-06-01 10:36:58 -04:00
Jeff Mitchell
6098a4b00e Add dep updating script 2016-06-01 10:30:42 -04:00
vishalnayak
2265d1a890 Use entry.Type as a criteria for upgrade 2016-06-01 10:30:11 -04:00
Jeff Mitchell
7fd919f908 Update vendoring 2016-06-01 10:24:48 -04:00
Jeff Mitchell
ed0897330b Revert "Use mutexes directly, not pointers, in the token store mutex map"
This reverts commit 29f8d2ad75c2767e21b406d32c7a7a9dc6f9c3f2.
2016-06-01 10:05:45 -04:00
Jeff Mitchell
29f8d2ad75 Use mutexes directly, not pointers, in the token store mutex map 2016-06-01 09:38:24 -04:00
vishalnayak
b1a7e28d8c Modify just the type and not the path 2016-05-31 23:19:13 -04:00
Jeff Mitchell
322ec4a284 changelog++ 2016-05-31 23:52:56 +00:00
Jeff Mitchell
793fe28366 Merge pull request #1478 from hashicorp/remove-root-paths
Remove most Root paths
2016-05-31 19:50:57 -04:00
Jeff Mitchell
74a1e3bd61 Remove most Root paths 2016-05-31 23:42:54 +00:00
vishalnayak
5e125e09d1 Remove addDefault param from ParsePolicies 2016-05-31 13:39:58 -04:00
vishalnayak
a3d0305804 Adding default policies while creating tokens 2016-05-31 13:39:58 -04:00
vishalnayak
d6d5dacb82 Set config access test case as an acceptance test and make travis happy 2016-05-31 13:27:34 -04:00
vishalnayak
445040e344 Add tests around writing and reading consul access configuration 2016-05-31 13:27:34 -04:00
Jeff Mitchell
539af86939 Add reading to consul config, and some better error handling. 2016-05-31 13:27:34 -04:00
vishalnayak
6d96a1843f Upgrade 'aws' auth table entry to 'aws-ec2' 2016-05-30 18:58:58 -04:00
vishalnayak
5500df40cb rename aws.html.md as aws-ec2.html.md 2016-05-30 14:11:15 -04:00
vishalnayak
b3ca9cf14b Rename aws as aws-ec2 2016-05-30 14:11:15 -04:00
vishalnayak
e4d98dfc9b rename credential/aws as credential/aws-ec2 2016-05-30 14:11:15 -04:00
Vishal Nayak
3b4f53b1ab Merge pull request #1474 from hashicorp/ssh-allowed-users
Ssh allowed users
2016-05-30 10:26:04 -04:00
vishalnayak
8ae663f498 Allow * to be set for allowed_users 2016-05-30 03:12:43 -04:00
vishalnayak
c945b8b3f2 Do not allow any username to login if allowed_users is not set 2016-05-30 03:01:47 -04:00
Jeff Mitchell
f0b06cf68a Merge pull request #1469 from hashicorp/issue-1446
Add keyring zeroize function and add some more memzero calls in
2016-05-27 18:07:12 -04:00
Jeff Mitchell
6a2ad76035 Make Unwrap a first-party API command and refactor UnwrapCommand to use it 2016-05-27 21:04:30 +00:00
Jeff Mitchell
fe67e2a088 Add keyring zeroize function and add some more memzero calls in
appropriate places. Known to be best-effort, but may help in some cases.

Fixes #1446
2016-05-27 20:47:40 +00:00
Jeff Mitchell
a479c23540 Merge pull request #1462 from hashicorp/enable-auth-rollbacks
Re-enable rollback triggers for auth backends
2016-05-27 15:01:35 -04:00
Jeff Mitchell
35fcad0279 changelog++ 2016-05-27 13:55:23 -04:00
Jeff Mitchell
3bf1645e8f Return nil for pre-0.5.3 Consul tokens to avoid pathological behavior 2016-05-27 13:09:52 -04:00
Jeff Mitchell
328eda16c4 Merge pull request #1467 from hashicorp/consul-renew-revoke-test
Add test for renew/revoke to Consul secret backend
2016-05-27 13:08:44 -04:00
Jeff Mitchell
ba5dc348d8 Add test for renew/revoke to Consul secret backend 2016-05-27 11:27:53 -04:00
Jeff Mitchell
aa02af00ac Merge pull request #1464 from samirageb/patch-1
Fixed & clarified grammar around HCL & JSON
2016-05-27 01:42:25 -04:00
Sami Rageb
0a8a7cba24 Fixed & clarified grammar around HCL & JSON
- Fixed the statement that HCL is JSON compatible, it's vice versa
- Added that HCL is a superset of JSON to eliminate any lingering confusion
2016-05-26 20:14:59 -05:00
Devin Christensen
3cbedeaa4d Remove prepared stmnts from pgsql physical backend
Prepared statements prevent the use of connection multiplexing software
such as PGBouncer. Even when PGBouncer is configured for [session mode][1]
there's a possibility that a connection to PostgreSQL can be re-used by
different clients.  This leads to errors when clients use session based
features (like prepared statements).

This change removes prepared statements from the PostgreSQL physical
backend. This will allow vault to successfully work in infrastructures
that employ the use of PGBouncer or other connection multiplexing
software.

[1]: https://pgbouncer.github.io/config.html#poolmode
2016-05-26 17:07:21 -06:00
vishalnayak
a8134338c9 Re-enable rollback triggers for auth backends 2016-05-26 14:29:41 -04:00
Vishal Nayak
9c6aebf1c0 Merge pull request #1456 from hashicorp/consul-lease-renewal
Fix the consul secret backends renewal revocation problem
2016-05-26 13:59:45 -04:00