We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8ad00 commit 0788da5Copy full SHA for 0788da5
profiles/dab_jwt/proxy/proxy.go
@@ -141,6 +141,17 @@ var users = map[string]User{
141
Teams: []string{},
142
IsSystemAuditor: true,
143
},
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
+ },
155
"jdoe": {
156
Username: "jdoe",
157
Password: "redhat",
0 commit comments