Skip to content

rc alias set + restrictions on a single bucket (policy) #339

Description

@robyquin

I have a user with restrictions on a single bucket archive.

If the user creates an alias with rc alias set <NAME> <ENDPOINT> [ACCESS_KEY] [SECRET_KEY],
he receives this error message:

Network error: Service error: unhandled error (InternalError) (status: 500, code: InternalError)

Enviroment

  • rc -V: rc 0.1.31
  • rustfs -V: rustfs 1.0.0-beta.12
  • archive bucket exists.

IAM

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": ["s3:*"],
      "Resource": ["arn:aws:s3:::archive", "arn:aws:s3:::archive/*"]
    }
  ]
}

Similar to Example: Full Access but Deletion Denied

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions