Skip to content

Commit 406b26d

Browse files
committed
temp: switch to branch for deployment test
1 parent 69f882a commit 406b26d

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

stacks/end-to-end-security/setup-postgresql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
- |
1717
kubectl rollout status --watch statefulset/postgresql-superset
1818
cd /tmp
19-
curl --fail -O https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/postgres_superset_dump.sql
19+
curl --fail -O https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/postgres_superset_dump.sql
2020
2121
# We need to omit changing the users password, as otherwise the content in the Secrets does not match
2222
# the actual password in Postgres.

stacks/stacks-v2.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -526,25 +526,25 @@ stacks:
526526
pvc: 40Gi
527527
manifests:
528528
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/keycloak-serviceaccount.yaml
529-
- plainYaml: stacks/end-to-end-security/keycloak-realm-config.yaml
529+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/keycloak-realm-config.yaml
530530
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/keycloak.yaml
531531
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-hive-iceberg.yaml
532532
- helmChart: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/_templates/postgresql-superset.yaml
533-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/krb5.yaml
534-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/kerberos-secretclass.yaml
535-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/opa.yaml
536-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/zookeeper.yaml # TODO: Add authentication
537-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/hdfs.yaml
538-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/hdfs-regorules.yaml
539-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/hive-metastore.yaml
540-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/hive-metastore-regorules.yaml
541-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/trino.yaml
542-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/trino-regorules.yaml
543-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/trino-policies.yaml
544-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/rbac.yaml
545-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/setup-postgresql.yaml
546-
- plainYaml: stacks/end-to-end-security/superset-regorules.yaml
547-
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/main/stacks/end-to-end-security/superset.yaml
533+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/krb5.yaml
534+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/kerberos-secretclass.yaml
535+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/opa.yaml
536+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/zookeeper.yaml # TODO: Add authentication
537+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/hdfs.yaml
538+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/hdfs-regorules.yaml
539+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/hive-metastore.yaml
540+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/hive-metastore-regorules.yaml
541+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/trino.yaml
542+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/trino-regorules.yaml
543+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/trino-policies.yaml
544+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/rbac.yaml
545+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/setup-postgresql.yaml
546+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/superset-regorules.yaml
547+
- plainYaml: https://raw.githubusercontent.com/stackabletech/demos/feat/e2e-superset-opa/stacks/end-to-end-security/superset.yaml
548548
parameters:
549549
- name: keycloakAdminPassword
550550
description: Password of the Keycloak admin user

0 commit comments

Comments
 (0)