Jeff Mitchell
e282c2dd9b
changelog++
2016-06-22 18:24:24 -04:00
Jeff Mitchell
29e9235f1f
Merge pull request #1553 from hashicorp/fix-status-code-regression
...
Fix up error detection regression to return correct status codes
2016-06-23 00:22:55 +02:00
Jeff Mitchell
ebbcc170c8
Fix up error detection regression to return correct status codes
2016-06-22 17:47:05 -04:00
Jeff Mitchell
e095344c6c
Merge after revert in master
2016-06-22 16:20:15 -04:00
Jeff Mitchell
10ee35e7fc
Revert "Do some internal renaming in PKI"
...
This reverts commit 7ffa7deb92cef04ab8a87cadc9aba01951ad757e.
2016-06-22 16:18:36 -04:00
Jeff Mitchell
48bd5db7af
Set some basic key usages by default.
...
Some programs (such as OpenVPN) don't like it if you don't include key
usages. This adds a default set that should suffice for most extended
usages. However, since things get twitchy when these are set in ways
various crypto stacks don't like, it's fully controllable by the user.
Fixes #1476
2016-06-22 16:08:24 -04:00
Cameron Stokes
d9beaffa7c
Minor typo - that->than.
2016-06-22 11:28:31 -07:00
Jeff Mitchell
13a778ab92
Revert "Use x509 package ext key usage instead of custom type"
...
This reverts commit 0b2d8ff475a26ff98c37337a64859d150d62cfc1.
2016-06-22 13:07:31 -04:00
Jeff Mitchell
0b2d8ff475
Use x509 package ext key usage instead of custom type
2016-06-22 11:51:32 -04:00
Jeff Mitchell
7ffa7deb92
Do some internal renaming in PKI
2016-06-22 11:39:57 -04:00
Jeff Mitchell
49a4a3bfe6
Merge pull request #1551 from jantman/gpg-docs
...
clarify some aspects of GPG key usage
2016-06-22 17:19:08 +02:00
Jason Antman
2a319a104b
clarify some aspects of GPG key usage
2016-06-22 10:26:06 -04:00
Jeff Mitchell
6a29f77544
Fix up external token helper tests
2016-06-22 10:04:43 -04:00
Jeff Mitchell
a78e1d8b40
Merge pull request #1550 from tmaher/token-helper-stat
...
fix external token helpers
2016-06-22 15:59:46 +02:00
Tom Maher
ee7850cff3
Correctly check for existence of external token_helper binaries
2016-06-21 19:32:19 -07:00
vishalnayak
817dd0f44c
Fix broken build
2016-06-21 18:25:36 -04:00
vishalnayak
498bd58e6f
Print role name in the error message
2016-06-21 17:53:33 -04:00
Jeff Mitchell
28299c0bfe
Merge pull request #1547 from brianshumate/patch-1
...
Update deploy.html.md
2016-06-21 18:19:09 +02:00
Brian Shumate
7f5212307e
Update deploy.html.md
...
Corrected link to Using PGP, GPG, and Keybase
2016-06-21 12:14:58 -04:00
vishalnayak
2cfbd0ce40
changelog++
2016-06-21 10:11:40 -04:00
Vishal Nayak
3291ce6551
Merge pull request #1515 from hashicorp/sql-config-reading
...
Allow reading of config in sql backends
2016-06-21 10:07:34 -04:00
vishalnayak
1294ad95a0
changelog++
2016-06-21 10:05:36 -04:00
Vishal Nayak
053f3b78aa
Merge pull request #1523 from hashicorp/bind-account-id-aws-ec2
...
Added bound_account_id to aws-ec2 auth backend
2016-06-21 10:03:20 -04:00
vishalnayak
e18341253a
Correct casing of abbreviations
2016-06-21 10:02:22 -04:00
vishalnayak
ff90768684
Added warnings when configuring connection info in sql backends
2016-06-21 09:58:57 -04:00
vishalnayak
fe276e5ed5
changelog++
2016-06-20 20:43:59 -04:00
Vishal Nayak
3558eca73c
Merge pull request #1531 from hashicorp/auth-mount-tune-params
...
Auth tune endpoints and config settings output from CLI
2016-06-20 20:24:47 -04:00
vishalnayak
343fa8df92
Made default_lease_ttl and max_lease_ttl as int64 and fixed tests
2016-06-20 20:23:49 -04:00
Vishal Nayak
513346a297
Merge pull request #1546 from hashicorp/secret-aws-roles
...
Added list functionality to logical aws backend's roles
2016-06-20 20:10:24 -04:00
vishalnayak
677028e161
Added test case for listing aws secret backend roles
2016-06-20 20:09:31 -04:00
vishalnayak
c37ef12834
Added list functionality to logical aws backend's roles
2016-06-20 19:51:04 -04:00
Vishal Nayak
55757decec
Merge pull request #1514 from hashicorp/backend-return-objects
...
Backend() functions should return 'backend' objects.
2016-06-20 19:30:00 -04:00
vishalnayak
5fb706f2d6
Fix the test cases
2016-06-20 18:56:19 -04:00
Vishal Nayak
9cfc0106fc
Merge pull request #1532 from hashicorp/vault-auth-path
...
Added -path option to 'vault auth' command
2016-06-20 16:43:26 -04:00
vishalnayak
78665752aa
Added -path option to help output
2016-06-20 16:24:49 -04:00
Vishal Nayak
7ec5b9f7a0
Merge pull request #1533 from hashicorp/warning-formatter-output
...
Fix the output format when warnings are present
2016-06-20 15:35:02 -04:00
vishalnayak
e6a91d891a
Concatenating the output instead of printing twice
2016-06-20 15:26:33 -04:00
Jeff Mitchell
4511601789
changelog++
2016-06-20 14:10:16 -04:00
Jeff Mitchell
5227fd72ee
Merge pull request #1543 from hashicorp/transit-convergent-encryption
...
Add convergent encryption option to transit.
2016-06-20 20:06:54 +02:00
Jeff Mitchell
1c15a56726
Add convergent encryption option to transit.
...
Fixes #1537
2016-06-20 13:17:48 -04:00
Vishal Nayak
5772c21ef0
Merge pull request #1542 from hashicorp/aws-ec2-identity-nil-check
...
aws-ec2: added a nil check for storedIdentity in login renewal
2016-06-20 10:51:16 -04:00
vishalnayak
294c399c24
aws-ec2: added a nil check for storedIdentity in login renewal
2016-06-20 10:19:57 -04:00
Vishal Nayak
c229861d40
Merge pull request #1539 from mp911de/issue/rabbitmq-doc-fix
...
Fix RabbitMQ documentation.
2016-06-19 11:55:15 -04:00
Mark Paluch
10ea4bf8d4
Fix RabbitMQ documentation
...
Change parameter `uri` to `connection_uri` in code example.
2016-06-19 17:45:30 +02:00
vishalnayak
664104af3a
Merge branch 'master-oss' into bind-account-id-aws-ec2
...
Conflicts:
website/source/docs/auth/aws-ec2.html.md
2016-06-17 12:41:21 -04:00
vishalnayak
ddae851f0d
Replace an 'if' block with 'switch'
2016-06-17 12:35:44 -04:00
vishalnayak
799bb9c286
Address review feedback
2016-06-17 10:11:39 -04:00
vishalnayak
56ae3530fb
Fix the output format when warnings are present
2016-06-15 17:13:14 -04:00
vishalnayak
7672d69495
Added '-path' option to 'vault auth' command
2016-06-15 16:54:27 -04:00
vishalnayak
efaffa8f55
Added 'sys/auth/<path>/tune' endpoints.
...
Displaying 'Default TTL' and 'Max TTL' in the output of 'vault auth -methods'
2016-06-15 13:58:24 -04:00