Thor Anker Kvisgård Lange

Results 38 comments of Thor Anker Kvisgård Lange

We have a similar case using FluxCD for GitOps. The FluxCD process (running in our Kubernetes cluster) needs to be able to do a Git pull against Azure DevOps. Currently...

Yeah, I perfectly understand. The current version of the chart will run on a cluster having PSP enforced and given the maintenance state and that the psp is never going...

I am seeing the same issue. The Confluence documentation does say that Personal Access Tokens is supposed to be put in a `Bearer` authorization header: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html

For on-prem Confluence it seems the is both "personal access token" and "api tokens". The latter actually works using the basic authentication header. It is possible to issue API token...

I was also looking for the controller to support mTSL. I am pretty sure the e2e tutorial is only covering TLS between the Application Gateway and the workload inside of...

I think I may have found something here. Looking at the example in the Kubernetes documentation I noted `conversionReviewVersions` which, as I read it, defines the versions understood by the...

> The `conversionReviewVersions` refers to the [version of webhook payload](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-request-and-response), not to the CRD version. You are right - I miss read it even if that was also my initial...

Still looking into this but just for the record I found a way to mimic the dry-run from the Flux Kustomization controller - thus reproducing the problem. Doing an apply...

The cluster is `1.23.6`. But I am not sure it is directly related the external-secrets conversion webhook - I have added some logging of request/response to the webhook and so...