Tom Huang
Tom Huang
@excelsi0r Yeah I encountered the similar issue but some other errors came up. I am using keycloak as a proxy currently and had to add "groups" to the scope. Dex...
I am not sure about MSI but I am able to get it to work with a service principal. Following the azurerm [documentation](https://www.terraform.io/language/settings/backends/azurerm), I am using `ARM_CLIENT_ID` and `ARM_CLIENT_SECRET` env...
@oliverbaehler sorry I was out of town for a bit. Everything looks good. Could you resolve the conflict and we can merge this in? Thanks!
Could provide the secret metadata of the corresponding terraform plan? It should be start with `tfplan-default-`.
@bivas I am wondering why workspace relative path is required.
I agree that if we need to support APM, OpenTelemetry is the way to go. Some APM tools provide out of box APM tracing without manual instrumentations but understand that...
Yeah, I built my runner with az cli and pushed it to a private registry. Maybe we can also change move runner pod image reference to `Terraform` instead of a...
@Nalum Using service account `imagePullSecrets` worked for me for now :)
Currently, it doesn't support referencing a ConfigMap for the `CustomConfiguration` yet. PRs are welcome :)
Hmm yeah that could be useful. However, if the user want to run commands not in a make target, they would run into a similar issue if version mismatch. I...