Authentication #75
Unanswered
TheVanDoom
asked this question in
Q&A
Replies: 0 comments 1 reply
-
Just a little update: I've played around with various deployments (docker, compose, Minikube) and figured out, that the ingress, that is created by the helm chart, seems to be the problem. Not sure what exactly is not working, but as soon as I manually expose the pod via node-port I can properly create a user. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to deploy Verdaccio to my kubernetes cluster to use as shared registry for my other components. My Problem is, that I cannot seem to get it to properly let my authenticate. I use the most recent Helm-Chart for deployment.
The configuration allows no registrations and expects authentication.
I need to get user-credentials to obtain the corresponding Token so I can push and pull from the registry. However, so far nothing I entered into the HTPasswd file worked. I've looked through the issues on here and a few tips how to generate the HTPasswd entry, but so far no success. When I try to login via
npm login
, I get the following response:I then tried to configure the server to allow registrations by changing max_users to 1. When running
npm adduser
I get the very same response. How am I supposed to use Verdaccio if there is no way to authenticate with the service? Or am I missing something?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions