kspradheep
kspradheep
I have used rancher cli in null_resource provisioner ` output "cluster_id" { value = rancher2_cluster.imported.id } resource "rancher2_project" "project_namespace" { name = var.namespace cluster_id = var.cluster_id } resource "null_resource" "project_namespace_assignment"...
> Hello @kspradheep > > For your first question: > > You wont be able to use "prefix-based routing" there is one restriction when you are using the terraform CLI....
> Hello @alfespa17 I have reviewed the Zalando postgres cluster and it has `hostnossl all all all reject` in pg_hba.conf file. After adding an entry like this, fixed the connectivity...
@MbolotSuse @anupama2501 @jamhed @janeczku Can you help on this?
@tonowie1 what version of keycloak are you using? Did you have to do anything different than what listed in Rancher doc https://ranchermanager.docs.rancher.com/v2.7/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/authentication-config/configure-keycloak-oidc?
Hi @anupama2501 after adding realm roles to keycloak users it worked. I can search users and groups now. Thanks for the help.