-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PoC: Investigate feasibility for single vs. multiple registry approaches in custom node registries #5130
Comments
I believe a custom vedaccio auth plugin will allow for a single instance, shared between all teams
// how to get the initial token https://stackoverflow.com/a/35831310 |
P.s. I still don't like TypeScript |
Just checking, this would be required for each |
Which Web UI? |
The UX for this is going to be horrible
But would need to check we can invalidate the tokens after later
verdaccio web ui, still need to double check, but I don't think there is a way to limit which scopes/pacakges are shown in the UI. |
Agreed, that should be disabled either way, we don't need to expose our internal wiring.
Please consider alternatives then |
npm Tokens stop working when the password for the issuing user is changed (due to how the tokens are validated, by recovering the original password used to issue them and being passed to the auth function), this means we can cancel issued tokens. But it does mean that we can't use single use passwords for generating tokens as mentioned earlier. |
Description
Scope
Single day PoC to explore npm registry feasibility for #5087
Outcomes
Playback at Engineering Meeting on Tuesday 18th February, 2025
Epic/Story
#5087
Have you provided an initial effort estimate for this issue?
I have provided an initial effort estimate
The text was updated successfully, but these errors were encountered: