Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIS 1.07 & 1.09: Separation of duties #240

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

charliewolf
Copy link
Contributor

No description provided.

severity: high
parameters:
roles:
- - roles/cloudkms.admin
Copy link
Contributor

Choose a reason for hiding this comment

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

why is the extra dash needed here?

e.g.

    roles:
      - - roles/cloudkms.admin
        - roles/cloudkms.cryptoKeyDecrypter

instead of

    roles:
      - roles/cloudkms.admin
        roles/cloudkms.cryptoKeyDecrypter

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joecheuk because it's a list of lists of roles, not a list of roles. each list is a set that the exclusion is calculated for.

@dekuhn
Copy link
Contributor

dekuhn commented Feb 24, 2020

@gkowalski-google can you please review and help Charlie get this merged. I think he has addressed Joe's questions/feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants