Skip to content

Commit 4feb6f7

Browse files
committed
fix: Pin Superset SECRET_KEY in end-to-end-security stack
1 parent 38c3670 commit 4feb6f7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
---
2+
# The Superset metadata database is restored from postgres_superset_dump.sql (see
3+
# setup-postgresql.yaml), which contains rows (e.g. the Trino database connection
4+
# password) encrypted with the SECRET_KEY below.
5+
apiVersion: v1
6+
kind: Secret
7+
metadata:
8+
name: superset-secret-key
9+
stringData:
10+
SECRET_KEY: supersetSecretKey
11+
---
212
apiVersion: superset.stackable.tech/v1alpha1
313
kind: SupersetCluster
414
metadata:

0 commit comments

Comments
 (0)