Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/219299
Change subject: icinga: give 20after4 permissions in cgi.cfg ...................................................................... icinga: give 20after4 permissions in cgi.cfg Give Mukunda permissions to schedule downtimes and execute other commands in the Icinga web UI. Using the value of "cn" in LDAP which is "20after4" for uid "twentyafterfour", right? Bug:T102830 Change-Id: If84ea8df2dca392d509d7f70b74e0aaacc9e4593 --- M modules/icinga/files/cgi.cfg 1 file changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/99/219299/1 diff --git a/modules/icinga/files/cgi.cfg b/modules/icinga/files/cgi.cfg index 055493f..2f6d1ab 100644 --- a/modules/icinga/files/cgi.cfg +++ b/modules/icinga/files/cgi.cfg @@ -131,7 +131,7 @@ # not use authorization. You may use an asterisk (*) to # authorize any user who has authenticated to the web server. -authorized_for_system_information=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo +authorized_for_system_information=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo,20after4 # CONFIGURATION INFORMATION ACCESS @@ -142,7 +142,7 @@ # an asterisk (*) to authorize any user who has authenticated # to the web server. -authorized_for_configuration_information=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo +authorized_for_configuration_information=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo,20after4 @@ -155,7 +155,7 @@ # You may use an asterisk (*) to authorize any user who has # authenticated to the web server. -authorized_for_system_commands=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo +authorized_for_system_commands=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo,20after4 # GLOBAL HOST/SERVICE VIEW ACCESS @@ -181,8 +181,8 @@ # authorization). You may use an asterisk (*) to authorize any # user who has authenticated to the web server. -authorized_for_all_service_commands=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo -authorized_for_all_host_commands=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo +authorized_for_all_service_commands=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo,20after4 +authorized_for_all_host_commands=tim starling,robh,mark bergsma,domas,arielglenn,cmjohnson,dzahn,jgreen,Faidon Liambotis,katie horn,catrope,alexandros kosiaris,springle,ori.livneh,gage,andrew bogott,ottomata,rush,Giuseppe Lavagetto,Filippo Giunchedi,bblack,manybubbles,Coren,yuvipanda,Muehlenhoff,Jcrespo,20after4 -- To view, visit https://gerrit.wikimedia.org/r/219299 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If84ea8df2dca392d509d7f70b74e0aaacc9e4593 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
