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

Allow commas in keycloak_custom_user_federation config #3

Merged
merged 2 commits into from
Jan 9, 2021

Conversation

PaulGgithub
Copy link
Owner

No description provided.

User federation config is a MultivaluedMap. A multivalued map
has a key and a list of values.

The correct terraform config would be:
config = {
key = ["value1", "value2"]
}

Changing the config structure to array of strings would break
existing configurations therefore only the first value is
set and taken into account.
@PaulGgithub PaulGgithub merged commit f7d172a into master Jan 9, 2021
@PaulGgithub PaulGgithub deleted the user-federation-config-with-comma branch January 9, 2021 08:26
PaulGgithub added a commit that referenced this pull request Feb 4, 2021
Allow commas in keycloak_custom_user_federation config

User federation config is a MultivaluedMap. A multivalued map
has a key and a list of values.

The correct terraform config would be:
config = {
key = ["value1", "value2"]
}

Changing the config structure to array of strings would break
existing configurations therefore only the first value is
set and taken into account.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant