Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-10268

[CBM] [Cloud] Improve documentation around cloud permissions (e.g. IAM)

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Major
    • Morpheus
    • Morpheus
    • tools
    • None
    • 1

    Description

      What's the issue?
      The section we have in our documentation about IAM actions is a little lack luster and good do with improving e.g. with an example IAM policy.

      {
          "Version": "2012-10-17",
          "Statement": [
              {
                  "Sid": "AllowCouchbaseBackupsToMyExampleBucket",
                  "Effect": "Allow",
                  "Action": [
                      "s3:PutObject",
                      "s3:GetObject",
                      "s3:ListBucketMultipartUploads",
                      "s3:AbortMultipartUpload",
                      "s3:ListBucket",
                      "s3:DeleteObject",
                      "s3:ListMultipartUploadParts"
                  ],
                  "Resource": [
                      "arn:aws:s3:::my-example-bucket",
                      "arn:aws:s3:::my-example-bucket/*"
                  ]
              }
          ]
      }
      

      What's the fix?
      We should validate that we have all the required permissions then we should update the documentation.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            james.lee James Lee
            james.lee James Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty