mirror of
https://github.com/saltstack-formulas/sudoers-formula.git
synced 2026-05-12 00:22:46 +02:00
Merge pull request #4 from PLOS-Formulas/ITI-3671-qa-stage-access
ITI-3671 grant qa full access to stage environments
This commit is contained in:
commit
32dbb6da55
@ -21,6 +21,8 @@
|
|||||||
'dev': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
|
'dev': { 'default': 'ALL = (ALL:ALL) NOPASSWD: ALL' },
|
||||||
'qa': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
|
'qa': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
|
||||||
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
|
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
|
||||||
|
'stage': { 'default': 'ALL = (root) NOEXEC:NOPASSWD: SUPPORT',
|
||||||
|
'plosqa': 'ALL = (root) NOPASSWD: ALL' },
|
||||||
},
|
},
|
||||||
grain='environment',
|
grain='environment',
|
||||||
merge=salt['pillar.get']('group_maps:lookup', None))
|
merge=salt['pillar.get']('group_maps:lookup', None))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user