Skip to content
New issue

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

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

Already on GitHub? # to your account

Support hardcoded-ldap-group-mapper LDAP Mapper #108

Closed
cthiebault opened this issue May 8, 2019 · 1 comment
Closed

Support hardcoded-ldap-group-mapper LDAP Mapper #108

cthiebault opened this issue May 8, 2019 · 1 comment
Labels
good first issue Good for newcomers new resource This feature request requires the creation of a new Terraform resource

Comments

@cthiebault
Copy link
Contributor

This would grant a specified Keycloak group to each Keycloak user linked with LDAP.
See documentation

It could look like this:

resource "keycloak_ldap_hardcoded_group_mapper" "group_mapper" {
  realm_id                 = "${keycloak_realm.my-realm.id}"
  ldap_user_federation_id  = "${keycloak_ldap_user_federation.my-ldap.id}"
  name                     = "my-group-mapper"
  group                    = "my-group"
}
@mrparkers mrparkers added good first issue Good for newcomers new resource This feature request requires the creation of a new Terraform resource labels May 9, 2019
@mrparkers
Copy link
Contributor

Closed via #264.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers new resource This feature request requires the creation of a new Terraform resource
Projects
None yet
Development

No branches or pull requests

2 participants