-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
Is your feature request related to a problem? Please describe.
Add the ability to add inherited role to the global resource. Use case can be described in the suse blog
Describe the solution you'd like
Add a new resource field to the schema for inherited_cluster_roles.
resource "rancher2_global_role" "foo" {
name = "foo"
new_user_default = true
description = "Terraform global role acceptance test"
inherited_cluster_roles = ["projects-view"]
rules {
api_groups = ["*"]
resources = ["secrets"]
verbs = ["create"]
}
}
Additional context
Metadata
Metadata
Assignees
Labels
No labels