Louis Opter
Louis Opter
Hey @etcinit, I'm wondering if you had some time to consider the ownership transfer. Getting individual write permissions doesn't work for us as people join and leave the company. If...
+1 on renaming `faroPort` to `port`, this is confusing. FWIW: ``` localhost:~/src/golang/alloy/operations/helm/charts/alloy% rg faro values.yaml 98: # - name: "faro" 459: faroPort: 12347 templates/ingress.yaml 6:{{- $servicePort := .Values.ingress.faroPort -}} ci/faro-ingress-values.yaml...
I just ran into that issue, it's a little confusing. Edit: after some more testing it looks like referencing input makes the crash go away. This works: ``` $ cat...
This only happens with (any) `-O`, and when `input` is not referenced (as shown above). Maybe referencing something else than `input` also avoids triggering this bug, I haven't tried. It...
My bad, I take this back, looks like in that earlier case today the mock output wasn't properly defined. --- ~~We ran into this issue again today, which forced us...
> Hi, > > Do you have a ticket with oci-go-sdk we can use to track? Not yet, maybe we can use @billf's comment as a basis for such ticket?
Hello @robo-cap, we have `output_detail` set to `true` and our policies are correct wrt to permissions.
I tried to be careful in the wording of my original post, and the user that does the plan has **read** permissions. The user that applies the plan has **manage**...
The idea I am entertaining right now would be to use WIF to get an OAuth 2 token for GCP KMS, then use that to get some service account key...
Oh! I thought that wasn't possible according to https://github.com/google-github-actions/auth/issues/474#issuecomment-2830075236