Vishal Nayak
|
d47fc4c4ad
|
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
|
493adf391e
|
changelog++
|
2016-06-21 10:05:36 -04:00 |
Vishal Nayak
|
78d4d5c8c3
|
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
|
f7a44a2643
|
Correct casing of abbreviations
|
2016-06-21 10:02:22 -04:00 |
vishalnayak
|
389581f47b
|
Added warnings when configuring connection info in sql backends
|
2016-06-21 09:58:57 -04:00 |
vishalnayak
|
61597df927
|
changelog++
|
2016-06-20 20:43:59 -04:00 |
Vishal Nayak
|
d4d47ce5e3
|
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
|
2933c5ce08
|
Made default_lease_ttl and max_lease_ttl as int64 and fixed tests
|
2016-06-20 20:23:49 -04:00 |
Vishal Nayak
|
711c05a319
|
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
|
1976c9e75b
|
Added test case for listing aws secret backend roles
|
2016-06-20 20:09:31 -04:00 |
vishalnayak
|
8b490e44a1
|
Added list functionality to logical aws backend's roles
|
2016-06-20 19:51:04 -04:00 |
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 |