ArielGlenn has submitted this change and it was merged. Change subject: remove asher, py from icinga access; use wikitech names for authz ......................................................................
remove asher, py from icinga access; use wikitech names for authz the cgi.cfg file needs the ldap usernames (the cn) for all of the authorized_for* variables. use them with lowercase; note that therefore folks must login with lowercase too. Change-Id: Ia2e5dc761449848359db93810a33d0b6d9c7b0f2 --- M files/icinga/cgi.cfg 1 file changed, 5 insertions(+), 5 deletions(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/files/icinga/cgi.cfg b/files/icinga/cgi.cfg index f7fe21e..95d5612 100644 --- a/files/icinga/cgi.cfg +++ b/files/icinga/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=tstarling,robh,mark,midom,laner,ariel,py,asher,dzahn,lcarr,jgreen,faidon,mwalker,khorn,pgehres,Catrope,akosiaris,springle +authorized_for_system_information=tim starling,robh,mark bergsma,domas,ryan lane,arielglenn,dzahn,lcarr,jgreen,faidon liambotis,mwalker,katie horn,pgehres,catrope,akosiaris,springle # CONFIGURATION INFORMATION ACCESS @@ -142,7 +142,7 @@ # an asterisk (*) to authorize any user who has authenticated # to the web server. -authorized_for_configuration_information=tstarling,robh,mark,midom,laner,ariel,py,asher,dzahn,lcarr,jgreen,faidon,mwalker,khorn,pgehres,Catrope,akosiaris,springle +authorized_for_configuration_information=tim starling,robh,mark bergsma,domas,ryan lane,arielglenn,dzahn,lcarr,jgreen,faidon liambotis,mwalker,katie horn,pgehres,catrope,akosiaris,springle @@ -155,7 +155,7 @@ # You may use an asterisk (*) to authorize any user who has # authenticated to the web server. -authorized_for_system_commands=tstarling,robh,mark,midom,laner,ariel,py,asher,dzahn,lcarr,jgreen,faidon,mwalker,khorn,pgehres,Catrope,akosiaris,springle +authorized_for_system_commands=tim starling,robh,mark bergsma,domas,ryan lane,arielglenn,dzahn,lcarr,jgreen,faidon liambotis,mwalker,katie horn,pgehres,catrope,akosiaris,springle # 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=tstarling,robh,mark,midom,laner,ariel,py,asher,dzahn,lcarr,jgreen,faidon,mwalker,khorn,pgehres,Catrope,akosiaris,springle -authorized_for_all_host_commands=tstarling,robh,mark,midom,laner,ariel,py,asher,dzahn,lcarr,jgreen,faidon,mwalker,khorn,pgehres,Catrope,akosiaris,springle +authorized_for_all_service_commands=tim starling,robh,mark bergsma,domas,ryan lane,arielglenn,dzahn,lcarr,jgreen,faidon liambotis,mwalker,katie horn,pgehres,catrope,akosiaris,springle +authorized_for_all_host_commands=tim starling,robh,mark bergsma,domas,ryan lane,arielglenn,dzahn,lcarr,jgreen,faidon liambotis,mwalker,katie horn,pgehres,catrope,akosiaris,springle -- To view, visit https://gerrit.wikimedia.org/r/91361 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia2e5dc761449848359db93810a33d0b6d9c7b0f2 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
