Commit graph

3961 commits

Author SHA1 Message Date
Vishal Nayak 69d562c5db Merge pull request #1514 from hashicorp/backend-return-objects
Backend() functions should return 'backend' objects.
2016-06-20 19:30:00 -04:00
vishalnayak 0bdeea3a33 Fix the test cases 2016-06-20 18:56:19 -04:00
Vishal Nayak 949bb97ebc 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 3b308713ad Added -path option to help output 2016-06-20 16:24:49 -04:00
Vishal Nayak a093f6c1e7 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 9be9f73806 Concatenating the output instead of printing twice 2016-06-20 15:26:33 -04:00
Jeff Mitchell baa75cf64f changelog++ 2016-06-20 14:10:16 -04:00
Jeff Mitchell f819b0d01e 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 2e7704ea7e Add convergent encryption option to transit.
Fixes #1537
2016-06-20 13:17:48 -04:00
Vishal Nayak 90cc637298 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 383be815b6 aws-ec2: added a nil check for storedIdentity in login renewal 2016-06-20 10:19:57 -04:00
Vishal Nayak 5a71be7cf1 Merge pull request #1539 from mp911de/issue/rabbitmq-doc-fix
Fix RabbitMQ documentation.
2016-06-19 11:55:15 -04:00
Mark Paluch ea4c58f17b Fix RabbitMQ documentation
Change parameter `uri` to `connection_uri` in code example.
2016-06-19 17:45:30 +02:00
vishalnayak d0a142c75a 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 dccfc413d4 Replace an 'if' block with 'switch' 2016-06-17 12:35:44 -04:00
vishalnayak cf15354e44 Address review feedback 2016-06-17 10:11:39 -04:00
vishalnayak 91668dd21d Fix the output format when warnings are present 2016-06-15 17:13:14 -04:00
vishalnayak 53fede4b70 Added '-path' option to 'vault auth' command 2016-06-15 16:54:27 -04:00
vishalnayak 848b479a61 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
Vishal Nayak 547cb99afb Merge pull request #1529 from maf23/spelling-fix
Fixed a number of spelling errors in aws-ec2.html.md
2016-06-15 07:47:21 -04:00
Martin Forssen f8558ca1f2 Fixed a number of spelling errors in aws-ec2.html.md 2016-06-15 13:32:36 +02:00
vishalnayak 8e03c1448b Merge branch 'master-oss' into bind-account-id-aws-ec2
Conflicts:
	builtin/credential/aws-ec2/backend_test.go
	builtin/credential/aws-ec2/path_login.go
	builtin/credential/aws-ec2/path_role.go
2016-06-14 14:46:08 -04:00
Vishal Nayak bf2cab6cd3 Merge pull request #1522 from ifuyivara/master
Adding IAM Role ARN as a constraint for EC2 authentication
2016-06-14 14:20:24 -04:00
Ivan Fuyivara 74e84113db fixing the test for the wrong IAM Role ARN 2016-06-14 18:17:41 +00:00
Ivan Fuyivara 0ffbef0ccd added tests, nil validations and doccumentation 2016-06-14 16:58:50 +00:00
Vishal Nayak 5b0a005191 Merge pull request #1524 from anthonynguyen/favicon-path
Move favicon into assets directory
2016-06-14 12:42:13 -04:00
Anthony Nguyen d55d775c76 Move favicon into assets directory
Fixes #1507
2016-06-14 12:38:27 -04:00
vishalnayak 26f7fcf6a1 Added bound_account_id to aws-ec2 auth backend 2016-06-14 11:58:19 -04:00
Ivan Fuyivara 2c5a8fb39f fixing spaces 2016-06-14 14:57:46 +00:00
root 52a47e1c4f adding IAM Role as constrain 2016-06-14 14:49:36 +00:00
vishalnayak 4a078f8726 RabbitMQ docs++ 2016-06-14 10:22:30 -04:00
Jeff Mitchell 4cb84cca75
Cut version 0.6.0-rebuild 2016-06-14 13:29:26 +00:00
Jeff Mitchell 9d614caf0c Bump tf script 2016-06-14 13:28:04 +00:00
Jeff Mitchell 37565f54bd Bump version in ChangeLog 2016-06-14 13:26:35 +00:00
Jeff Mitchell 8fc2f5ccf1 Bump version and remove --all behavior from dist script 2016-06-14 13:25:44 +00:00
Jeff Mitchell f2a09f8284
Cut version 0.6.0 2016-06-14 07:51:08 +00:00
Jeff Mitchell 04a03bcb54 Add updated wrapping information 2016-06-14 05:59:50 +00:00
Jeff Mitchell 112a8e8870 Merge pull request #1520 from hashicorp/wrapinfo-accessor
Add token accessor to wrap information if one exists
2016-06-14 01:54:17 -04:00
Jeff Mitchell 368a17e978 Add some commenting 2016-06-14 05:54:09 +00:00
Jeff Mitchell e925987cb6 Add token accessor to wrap information if one exists 2016-06-13 23:58:17 +00:00
Vishal Nayak 8b4c39ea1b Merge pull request #1518 from hashicorp/fix-bound-ami-id
Added bound_ami_id check in login procedure of aws-ec2
2016-06-13 09:37:44 -04:00
vishalnayak b7eb28bb3a Added bound_ami_id check 2016-06-13 08:56:39 -04:00
vishalnayak 1776ff449f Allow reading of config in sql backends 2016-06-11 11:48:40 -04:00
vishalnayak 0760a89eb4 Backend() functions should return 'backend' objects.
If they return pointers to 'framework.Backend' objects, the receiver functions can't be tested.
2016-06-10 15:53:02 -04:00
Jeff Mitchell 1de6140d5c Fix mah broken tests 2016-06-10 14:03:56 -04:00
Jeff Mitchell 9f6c5bc02a cubbyhole-response-wrapping -> response-wrapping 2016-06-10 13:48:46 -04:00
Vishal Nayak 6dea153937 Merge pull request #1513 from hashicorp/field-data-get-default
Added GetDefaultOrZero method to FieldData
2016-06-10 11:03:01 -04:00
vishalnayak 6c5e1969ac Added GetDefaultOrZero method to FieldData 2016-06-10 10:42:01 -04:00
Jeff Mitchell c4a56040c4 Merge pull request #1512 from hashicorp/b-aws-ec2-auth
Update aws-ec2 auth backend docs
2016-06-10 06:46:55 -04:00
Jon Benson 7883e98eb8 Update aws-ec2.html.md 2016-06-09 23:08:08 -07:00