Hey all, I'm using typescript and the keycloak pr...
# general
c
Hey all, I'm using typescript and the keycloak provider to initially configure my keycloak instance (setting up login flows, themes, etc) and i would love to change the master realm admin theme through pulumi. Problem is that the theme gets configured through the Realm object and the realm itself is created by keycloak automatically and not through pulumi. I've created other resources in the master realm using the
Realm.get()
Method but i got no clue how i would alter the master realm itself. Any Ideas?
bump I still haven't figured it out yet :S
d
I'm not familiar with how keycloak works, but there would be a couple of options: • Don't use the defualt Realm, and instead use pulumi to generate a new one that you then go on to use • Import the default realm into your pulumi project