Commit a150a31
test: replace weak literal connectors password with secretKeyRef in multitenancy scenario
The GKE CI cluster has a ValidatingAdmissionPolicy (deny-weak-password-defaults)
that rejects Deployments where a password-named env var is set to a known default
or a value shorter than 12 characters. The connectors env var `password: password`
was triggering this policy, causing the kemt (keycloak-mt) scenario to fail on
Helm install across all chart versions.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent e7091f2 commit a150a31
5 files changed
Lines changed: 20 additions & 5 deletions
File tree
- charts
- camunda-platform-8.10/test/integration/scenarios/chart-full-setup/values/features
- camunda-platform-8.6/test/integration/scenarios/chart-full-setup/values/features
- camunda-platform-8.7/test/integration/scenarios/chart-full-setup/values/features
- camunda-platform-8.8/test/integration/scenarios/chart-full-setup/values/features
- camunda-platform-8.9/test/integration/scenarios/chart-full-setup/values/features
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
47 | 50 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
0 commit comments