-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: enable secrets deprecation flag in alpha by default (#2081)
- Loading branch information
1 parent
3c1805c
commit b791f4c
Showing
21 changed files
with
205 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
charts/camunda-platform-8.2/templates/tests/integration-test-secret.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
charts/camunda-platform-8.2/test/integration/scenarios/common/values-integration-test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
test: | ||
integration: true | ||
|
||
identity: | ||
# Keycloak client seed which is used to query Camunda Platform APIs. | ||
env: | ||
|
12 changes: 0 additions & 12 deletions
12
charts/camunda-platform-8.3/templates/tests/integration-test-secret.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,22 +15,42 @@ global: | |
identity: | ||
auth: | ||
publicIssuerUrl: "https://{{ .Values.global.ingress.host }}/auth/realms/camunda-platform" | ||
connectors: | ||
existingSecret: | ||
name: "integration-test" | ||
console: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}" | ||
existingSecret: | ||
name: "integration-test" | ||
operate: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/operate" | ||
existingSecret: | ||
name: "integration-test" | ||
tasklist: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/tasklist" | ||
existingSecret: | ||
name: "integration-test" | ||
optimize: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/optimize" | ||
existingSecret: | ||
name: "integration-test" | ||
webModeler: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/modeler" | ||
zeebe: | ||
existingSecret: | ||
name: "integration-test" | ||
|
||
identity: | ||
contextPath: "/identity" | ||
fullURL: "https://{{ .Values.global.ingress.host }}/identity" | ||
firstUser: | ||
existingSecret: "integration-test" | ||
keycloak: | ||
auth: | ||
existingSecret: "integration-test" | ||
postgresql: | ||
auth: | ||
existingSecret: "integration-test" | ||
|
||
operate: | ||
contextPath: "/operate" | ||
|
@@ -55,6 +75,8 @@ webModeler: | |
mail: | ||
# This value is required, otherwise the restapi pod wouldn't start. | ||
fromAddress: [email protected] | ||
existingSecret: | ||
name: "integration-test" | ||
|
||
# database used by Web Modeler | ||
postgresql: | ||
|
3 changes: 0 additions & 3 deletions
3
charts/camunda-platform-8.3/test/integration/scenarios/common/values-integration-test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
test: | ||
integration: true | ||
|
||
identity: | ||
# Keycloak client seed which is used to query Camunda APIs. | ||
env: | ||
|
12 changes: 0 additions & 12 deletions
12
charts/camunda-platform-8.4/templates/tests/integration-test-secret.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
charts/camunda-platform-8.4/test/integration/scenarios/common/values-integration-test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
test: | ||
integration: true | ||
|
||
identity: | ||
# Keycloak client seed which is used to query Camunda APIs. | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
charts/camunda-platform-alpha/templates/tests/integration-test-secret.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,22 +14,47 @@ global: | |
identity: | ||
auth: | ||
publicIssuerUrl: "https://{{ .Values.global.ingress.host }}/auth/realms/camunda-platform" | ||
connectors: | ||
existingSecret: | ||
name: "integration-test" | ||
console: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}" | ||
existingSecret: | ||
name: "integration-test" | ||
operate: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/operate" | ||
existingSecret: | ||
name: "integration-test" | ||
tasklist: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/tasklist" | ||
existingSecret: | ||
name: "integration-test" | ||
optimize: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/optimize" | ||
existingSecret: | ||
name: "integration-test" | ||
webModeler: | ||
redirectUrl: "https://{{ .Values.global.ingress.host }}/modeler" | ||
zeebe: | ||
existingSecret: | ||
name: "integration-test" | ||
|
||
identity: | ||
contextPath: "/identity" | ||
firstUser: | ||
existingSecret: "integration-test" | ||
|
||
identityKeycloak: | ||
postgresql: | ||
auth: | ||
existingSecret: "integration-test" | ||
auth: | ||
existingSecret: "integration-test" | ||
|
||
identityPostgresql: | ||
auth: | ||
existingSecret: "integration-test" | ||
|
||
operate: | ||
contextPath: "/operate" | ||
|
||
|
@@ -53,10 +78,14 @@ webModeler: | |
mail: | ||
# This value is required, otherwise the restapi pod wouldn't start. | ||
fromAddress: [email protected] | ||
existingSecret: | ||
name: "integration-test" | ||
|
||
# WebModeler Database. | ||
postgresql: | ||
enabled: true | ||
auth: | ||
existingSecret: "integration-test" | ||
|
||
zeebeGateway: | ||
contextPath: "/zeebe" | ||
|
3 changes: 0 additions & 3 deletions
3
charts/camunda-platform-alpha/test/integration/scenarios/common/values-integration-test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
test: | ||
integration: true | ||
|
||
identity: | ||
# Keycloak client seed which is used to query Camunda APIs. | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.