[Cyberduck-trac] [Cyberduck] #9618: Update docs for KMS IAM Permissions requirements

Cyberduck trac at trac.cyberduck.io
Sun Jul 3 13:19:00 UTC 2016


#9618: Update docs for KMS IAM Permissions requirements
-------------------------+----------------------------
    Reporter:  seymours  |      Owner:
        Type:  defect    |     Status:  new
    Priority:  normal    |  Milestone:
   Component:  s3        |    Version:  Nightly Build
    Severity:  normal    |   Keywords:  s3 kms
Architecture:  Intel     |   Platform:  Mac OS X 10.11
-------------------------+----------------------------
 Using KMS with S3 in Cyberduck, blog post etc say that IAM permissions
 required are kms:ListKeys.

 https://trac.cyberduck.io/wiki/help/en/howto/s3

 In addition though, you also need kms:ListAliases for it to populate the
 Encryption drop down appropriately.

 i.e. an IAM Policy (in addition to the appropriate S3 permissions) of -
 {{{
 {
     "Version": "2012-10-17",
     "Statement": [
         {
             "Sid": "Stmt1467393289000",
             "Effect": "Allow",
             "Action": [
                 "kms:ListKeys",
                 "kms:ListAliases"
             ],
             "Resource": [
                 "*"
             ]
         }
     ]
 }
 }}}

--
Ticket URL: <https://trac.cyberduck.io/ticket/9618>
Cyberduck <https://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list