9692 Commits

Author SHA1 Message Date
Jeff Mitchell
9f9f8fc559 Merge branch 'master' of https://github.com/hashicorp/vault into master-oss 2016-09-19 13:02:30 -04:00
Jeff Mitchell
01ffc31c88 Follow Vault convention on DELETE being idempotent (#1903)
* Follow Vault convention on `DELETE` being idempotent with
audit/auth/mounts deletes (a.k.a. disabling/unmounting).
2016-09-19 13:02:25 -04:00
Jeff Mitchell
fe1b8f9bff Fix formatting 2016-09-19 13:00:50 -04:00
Jeff Mitchell
a6e0ef2888 Bump to newer middleman-hashicorp 2016-09-19 12:42:35 -04:00
Jeff Mitchell
8a9df17b93 Update website docs to indicate sudo being required for auth/audit
endpoints.
2016-09-19 12:10:08 -04:00
Vishal Nayak
ee22bb4f29 Merge pull request #1897 from hashicorp/secret-id-accessor-locks
Safely manipulate secret id accessors
2016-09-19 11:37:38 -04:00
Jeff Mitchell
bae8164b10 changelog++ 2016-09-19 09:41:01 -04:00
vishalnayak
c44f1c9817 s/GetOctalFormatted/GetHexFormatted 2016-09-16 17:47:15 -04:00
Jeff Mitchell
b6eabd1ec3 Fix website display of tune paths 2016-09-16 12:03:50 -04:00
Jeff Mitchell
6f6d1f7237 Rename GetOctalFormatted and add serial number to ParsedCertBundle. Basically a noop. 2016-09-16 11:05:43 -04:00
vishalnayak
02d21b2a7e changelog++ 2016-09-16 10:59:59 -04:00
Vishal Nayak
a771011e0f Merge pull request #1899 from hashicorp/format-yml
Add yml alias for yaml
2016-09-16 10:56:01 -04:00
vishalnayak
a7408e4dd5 Add yml alias for yaml 2016-09-16 10:43:23 -04:00
vishalnayak
32a8ab3cc7 Safely manipulate secret id accessors 2016-09-15 18:13:50 -04:00
Vishal Nayak
f3306fdb31 Merge pull request #1886 from hashicorp/approle-upgrade-notes
upgrade notes entry for approle constraint and warning on role read
2016-09-15 12:14:01 -04:00
vishalnayak
7d4edbde69 check for nil role 2016-09-15 12:10:40 -04:00
Vishal Nayak
5d25f8046e Merge pull request #1892 from hashicorp/role-tag-defaults
Specify that role tags are not tied to an instance by default
2016-09-15 12:04:41 -04:00
vishalnayak
e833846143 changelog++ 2016-09-15 12:03:48 -04:00
Vishal Nayak
ea90dc605f Merge pull request #1889 from hashicorp/configurable-nonce
aws-ec2: generate the client nonce by default during first login attempt
2016-09-15 11:49:38 -04:00
vishalnayak
9fb11c4403 Address review feedback 2016-09-15 11:41:52 -04:00
vishalnayak
55c6c0da73 s/disableReauthenticationNonce/reauthentication-disabled-nonce 2016-09-15 11:29:02 -04:00
vishalnayak
e9c8555d12 Updated docs with nonce usage 2016-09-14 19:31:09 -04:00
vishalnayak
097e6031c6 Added comment 2016-09-14 18:27:35 -04:00
vishalnayak
daf7c63225 Disable reauthentication if nonce is explicitly set to empty 2016-09-14 17:58:00 -04:00
vishalnayak
1499f21947 Address review feedback 2016-09-14 16:06:38 -04:00
James Pearson Hughes
c61c75091e DynamoDB: fix log typo (#1891) 2016-09-14 15:16:24 -04:00
vishalnayak
990402c41a Address review feedback 2016-09-14 15:13:54 -04:00
Jeff Mitchell
d50a938d14 Make bootstrap use -u to ensure up-to-date versions of tools, as that's
what we build with.

Fixes #1890
2016-09-14 15:10:02 -04:00
vishalnayak
79e8d83003 Clarify that tags can be used on all instances that satisfies constraints 2016-09-14 14:55:09 -04:00
vishalnayak
36bf0a25a5 Specify that role tags are not tied to an instance by default 2016-09-14 14:49:18 -04:00
vishalnayak
ddb0639a13 address review feedback 2016-09-14 14:28:02 -04:00
vishalnayak
fb04d06b9b Remove the client nonce being empty check 2016-09-14 14:28:02 -04:00
vishalnayak
2de4c8bef2 Generate the nonce by default 2016-09-14 14:28:02 -04:00
Vishal Nayak
656d038b3f Merge pull request #1887 from hashicorp/ec2-nonce-constant-compare
Use constant time comparisons for client nonce
2016-09-14 12:40:17 -04:00
vishalnayak
5e7e30e33c address review feedback 2016-09-14 12:08:35 -04:00
vishalnayak
75615d9d56 Use constant time comparisons for client nonce 2016-09-13 20:12:43 -04:00
Jeff Mitchell
20857ac950 changelog++ 2016-09-13 18:42:56 -04:00
Jeff Mitchell
941b066780 Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
vishalnayak
dbb3f49438 Address review feedback 2016-09-13 18:30:04 -04:00
Jeff Mitchell
7898a66624 changelog++ 2016-09-13 18:09:24 -04:00
Jeff Mitchell
ea4fcb2927 Only use running state for checking if instance is alive. (#1885)
Fixes #1884
2016-09-13 18:08:05 -04:00
vishalnayak
de334d1688 upgrade notes entry for approle constraint and warning on role read 2016-09-13 17:44:07 -04:00
vishalnayak
1558484e6f changelog++ 2016-09-13 16:55:20 -04:00
Jeff Mitchell
b318d8ec48 Add 0.6.2 page to sidebar 2016-09-13 16:49:54 -04:00
Vishal Nayak
9969d8e4e6 Merge pull request #1882 from hashicorp/approle-constraints
Ensure at least one constraint on the role
2016-09-13 16:46:27 -04:00
vishalnayak
166d67c0a8 Ensure at least one constraint on the role 2016-09-13 16:03:15 -04:00
vishalnayak
5ea177e468 Added a comment to explain a logically not-useful instruction 2016-09-13 14:03:02 -04:00
Jeff Mitchell
7a85448dc8 changelog++ 2016-09-13 12:00:41 -04:00
Jeff Mitchell
cf05edaf18 Allow encrypting empty ciphertext values. (#1881)
Replaces #1874
2016-09-13 12:00:04 -04:00
Jeff Mitchell
82ac106d38 changelog++ 2016-09-13 11:59:47 -04:00