Marc Bernard
Marc Bernard
Closed by #163
got it. looking forward to your PR.
The log might get deleted. Here's the error: ``` ! [remote rejected] [email protected] -> [email protected] (push declined due to repository rule violations) ! [remote rejected] [email protected] -> [email protected] (push declined...
I figured it out: The rules ([example](https://github.com/verdaccio/verdaccio/rules?ref=refs%2Ftags%2Fverdaccio-audit%4013.0.0-next-8.25)) don't allow creating any `v*` tags. This makes sense for version tags like `v7` but stops the tagging for `verdaccio-...` tags. Maybe change...
I can't reproduce this. On my machine, `pnpm install, build, test, debug` all run without issues. Web, cli, publish, unpublish, too. 🤷
Hi Daniel, Thank you for the contributions! There are some good finds in there. It shows that you spent a lot of time using and testing the search and uplink...
activedirectory2 and ldapjs which it is based on have been decommissioned. See comment here: https://github.com/jsumners/node-activedirectory The plugin probably needs a rewrite from scratch.
The AD part just needs `authenticate`, `getGroupMembership`, and a bit of logic to deal with distinguished names. The can be rebuild directly on LDAP. https://www.npmjs.com/package/ldap-async is a bit new but...
In the uplink config, you can set basic auth: ```yml auth: type: basic token: ``` Or you set the `Authentication` header directly. https://verdaccio.org/docs/uplinks PS: This hardcodes the auth (you can...
Did this solve your issue @jancespivo ?