Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create unified aws auth backend #2441

Merged
merged 25 commits into from
Apr 24, 2017
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
646baea
Rename builtin/credential/aws-ec2 to aws
joelthompson Jan 23, 2017
dc839e7
Expand aws-ec2 backend to more generic aws
joelthompson Jan 23, 2017
1826aca
Add missing aws auth handler to CLI
joelthompson Jan 24, 2017
32a3fa9
aws auth backend general variable name cleanup
joelthompson Jan 25, 2017
53f11aa
Update docs for the aws auth backend
joelthompson Jan 25, 2017
f6ad11c
Refactor aws bind validation
joelthompson Jan 27, 2017
a422873
Fix env var override in aws backend test
joelthompson Feb 2, 2017
a108091
Merge upstream master with aws_auth branch
joelthompson Feb 26, 2017
4ffc99e
Update docs on use of IAM authentication profile
joelthompson Feb 26, 2017
f4b3841
Fix typo in aws auth cli help
joelthompson Mar 7, 2017
18ff8b5
Merge remote-tracking branch 'origin/master' into feature/unified_aws…
joelthompson Mar 8, 2017
c02535d
Merge remote-tracking branch 'origin/master' into feature/unified_aws…
joelthompson Mar 22, 2017
15c3ec8
Respond to PR feedback
joelthompson Mar 28, 2017
4a98723
Merge remote-tracking branch 'origin/master' into feature/unified_aws…
joelthompson Mar 28, 2017
5c82f59
More PR feedback
joelthompson Mar 29, 2017
95c024c
Respond to additional PR feedback
joelthompson Mar 30, 2017
2b11a63
Address more feedback on aws auth PR
joelthompson Apr 2, 2017
2f350ee
Make aws auth_type immutable per role
joelthompson Apr 5, 2017
10e0949
Address more aws auth PR feedback
joelthompson Apr 18, 2017
06b4f69
Merge remote-tracking branch 'origin/master' into feature/unified_aws…
joelthompson Apr 18, 2017
6d22e0c
Address more iam auth PR feedback
joelthompson Apr 19, 2017
c98898c
Rename aws-ec2.html.md to aws.html.md
joelthompson Apr 19, 2017
91a1ad7
Add MountType to logical.Request
joelthompson Apr 20, 2017
0905746
Make default aws auth_type dependent upon MountType
joelthompson Apr 20, 2017
28680fe
Pass MountPoint and MountType back up to the core
joelthompson Apr 21, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 0 additions & 165 deletions builtin/credential/aws-ec2/path_role_test.go

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package awsec2
package awsauth

import (
"sync"
Expand Down
Loading