You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we set client roles using tf resource keycloak_default_roles ?
i get the following error when creating an default role with client roles present.
keycloak_default_roles.default_roles: Creating...
╷
│ Error: defaultRoles not found by name
│
│ with keycloak_default_roles.default_roles,
│ on main.tf line 17, in resource "keycloak_default_roles" "default_roles":
│ 17: resource "keycloak_default_roles" "default_roles" {
│
╵
Steps to reproduce
Get access to keycloak instance
Create main.tf that creates a simple realm and adds default roles belonging to client (view-groups belongs to account client)
Problem
Can we set client roles using tf resource keycloak_default_roles ?
i get the following error when creating an default role with client roles present.
Steps to reproduce
terraform init
and thenterraform apply
The text was updated successfully, but these errors were encountered: