devjoes
devjoes
### What happened? I upgraded Octokit to version v20 of the API (by upgrading @actions/github to 6.0.0). This removed the `internal` option for `visibility` when calling `octokit.rest.repos.createInOrg`. When trying to...
**Reason for Change**: Fixes [Issue 773](https://github.com/Azure/azure-workload-identity/issues/773) by using [native sidecars](https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/) so that pods exit cleanly when running as cronjobs, currently azwi sidecar prevents the pod from terminating. It also addresses...
**Is your feature request related to a problem? Please describe.** I'm trying to set this up on a multi-tenanted EKS cluster with around 300 namespaces. We enforce tenant boundaries quite...