-
Notifications
You must be signed in to change notification settings - Fork 6
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
reCAPTCHA values aren't populated in keycloak.authentication.ExecutionConfig #655
Comments
Hey @shaidar, thanks for reporting the issue and sorry you've had trouble here. The pulumi keycloak provider uses the terraform keycloak provider under the hood, which uses the keycloak API. Given your issue I suspect one of the two are not doing the right thing here. To correctly identify the problem, can I ask you to:
Thank you! |
Hey @VenelinMartinov! I'm familiar with the fact that this is based on terraform but wasn't sure if I was doing something wrong passing in config values but doesn't appear to be the case. Regarding
Tried different provider id's with no luck. I'm assuming we'll need to open an issue on the terraform repo, but would be helpful getting some confirmation that you're experiencing the same thing. Below is very basic terraform to try it out:
|
Hey @shaidar in the program you pasted you've changed Otherwise you are correct, I think your best bet is raising the issue upstream to terraform-keycloak. Note that we just released a new major version - you might want to try with the newest version in case the issue was fixed. |
@VenelinMartinov Yeah I tried it with different values and must've pasted the one with |
Describe what happened
Regardless of what values are passed in the
config
of keycloak.authentication.ExecutionConfig, when checking the Keycloak UI, the values are not populated and no error is thrown by pulumi during its run. Tried different string values with no success.Sample program
https://github.com/mitodl/ol-infrastructure/blob/main/src/ol_infrastructure/substructure/keycloak/__main__.py#L880-L881
Log output
No response
Affected Resource(s)
No response
Output of
pulumi about
CLI
Version 3.144.1
Go Version go1.23.4
Go Compiler gc
Host
OS darwin
Version 15.1.1
Arch arm64
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: