Using a user with full admin permissions, I am able to npm login
and npm publish to a repository.
I'm now trying to create a role that is limited to only being able to do these actions against a particular hosted npm repository. It seems that having just the view add/read permissions on the repository are not enough (I get a 404 to my npm login).
Does anyone know the privileges that I need to minimally add to my role to enable this?
Thanks
Daniel
Using a user with full admin permissions, I am able to npm login and npm publish to a repository.
I'm now trying to create a role that is limited to only being able to do these actions against a particular hosted npm repository. It seems that having just the view add/read permissions on the repository are not enough (I get a 404 to my npm login).
Does anyone know the privileges that I need to minimally add to my role to enable this?
Thanks
Daniel
--
You received this message because you are subscribed to the Google Groups "Nexus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nexus-users+unsubscribe@glists.sonatype.com.
To post to this group, send email to nexus...@glists.sonatype.com.
To view this discussion on the web visit https://groups.google.com/a/glists.sonatype.com/d/msgid/nexus-users/96e5df11-faae-4f02-9d88-7fed32de88f1%40glists.sonatype.com.
For more options, visit https://groups.google.com/a/glists.sonatype.com/d/optout.
Sorry,
Nexus 3.
This is a hosted repository.
As mentioned, with full Nexus admin I'm able to publish. I'm trying to determine minimal permissions for a role for only being able to publish to this NPM repo.