Skip to content

Conversation

@cesnietor
Copy link
Collaborator

@cesnietor cesnietor commented May 6, 2020

This can be tested for Trace and Console by just creating a policy for each respectively and assign it to a user:

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Action": [
        "admin:ConsoleLog"
      ],
      "Effect": "Allow",
      "Sid": ""
    }
  ]
}

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Action": [
        "admin:ServerTrace"
      ],
      "Effect": "Allow",
      "Sid": ""
    }
  ]
}

@cesnietor cesnietor requested review from Alevsk, bexsoft and dvaldivia May 6, 2020 18:36
Copy link
Collaborator

@bexsoft bexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewing...

Copy link
Collaborator

@bexsoft bexsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bexsoft bexsoft merged commit 3bfc255 into minio:master May 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants