forked from infamousjoeg/conjur-policies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.yml
43 lines (42 loc) · 963 Bytes
/
users.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# conjur policy load root users.yml
# To add users to admin group, update grants.yml policy file
- !user
id: joe
annotations:
first_name: Joe
last_name: Garcia
full_name: Joe Garcia
email: [email protected]
title: DevOps Security Engineer
company: CyberArk
cyberark: true
- !user
id: darren
annotations:
first_name: Darren
last_name: Khan
full_name: Darren Khan
email: [email protected]
title: Senior DevSecOps SME
company: CyberArk
cyberark: true
- !user
id: mark
annotations:
first_name: Mark
last_name: Hurter
full_name: Mark Hurter
email: [email protected]
title: DevSecOps Sales Overlay
company: CyberArk
cyberark: true
- !user
id: james
annotations:
first_name: James
last_name: Creamer
full_name: James Creamer
email: [email protected]
title: PAS Programs Architect
company: CyberArk
cyberark: true