Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: Use correct spelling for XmlSigKeyInfoKeyNameTransformer #614

Merged
merged 2 commits into from
Oct 21, 2021
Merged

fix: Use correct spelling for XmlSigKeyInfoKeyNameTransformer #614

merged 2 commits into from
Oct 21, 2021

Conversation

jkemming
Copy link
Contributor

I noticed that the resource.keycloak_saml_identity_provider.xml_sign_key_info_key_name_transformer attribute wasn't taking effect in the Keycloak Admin Console and discovered that this is actually because the property is spelled wrong in the Terraform provider's JSON payload. I think this affects both OIDC and SAML.

Provider key: xmlSignKeyInfoKeyNameTransformer (see here)
Keycloak key: xmlSigKeyInfoKeyNameTransformer (notice the Sig without n, see here for example)

This is the easiest and most backwards compatible fix I could think of, I hope it's okay.

Copy link
Contributor

@mrparkers mrparkers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks for the fix!

@mrparkers mrparkers merged commit 819a48f into keycloak:master Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants