7782 Commits

Author SHA1 Message Date
Jeff Mitchell
6bfe4f899e changelog++ 2016-04-07 21:52:59 +00:00
Paul Hinze
2be136101d Merge pull request #1307 from hashicorp/phinze/website-mime-types
website: force JS/CSS mime-types on deploy
2016-04-07 13:03:18 -05:00
Paul Hinze
0e74d316dd website: force mime-types for some assets on deploy
Should fix occassional issues with application/octet-stream mime type
assets breaking things on the site.
2016-04-07 12:54:17 -05:00
Jeff Mitchell
6c1eab4799 Merge pull request #1306 from hashicorp/fix-token-ttl-display
Construct token path from request to fix displaying TTLs when using
2016-04-07 11:48:35 -04:00
Jeff Mitchell
ef1b1a41a6 Construct token path from request to fix displaying TTLs when using
create-orphan.
2016-04-07 15:45:38 +00:00
Jeff Mitchell
70c137f1d9 Ensure we only use sysview's max if it's not zero. It never should be, but safety. 2016-04-07 15:27:14 +00:00
Sean Chittenden
23ae62ea8d Add CL note re: *BSD mlock support 2016-04-06 14:00:29 -07:00
Sean Chittenden
4e6d8b9e70 Merge pull request #1297 from hashicorp/f-bsd-mlock
F bsd mlock
2016-04-06 13:57:34 -07:00
Vishal Nayak
b65889b3a5 Merge pull request #1304 from hashicorp/fix-errorok-handling
Fix ErrorOk handling
2016-04-06 12:52:59 -04:00
vishalnayak
5c640601eb Added a TODO for 'Check' function 2016-04-06 12:51:49 -04:00
vishalnayak
a0471471cd Fix ErrorOk handling 2016-04-06 12:29:04 -04:00
Jeff Mitchell
f3552d115f Merge pull request #1301 from gliptak/patch-3
Update vault read output
2016-04-06 11:26:55 -04:00
Vishal Nayak
cd2cca31a1 Merge pull request #1303 from gliptak/patch-5
Update token-create/auth output
2016-04-06 11:16:14 -04:00
Gábor Lipták
af4fcfce9d Update token-create/auth output 2016-04-06 11:14:27 -04:00
Vishal Nayak
fe9a2879c5 Merge pull request #1302 from gliptak/patch-4
Update token-create output
2016-04-06 10:37:36 -04:00
Gábor Lipták
993b458509 Update toke-create output 2016-04-06 10:24:19 -04:00
Gábor Lipták
704e4cd468 Update vault read output 2016-04-06 09:13:39 -04:00
Sean Chittenden
f2fc9c3b9f Fix the build targets
I'm not entirely sure why this didn't work, but explicitly list the unsupported platforms as identified by `go tool dist list`
2016-04-05 22:24:53 -07:00
Sean Chittenden
1f61222625 Clarify that Darwin and BSD are supported w/ mlock
Word smith a tad.
2016-04-05 22:18:44 -07:00
Vishal Nayak
18cd808ddf Merge pull request #1299 from hashicorp/utility-enhancements
Utility Enhancements
2016-04-05 20:47:40 -04:00
vishalnayak
5f1829af67 Utility Enhancements 2016-04-05 20:32:59 -04:00
Sean Chittenden
d0ace6f3c8 Back out changelog entry until PR merged 2016-04-05 13:59:33 -07:00
Sean Chittenden
ffe34bf375 Reinstall the mlockall(2) command
Requested by: jefferai
2016-04-05 13:58:26 -07:00
Sean Chittenden
a1a979f27c Consolidate mlock calls into one place
In theory Android and NaCL could build Vault now, too.

List of targets derived from: `go tool dist list`
2016-04-05 13:57:29 -07:00
vishalnayak
f4712a4999 Use AcceptanceTest bool in Test() function 2016-04-05 16:48:11 -04:00
Jeff Mitchell
16ee8f7bfa Merge pull request #1296 from hashicorp/vault-acc
s/TF_ACC/VAULT_ACC
2016-04-05 15:47:26 -04:00
Sean Chittenden
9825db941b Add a changelog entry for BSD mlock support 2016-04-05 12:35:28 -07:00
Sean Chittenden
a199547ffc Unconditionally warn on systems w/o mlock support
If someone begins using Vault on Windows in dev mode, always hint so that this isn't a surprise when they get to production.
2016-04-05 12:32:53 -07:00
vishalnayak
d71dcf2da2 s/TF_ACC/VAULT_ACC 2016-04-05 15:24:59 -04:00
Sean Chittenden
4b13bfde1d Switch Linux over to using the x/sys/unix package
Same syscall interface, but the `x/sys/unix` package is not frozen.  No functional change from this commit.
2016-04-05 12:19:46 -07:00
Sean Chittenden
e0412df05d go fmt was here, no functional change 2016-04-05 12:18:45 -07:00
Sean Chittenden
ec64c912be Add Vault support for the *BSDs, including Darwin
The `syscall` package has been frozen in favor of `x/sys`.  As a result, all of the BSDs are supported and do have `mlockall(2)` support in current versions of Go.
2016-04-05 12:18:19 -07:00
Vishal Nayak
0c88201a9f Merge pull request #1295 from hashicorp/acceptance-tests
Added AcceptanceTest boolean to logical.TestCase
2016-04-05 15:16:43 -04:00
vishalnayak
ac5ceae0bd Added AcceptanceTest boolean to logical.TestCase 2016-04-05 15:10:44 -04:00
Jeff Mitchell
254023f55c Remove RevokePrefix from the API too as we simply do not support it any
longer.
2016-04-05 11:00:12 -04:00
Jeff Mitchell
9803b9fceb Merge pull request #1293 from gliptak/patch-2
Correct typo in base64 parameters
2016-04-05 09:38:00 -04:00
Jeff Mitchell
5975c18f3d Merge pull request #1292 from gliptak/patch-1
Update transit read key output
2016-04-05 09:37:41 -04:00
Gábor Lipták
6ce11ee680 Correct typo in base64 parameters 2016-04-05 09:20:43 -04:00
Gábor Lipták
bda3af7dbb Update transit read key output 2016-04-05 09:16:47 -04:00
Jeff Mitchell
bfae0223da Merge pull request #1290 from steve-jansen/patch-2
Adds note on GH-1102 fix to secret/aws doc
2016-04-05 08:37:39 -04:00
Jeff Mitchell
600ba51eb6 Merge pull request #1289 from steve-jansen/patch-1
Fix typo in iam permission for STS
2016-04-05 08:37:12 -04:00
Mark Mickan
8deed677d2 Ensure authorized_keys file is readable when uninstalling an ssh key
Without this change, if the user running the ssh key install script doesn't
have read access to the authorized_keys file when uninstalling a key, all
keys will be deleted from the authorized_keys file.

Fixes GH #1285
2016-04-05 17:26:21 +09:30
Steve Jansen
03da496bd2 Adds note on GH-1102 fix to secret/aws doc
Add note related to #1102, which leads to a non-obvious AWS error message on 0.5.0 or earlier.
2016-04-04 21:30:41 -04:00
Steve Jansen
64b472dc57 Fix typo in iam permission for STS 2016-04-04 21:20:26 -04:00
Jeff Mitchell
f59cb0c501 Sync some seal stuff 2016-04-04 13:46:33 -04:00
Jeff Mitchell
ab93e3aa63 SealInterface 2016-04-04 10:44:22 -04:00
Jeff Mitchell
3bb3e9165d changelog++ 2016-04-02 13:34:05 -04:00
Jeff Mitchell
f5f9c098b7 Some fixups around error/warning in LDAP 2016-04-02 13:33:00 -04:00
Jeff Mitchell
3e5fe09dd0 Merge pull request #1283 from hashicorp/ldap-nogroupdn-warn
If no group DN is configured, still look for policies on local users and
2016-04-02 13:13:27 -04:00
Jeff Mitchell
aca4e79ac6 If no group DN is configured, still look for policies on local users and
return a warning, rather than just trying to do an LDAP search on an
empty string.
2016-04-02 13:11:36 -04:00