Jenkins security - hide all screens unless user is logged in

前端 未结 4 1226
孤城傲影
孤城傲影 2021-02-01 00:48

I don\'t know why \"logged in users can do anything\" means Jenkins will happily allow non-authenticated users to view project details and access artifacts... Regardless, I nee

4条回答
  •  遇见更好的自我
    2021-02-01 01:44

    You can use https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin

    it allows to specify to define roles and assign roles to users, users with no roles won't even see the jenkins ui.

提交回复
热议问题