What’s the best way to load the kc configuration during installation through a GitLab pipeline? Considering that some parameters, like IP addresses, vary depending on the installation environment. Thanks.
Terraform for the win. As far as access to the KC server, my Terraform runs on the private route to the console. When your installing, I imagine you are using a normal or bootstrap admin user account for Keycloak. That is the identity under which the Terraform runs. Have a look at the Terraform provider docs for more details.
-Jonathan
I’m looking for open source solutions for commercial use.
pardon…but of course…. may I suggest OpenTofu as the alternative to? Likewise Terraform is open source until 1.5.5 so it has long legs with any provider. have fun!
-Jonathan