tomrutsaert
tomrutsaert
Hey, I agree it is annoying and I agree using `depends_on` is hack and against the terraform spirit. The issue is: Keycloak admin API seems to be build with 1...
AFAIK the priority has always been there. Furthermore keycloak uses it internally to order them and you get the priority returned when getting a flow. But you can not set...
If you are missing any variable, you can add them via ``` extra_config = { otherParm = "value" } ```
Yes, it is a missing feature. In current situation you need to do it in 2 steps 1) create realm 2) create flow and use a plain text reference to...
You are right, this is missing. An example can be found in the example files: https://github.com/mrparkers/terraform-provider-keycloak/blob/d2ea86004d263a5139bbb55df7ac174279729bd3/example/main.tf#L848 Please feel free to make a PR to add this to documentation.
It is very annoying that keycloak has it own extra attributes derived form other config settings. As indicated by @mrparkers , this makes the whole attributes lifecycle way more complex....
You can take a look in the documentation: https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/authentication_flow or for an example you can take a look in https://github.com/mrparkers/terraform-provider-keycloak/blob/master/example/main.tf (line 865)
Indeed resource "keycloak_authentication_subflow" is missing in the documentation. @mrparkers FYI Adding examples and missising resource to the documentation is always an welcome improvement. If you are willing to make a...
> Hello @maxlegault and @mrparkers, > > I was about to create a PR to add another IDP as max did with the github provider in #471. but since this...
> > > Hello @maxlegault and @mrparkers, > > > I was about to create a PR to add another IDP as max did with the github provider in #471....