Jenkins security - hide all screens unless user is logged in

前端 未结 4 1202
孤城傲影
孤城傲影 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:53

    This can be done with the Role-Strategy plugin.

    Install the plugin, add a new group called "Anonymous" and uncheck everything. Then you want to add another group called "authenticated" and check everything. Add your existing users to this group. Jenkins will immediately prompt you for a login this way.

提交回复
热议问题