Skip to content

Is there any possibility to add permissions at GCP organizational folder level #585

Closed Answered by jpassing
dhamkannan asked this question in General
Discussion options

You must be logged in to vote

Not in the current version, but the feature is already implemented and will be part of the JIT Groups 2.1 release which is due in a few days.

WIth that version, you'll be able to configure role bindings for folders and organiations in the privileges section, for example:

  privileges:
    iam:
      - resource: organizations/123
        role: roles/resourcemanager.organizationViewer
        description: "View basic details about the organization"
        
      - resource: folders/12345
        role: roles/compute.viewer
        description: "View all Compute resources in folder 12345"

      - resource: folders/12345
        role: roles/compute.admin
        condition: "resource.name.con…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dhamkannan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants