Corey

Results 20 comments of Corey

edit: I upgraded my cloudflare provider and it resolved this issue. Thanks! @jhutchings1 @musa-cf thanks guys, looks like the root cause was identified in https://github.com/cloudflare/terraform-provider-cloudflare/issues/5363. Recreating the tunnel on every...

`{"errorCode":5000,"message":"Unclassified error [Could not create URI object: Expected scheme-specific part at index 6: https:]"}` Yeah we can't use Nginx ingress either, we use `cloudflared` to route all of our inbound...

Here is a preview of the changes: https://imgur.com/a/sFDV825

I am also having this issue, trying to reopen it. I was able to get the `node_id` by running CLI command `gh api https://api.github.com/apps/my-app-name-here | jq '.node_id'`, but when I...

same, we need managed identity support please for passwordless auth of cloud-native apps

Broken for me too, trying to pull `oci://ghcr.io/actions/actions-runner-controller-charts` using a PAT that only has access to public repos. Funny enough this is a copy/paste from a working deploying for another...

update: I had to add `repository_username = 'owner of the PAT'`, now it works for me

@zuza3012 thanks, that worked for me to. I guess Azure provides a JIT directory role for `Directory Reader/Writer` or something like that, your solution fixed it.

Encountered this issue again. Basically my scenario is we use TF via a GH app to create branch protection rules. These rules need to add a CICD GH app to...