i am running Kubernetes which can use OIDC to do Auth. As we use Bitbucket Cloud for most of our tooling (Jenkins, etc.), I am trying to setup Kubernetes to use it too. I am not sure how to do that, if it is even possible.
Kubernetes uses --oidc-issuer-url
flag but that assumes that the URL provided can have .well-known/openid-configuration
can be appended.
Is this possible on the Cloud?