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

Ability to set bruteForceProtected on realm explicitly #989

Open
b509 opened this issue Aug 2, 2024 · 0 comments
Open

Ability to set bruteForceProtected on realm explicitly #989

b509 opened this issue Aug 2, 2024 · 0 comments

Comments

@b509
Copy link

b509 commented Aug 2, 2024

Suggestion:
Enhance the realm resource (https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/realm) with an explicit setting bruteForceProtected (see PUT /admin/realms endpoint)

Reasoning:
We are using this terraform provider via crossplane (https://github.com/crossplane-contrib/provider-keycloak) with a feature that only updates those fields that are set in our config and leaves everything else as was configured by default/manually. Right now bruteForceProtected is set to false by default, but I would like to make crossplane aware that I specifically need this value to be false and I do not have a possibility to do it right now. (Since leaving it out tells crossplane to not touch it at all, but not to keep it false)

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

No branches or pull requests

1 participant