forked from infamousjoeg/conjur-policies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
users.yml
53 lines (52 loc) · 1.15 KB
/
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
44
45
46
47
48
49
50
51
52
53
# 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: joe.garcia@cyberark.com
title: DevOps Security Engineer
company: CyberArk
cyberark: true
- !user
id: darren
annotations:
first_name: Darren
last_name: Khan
full_name: Darren Khan
email: darren.khan@cyberark.com
title: Senior DevSecOps SME
company: CyberArk
cyberark: true
- !user
id: mark
annotations:
first_name: Mark
last_name: Hurter
full_name: Mark Hurter
email: mark.hurter@cyberark.com
title: DevSecOps Sales Overlay
company: CyberArk
cyberark: true
- !user
id: james
annotations:
first_name: James
last_name: Creamer
full_name: James Creamer
email: james.creamer@cyberark.com
title: PAS Programs Architect
company: CyberArk
cyberark: true
- !user
id: jed
annotations:
first_name: Jed
last_name: Knopf
full_name: Jed Knopf
email: jed.knopf@cyberark.com
title: Solutions Architect, Central
company: CyberArk
cyberark: true