Brendan Dalpe
Brendan Dalpe
Your `bootstrap_extra_args` setting is inserting a newline at the end due to the use of the [Heredoc String](https://developer.hashicorp.com/terraform/language/expressions/strings#heredoc-strings): ``` bootstrap_extra_args =
I've also been looking into this, as I've been seeing the same behavior. Multiple comments in the old repo by @mumoshu seem to indicate this is by design. I'm still...
@thomaspetit I believe this is what you're looking for: https://github.com/zitadel/zitadel-charts/blob/main/examples/6-machine-user/README.md Which creates a secret named whatever you configure in `.Values.zitadel.configmapConfig.FirstInstance.Org.Machine.Machine.Username` https://github.com/zitadel/zitadel-charts/blob/f21506f1f21308ef89ef047a224aa7c96a8c08c5/charts/zitadel/templates/setupjob.yaml#L108
@thomaspetit my comment here might help you: https://github.com/zitadel/terraform-provider-zitadel/issues/167#issue-2197959352 I found that the Zitadel Terraform Provider tries to use the secret before it exists, so you have to do one of...
@eliobischof I will close this and also reference @gecube's `cert-manager` request. @gecube, I agree with you that `cert-manager` should be used, but there also needs to be a _simple_ way...
You also can't assume that `HTTPRoute` is the only way to expose Zitadel with the Gateway API. It is possible to also use a `TLSRoute` resource and access via TLS...
Author of the Reddit post 👋 +1 for this!