Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sonatype Nexus using github for authentication/authorization

New to Nexus and I am trying to get it working with github for authentication/authorization.

I do have Nexus running and can successfully npm login, install, and publish following their docs using the default admin user. Now, I am trying to secure my nexus npm repos with github auth.

Any help would be appreciated.

like image 563
Dan Avatar asked Oct 30 '22 05:10

Dan


1 Answers

If you still have the problem, there is a plugin for nexus to do exactly that: https://github.com/larscheid-schmitzhermes/nexus3-github-oauth-plugin

Disclaimer: I am one of the authors of the plugin.

like image 152
tobitobitobi Avatar answered Nov 15 '22 05:11

tobitobitobi