Skip to content

Commit 00da22d

Browse files
wanhakimwwanarif
and
wwanarif
authoredJan 3, 2025
add keycloak theme under assets (#23)
Signed-off-by: wwanarif <[email protected]> Co-authored-by: wwanarif <[email protected]>
1 parent 96f6590 commit 00da22d

File tree

11 files changed

+2659
-0
lines changed

11 files changed

+2659
-0
lines changed
 

‎assets/keycloak/data/import/genaistudio-realm.json

+1,941
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"realm" : "genaistudio",
3+
"users" : [ {
4+
"id" : "1133d20f-3c10-4bb3-b51a-1d68e426acf4",
5+
"username" : "test_automation@gmail.com",
6+
"firstName" : "test",
7+
"lastName" : "test",
8+
"email" : "test_automation@gmail.com",
9+
"emailVerified" : false,
10+
"createdTimestamp" : 1734518970757,
11+
"enabled" : true,
12+
"totp" : false,
13+
"credentials" : [ {
14+
"id" : "4e9468e9-27f5-41a2-9c8a-f759446e3ad5",
15+
"type" : "password",
16+
"createdDate" : 1734518970820,
17+
"secretData" : "{\"value\":\"gm5NNTNC5AykgayjuY9Ci9nXLrY1x8BgL3EUjD7R1zs=\",\"salt\":\"lP/L902ch8edynC5EU4Q0Q==\",\"additionalParameters\":{}}",
18+
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
19+
} ],
20+
"disableableCredentialTypes" : [ ],
21+
"requiredActions" : [ ],
22+
"realmRoles" : [ "default-roles-genaistudio" ],
23+
"notBefore" : 0,
24+
"groups" : [ "/user" ]
25+
} ]
26+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* admin/resources/css/styles.css file */
2+
/* Override global colors */
3+
:root {
4+
--pf-global--primary-color--100: var(--pf-global--palette--purple-600);
5+
--pf-global--primary-color--200: var(--pf-global--palette--purple-700);
6+
--pf-global--active-color--100: var(--pf-global--palette--purple-600);
7+
--pf-global--BackgroundColor--dark-300: #606C38;
8+
--pf-global--BackgroundColor--dark-100: #283618;
9+
}

‎assets/keycloak/themes/opea/admin/resources/favicon.svg

+19
Loading

‎assets/keycloak/themes/opea/admin/resources/icon.svg

+19
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# admin/theme.properties file
2+
3+
parent=keycloak.v2
4+
import=common/keycloak
5+
styles=css/styles.css

‎assets/keycloak/themes/opea/login/resources/css/styles.css

+635
Large diffs are not rendered by default.
Loading
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
parent=keycloak
2+
import=common/keycloak
3+
4+
styles=css/styles.css

0 commit comments

Comments
 (0)
Please sign in to comment.