Skip to content

Conversation

@ingokuba
Copy link

The Keycloak Terraform provider not only supports client-credentials grant, but also password grant type: https://registry.terraform.io/providers/keycloak/keycloak/latest/docs#example-usage-password-grant

provider "keycloak" {
    client_id     = "admin-cli"
    username      = "keycloak"
    password      = "password"
    url           = "http://localhost:8080"
}

It would be very helpful if this is provided by Terraformer aswell 🙏

Signed-off-by: Ingo Kuba <ikuba@intension.de>
@google-cla
Copy link

google-cla bot commented Sep 15, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@ingokuba ingokuba marked this pull request as draft September 15, 2025 16:36
@ingokuba
Copy link
Author

managed to build it locally - testing in progress

@ingokuba ingokuba marked this pull request as ready for review September 16, 2025 06:33
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.

1 participant