Paul Jones
Paul Jones
Running through the Rustlings Intellij course provides a great experience of learning the theory and putting it into practice with an exercise. Can the Rustling CLI deliver the task descriptions...
@inteon @SgtCoDFish I added an e2e test for Ambient. Can we add this to Prow for Istio 1.22 onwards?
> > @inteon @SgtCoDFish I added an e2e test for Ambient. Can we add this to Prow for Istio 1.22 onwards? > > The tests are defined here: https://github.com/cert-manager/testing/blob/master/config/jobs/cert-manager/istio-csr/cert-manager-istio-csr-presubmits.yaml We...
For the added header: ```sh $ k logs -n version-checker version-checker-7db59c4996-s5bvt time="2024-08-29T09:17:36Z" level=info msg="serving metrics on [::]:8080/metrics" module=metrics time="2024-08-29T09:17:36Z" level=warning msg="Token endpoint not found, using basic auth: http://docker-registry.registry.svc.cluster.local:5000/v2/token 404 page...
Thanks @howardjohn. I'm working on #336 to handle impersonation but need to add in node authorization. Looking to do something similar to https://github.com/istio/istio/blob/1.22.1/security/pkg/server/ca/node_auth.go#L110 to check the pod is on the...
Do you think some of this PR can be moved into another (like GitHub Actions)?
is this an issue after linking the GSA and KSA? ```sh gcloud iam service-accounts add-iam-policy-binding \ --role roles/iam.workloadIdentityUser \ --member "serviceAccount:$PROJECT_ID.svc.id.goog[cert-manager/cert-manager]" \ @$PROJECT_ID.iam.gserviceaccount.com ``` That is the recommended role when...