Skip to content

Commit

Permalink
add keycloak theme under assets (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: wwanarif <[email protected]>
Co-authored-by: wwanarif <[email protected]>
  • Loading branch information
wanhakim and wwanarif authored Jan 3, 2025
1 parent 96f6590 commit 00da22d
Show file tree
Hide file tree
Showing 11 changed files with 2,659 additions and 0 deletions.
1,941 changes: 1,941 additions & 0 deletions assets/keycloak/data/import/genaistudio-realm.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions assets/keycloak/data/import/genaistudio-users-0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"realm" : "genaistudio",
"users" : [ {
"id" : "1133d20f-3c10-4bb3-b51a-1d68e426acf4",
"username" : "[email protected]",
"firstName" : "test",
"lastName" : "test",
"email" : "[email protected]",
"emailVerified" : false,
"createdTimestamp" : 1734518970757,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "4e9468e9-27f5-41a2-9c8a-f759446e3ad5",
"type" : "password",
"createdDate" : 1734518970820,
"secretData" : "{\"value\":\"gm5NNTNC5AykgayjuY9Ci9nXLrY1x8BgL3EUjD7R1zs=\",\"salt\":\"lP/L902ch8edynC5EU4Q0Q==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":5,\"algorithm\":\"argon2\",\"additionalParameters\":{\"hashLength\":[\"32\"],\"memory\":[\"7168\"],\"type\":[\"id\"],\"version\":[\"1.3\"],\"parallelism\":[\"1\"]}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "default-roles-genaistudio" ],
"notBefore" : 0,
"groups" : [ "/user" ]
} ]
}
9 changes: 9 additions & 0 deletions assets/keycloak/themes/opea/admin/resources/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* admin/resources/css/styles.css file */
/* Override global colors */
:root {
--pf-global--primary-color--100: var(--pf-global--palette--purple-600);
--pf-global--primary-color--200: var(--pf-global--palette--purple-700);
--pf-global--active-color--100: var(--pf-global--palette--purple-600);
--pf-global--BackgroundColor--dark-300: #606C38;
--pf-global--BackgroundColor--dark-100: #283618;
}
19 changes: 19 additions & 0 deletions assets/keycloak/themes/opea/admin/resources/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions assets/keycloak/themes/opea/admin/resources/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/keycloak/themes/opea/admin/resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions assets/keycloak/themes/opea/admin/theme.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# admin/theme.properties file

parent=keycloak.v2
import=common/keycloak
styles=css/styles.css
Loading

0 comments on commit 00da22d

Please sign in to comment.