Skip to content

Commit 0788da5

Browse files
committed
Add the ee_admin user to the proxy.
No-Issue Signed-off-by: James Tanner <tanner.jc@gmail.com>
1 parent 8d8ad00 commit 0788da5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

profiles/dab_jwt/proxy/proxy.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ var users = map[string]User{
141141
Teams: []string{},
142142
IsSystemAuditor: true,
143143
},
144+
"ee_admin": {
145+
Username: "ee_admin",
146+
Password: "redhat",
147+
FirstName: "ee",
148+
LastName: "admin",
149+
IsSuperuser: true,
150+
Email: "notifications_admin@example.com",
151+
Organizations: map[string]interface{}{},
152+
Teams: []string{},
153+
IsSystemAuditor: true,
154+
},
144155
"jdoe": {
145156
Username: "jdoe",
146157
Password: "redhat",

0 commit comments

Comments
 (0)