I have a Jenkins instance running on a K8s cluster.
I have installed it via helm (stable/jenkins) and was wondering if it was possible to use this plugin
https://jenkinsci.github.io/kubernetes-credentials-provider-plugin/
to also manage users in addition to credentials.
For example, one would add a K8s secret of type username/password and could then user those values to log into the Jenkins UI.
Marcello