4408 Commits

Author SHA1 Message Date
Vishal Nayak
eb752c42dc Merge pull request #1715 from hashicorp/fix-cluster-nil
Fix Cluster object being returned as nil when unsealed
2016-08-10 15:27:06 -04:00
vishalnayak
baa1a1c9cf Address review feedback from @jefferai 2016-08-10 15:22:12 -04:00
vishalnayak
a9155e8038 Fix Cluster object being returned as nil when unsealed 2016-08-10 15:09:16 -04:00
Jeff Mitchell
c2e5900f43 Merge pull request #1704 from hashicorp/non-expiry-root-expiry
Don't allow a root token that expires to create one that doesn't
2016-08-09 20:33:06 -04:00
Jeff Mitchell
c36fcfab6e Don't allow a root token that expires to create one that doesn't 2016-08-09 20:32:40 -04:00
vishalnayak
efad6b3649 changelog++ 2016-08-09 17:48:06 -04:00
Vishal Nayak
e14f15ca5c Merge pull request #1703 from hashicorp/aws-ec2-role-ttl
Added ttl field to aws-ec2 auth backend role
2016-08-09 17:45:45 -04:00
vishalnayak
5af0395fb2 Address review feedback by @jefferai 2016-08-09 17:45:42 -04:00
vishalnayak
fd3f2182bc Added ttl field to aws-ec2 auth backend role 2016-08-09 17:29:45 -04:00
vishalnayak
25e45c004d
Cut version 0.6.1-rc2 v0.6.1-rc2 2016-08-09 13:18:30 -04:00
Jeff Mitchell
acaf367e3f Make some travis changes 2016-08-09 12:31:37 -04:00
vishalnayak
8922befc84 Dockerfile++ 2016-08-09 12:20:38 -04:00
vishalnayak
ae6f0c1335 Fix broken mount_test 2016-08-09 12:06:59 -04:00
vishalnayak
8be7802142 changelog++ 2016-08-09 11:34:35 -04:00
Jeff Mitchell
9fb51e00fc Change local cluster info path 2016-08-09 11:28:42 -04:00
Vishal Nayak
c399f03323 Merge pull request #1693 from hashicorp/mount-table-compress
Added utilities to compress the JSON encoded string.
2016-08-09 11:23:14 -04:00
vishalnayak
f39495f0c2 Address review feedback 2016-08-09 11:13:48 -04:00
Jeff Mitchell
f7785c0798 Use config file cluster name after automatic gen 2016-08-09 11:03:50 -04:00
vishalnayak
f07e71beee Address review feedback from @jefferai 2016-08-09 10:47:55 -04:00
Jeff Mitchell
93d6b225eb changelog++ 2016-08-09 09:59:46 -04:00
Jeff Mitchell
558ba440d4 Merge pull request #1699 from hashicorp/dataonly
Return sys values in top level normal api.Secret
2016-08-09 07:17:02 -04:00
Jeff Mitchell
df081dbd61 Use a better value for capacity 2016-08-09 07:16:40 -04:00
Jeff Mitchell
be12a3c1ae Minor test fix 2016-08-09 07:13:29 -04:00
vishalnayak
b786b25785 Refactoring and test fixes 2016-08-09 03:43:03 -04:00
vishalnayak
d9dd2941e3 Added compressutil tests 2016-08-09 02:26:38 -04:00
vishalnayak
700ad7f875 Tests for (de)compression in jsonutil 2016-08-09 00:50:19 -04:00
vishalnayak
0a9f229c2d Make generic utility for compression and decompression 2016-08-09 00:50:19 -04:00
vishalnayak
ab875c4d92 Pull out compression code into compressutil 2016-08-09 00:50:19 -04:00
vishalnayak
4ba0f1e7f7 Added utilities to compress the data 2016-08-09 00:50:19 -04:00
Jeff Mitchell
18b72519dc Merge pull request #1702 from hashicorp/renew-post-body
Add ability to specify renew lease ID in POST body.
2016-08-08 20:01:25 -04:00
Jeff Mitchell
bf63d3a7c0 Add HTTP test for renew and fix muxing 2016-08-08 20:01:08 -04:00
Jeff Mitchell
b3060d55f9 urllease_id -> url_lease_id 2016-08-08 18:34:00 -04:00
Jeff Mitchell
dcec5442fc Migrate default policy to a const 2016-08-08 18:33:31 -04:00
Jeff Mitchell
d223192b86 Add test for both paths in backend 2016-08-08 18:32:18 -04:00
Jeff Mitchell
732c3e18ee Fix parsing optional URL param 2016-08-08 18:08:25 -04:00
Jeff Mitchell
70d2142ba2 changelog++ 2016-08-08 18:04:07 -04:00
Jeff Mitchell
7f6e157852 Merge pull request #1701 from hashicorp/auth-backends-noroot
Don't allow root from authentication backends either.
2016-08-08 18:01:50 -04:00
Jeff Mitchell
7f13c4bcff Add ability to specify renew lease ID in POST body. 2016-08-08 18:00:44 -04:00
Jeff Mitchell
4c96bdb30a Remove change to naming return values 2016-08-08 17:56:14 -04:00
Jeff Mitchell
d2b274eac9 Use policyutil sanitizing 2016-08-08 17:42:25 -04:00
Jeff Mitchell
207d16bf8b Don't allow root from authentication backends either.
We've disabled this in the token store, but it makes no sense to have
that disabled but have it enabled elsewhere. It's the same issue across
all, so simply remove the ability altogether.
2016-08-08 17:32:37 -04:00
Jeff Mitchell
5e9d7e2c8f Add sys/renew to default policy 2016-08-08 17:32:30 -04:00
Jeff Mitchell
031437a98f Fix build 2016-08-08 17:00:59 -04:00
Jeff Mitchell
a689e40543 Move checking non-assignable policies above the actual token creation 2016-08-08 16:44:29 -04:00
Jeff Mitchell
92f4a02e95 Update upgrade docs 2016-08-08 16:44:13 -04:00
Jeff Mitchell
8f67abc6ba changelog++ 2016-08-08 16:42:20 -04:00
Jeff Mitchell
00113e6a51 changelog++ 2016-08-08 16:40:34 -04:00
Jeff Mitchell
24bf6fc68e Address review feedback 2016-08-08 16:30:48 -04:00
Jeff Mitchell
78bbc22fec Rename mounttune.go 2016-08-08 16:22:28 -04:00
Jeff Mitchell
593954d40c Fix tests and update mapstructure 2016-08-08 16:00:31 -04:00