secret/aws: Using roles instead of policy

This commit is contained in:
Armon Dadgar
2015-04-27 14:20:28 -07:00
parent aaf10cd624
commit 478a5965ee
5 changed files with 53 additions and 50 deletions

View File

@@ -26,7 +26,7 @@ func Backend() *framework.Backend {
Paths: []*framework.Path{
pathConfigRoot(),
pathConfigLease(&b),
pathPolicy(),
pathRoles(),
pathUser(&b),
},
@@ -52,5 +52,5 @@ are automatically revoked at the end of the lease.
After mounting this backend, credentials to generate IAM keys must
be configured with the "root" path and policies must be written using
the "policy/" endpoints before any access keys can be generated.
the "roles/" endpoints before any access keys can be generated.
`