Skip to content

Commit b4bd598

Browse files
committed
chore: adjust admin user information to make it more generic
1 parent b607bdd commit b4bd598

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/modules/demos/pages/end-to-end-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following user accounts are configured in Keycloak:
105105

106106
|admin
107107
|adminadmin
108-
|Superset administrator, not member of any department
108+
|Administrator, not member of any department
109109
|===
110110

111111
[#ruleset]

stacks/end-to-end-security/keycloak-realm-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ stringData:
5050
"enabled" : true,
5151
"totp" : false,
5252
"emailVerified" : true,
53-
"firstName" : "Superset",
53+
"firstName" : "Admin",
5454
"lastName" : "Admin",
55-
"email" : "admin@superset.com",
55+
"email" : "admin@example.com",
5656
"credentials" : [ {
5757
"type" : "password",
58-
"value" : "{{ supersetAdminPassword }}",
58+
"value" : "{{ adminPassword }}",
5959
"temporary" : false
6060
} ],
6161
"disableableCredentialTypes" : [ ],

stacks/end-to-end-security/postgres_superset_dump.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3499,7 +3499,7 @@ COPY public.ab_user (id, first_name, last_name, username, password, active, emai
34993499
3 Isla Williams isla.williams pbkdf2:sha256:600000$Shnct223WRMOpRBl$9e771548d71089f326f8edf712f8d90eab34864ef833081d0889284e95a13524 t isla.williams@knab.com 2024-03-27 12:24:58.537556 1 0 2024-03-27 12:24:58.52987 2024-03-27 12:24:58.52988 \N \N
35003500
5 Mark Ketting mark.ketting pbkdf2:sha256:600000$9PjSpVaXmmI2rpyi$9ccaf75fe3f36ab9ccf05004efe1b74e2d76d9bcf4dc4f5b28773d3d4454ed90 t mark.ketting@knab.com 2024-03-27 12:25:50.846849 1 0 2024-03-27 12:25:50.840258 2024-03-27 12:25:50.840267 \N \N
35013501
2 Daniel King daniel.king pbkdf2:sha256:600000$XobvWsPoxpUBXba2$d55ffd2384a0ef4a547f9b1a28f129be7c953e319616cd3ebfc32c843f6e7f89 t daniel.king@knab.com 2025-07-28 13:06:05.987585 5 0 2024-03-27 11:22:57.458016 2024-03-27 11:22:57.458026 \N \N
3502-
1 Superset Admin admin pbkdf2:sha256:600000$VtEwC0rP1mLkLXCr$7f88b3bf4078f2a7f141faa6fc3adb740a012813caf0e4186a5f8686b98f6e7b t admin@superset.com 2026-07-06 08:52:42.652933 20 0 2024-03-27 09:00:58.213426 2024-03-27 09:00:58.213437 \N \N
3502+
1 Admin Admin admin pbkdf2:sha256:600000$VtEwC0rP1mLkLXCr$7f88b3bf4078f2a7f141faa6fc3adb740a012813caf0e4186a5f8686b98f6e7b t admin@example.com 2026-07-06 08:52:42.652933 20 0 2024-03-27 09:00:58.213426 2024-03-27 09:00:58.213437 \N \N
35033503
8 William Lewis william.lewis pbkdf2:sha256:600000$tNYDu1gAgzC4Zw38$dc4c35bdf39728d6154a66cc32f1058e7105aafa048bb27e177b7a903f14d298 t william.lewis@knab.com 2026-07-06 08:55:04.087295 2 0 2024-03-27 12:26:38.250925 2024-03-27 12:26:38.250934 \N \N
35043504
6 Pamela Scott pamela.scott pbkdf2:sha256:600000$8fxRZw3aVI4bfwi7$ea9f35223de6eac05aa9545514e9435043897aaf76ceb2c24f0d63f1844c34ee t pamela.scott@knab.com 2026-07-06 09:30:54.011095 4 0 2024-03-27 12:26:07.70948 2024-03-27 12:26:07.709489 \N \N
35053505
\.

stacks/end-to-end-security/superset.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ metadata:
5858
type: Opaque
5959
stringData:
6060
adminUser.username: admin
61-
adminUser.firstname: Superset
61+
adminUser.firstname: Admin
6262
adminUser.lastname: Admin
63-
adminUser.email: admin@superset.com
64-
adminUser.password: {{ supersetAdminPassword }}
63+
adminUser.email: admin@example.com
64+
adminUser.password: {{ adminPassword }}
6565
---
6666
apiVersion: v1
6767
kind: Secret

stacks/stacks-v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ stacks:
558558
- name: keycloakTrinoClientSecret
559559
description: Secret ID of the Keycloak Trino client that is used by Trino to connect to Keycloak to authenticate users
560560
default: trinotrino
561-
- name: supersetAdminPassword
562-
description: Password of the Superset admin user
561+
- name: adminPassword
562+
description: Password of the admin user (used for both the Superset admin and the matching Keycloak user)
563563
default: adminadmin
564564
- name: trinoSupersetUserPassword
565565
description: Password of the service Superset uses to connect to Trino. Superset itself will use impersonation for Trino users

0 commit comments

Comments
 (0)