Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: standardize identity test client naming for multi-team support #2893

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4d58a15
fix: rename venom identity user to test
drodriguez-305 Feb 11, 2025
7984fd9
fix: rename venomClientID default to test
drodriguez-305 Feb 11, 2025
9d43204
Revert "fix: rename venomClientID default to test"
drodriguez-305 Feb 12, 2025
49e41a5
Revert "Revert "fix: rename venomClientID default to test""
drodriguez-305 Feb 13, 2025
791b16f
add ports to keycloak manually for 8.2 integration test
drodriguez-305 Feb 25, 2025
2682a11
add ports to keycloak manually for 8.2 integration test
drodriguez-305 Feb 25, 2025
6670fe6
add ports to keycloak manually for 8.2 integration test
drodriguez-305 Feb 25, 2025
9f5aace
add ports to keycloak manually for 8.2 integration test
drodriguez-305 Feb 25, 2025
b029327
fix: add port to identity keycloak integration test
drodriguez-305 Feb 28, 2025
7fa7832
fix: add port to identity keycloak integration test
drodriguez-305 Feb 28, 2025
72f366a
test: adjust service ports
jessesimpson36 Mar 3, 2025
26b43e0
fix: add keycloak port to values integration test
drodriguez-305 Mar 3, 2025
6314500
Revert "fix: add keycloak port to values integration test"
drodriguez-305 Mar 3, 2025
521f7f2
test: empty
jessesimpson36 Mar 3, 2025
0ff7fb0
fix: jesse is angry
jessesimpson36 Mar 3, 2025
1008fc7
Revert "fix: jesse is angry"
jessesimpson36 Mar 3, 2025
b018117
fix: remove service ports patch
jessesimpson36 Mar 3, 2025
8611202
style: remove newlines
jessesimpson36 Mar 3, 2025
a2ef500
chore: chart chores
distro-ci[bot] Mar 3, 2025
c016510
chore: chart chores
distro-ci[bot] Mar 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ identity:
# Keycloak client seed which is used to query Camunda Platform APIs.
env:
- name: KEYCLOAK_CLIENTS_2_ID
value: venom
value: test
- name: KEYCLOAK_CLIENTS_2_NAME
value: Venom
value: Test
- name: KEYCLOAK_CLIENTS_2_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda Platform
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ identity:
# Keycloak client seed which is used to query Camunda APIs.
env:
- name: KEYCLOAK_CLIENTS_2_ID
value: venom
value: test
- name: KEYCLOAK_CLIENTS_2_NAME
value: Venom
value: Test
- name: KEYCLOAK_CLIENTS_2_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ identity:
# Keycloak client seed which is used to query Camunda APIs.
env:
- name: KEYCLOAK_CLIENTS_2_ID
value: venom
value: test
- name: KEYCLOAK_CLIENTS_2_NAME
value: Venom
value: Test
- name: KEYCLOAK_CLIENTS_2_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ identity:
# Keycloak client seed which is used to query Camunda APIs.
env:
- name: KEYCLOAK_CLIENTS_2_ID
value: venom
value: test
- name: KEYCLOAK_CLIENTS_2_NAME
value: Venom
value: Test
- name: KEYCLOAK_CLIENTS_2_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ identity:
# Keycloak client seed which is used to query Camunda APIs.
env:
- name: KEYCLOAK_CLIENTS_2_ID
value: venom
value: test
- name: KEYCLOAK_CLIENTS_2_NAME
value: Venom
value: Test
- name: KEYCLOAK_CLIENTS_2_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha-8.8/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@
"tag": {
"type": "string",
"description": "can be set to overwrite the global tag, which should be used in that chart",
"default": "8.8.0-alpha1"
"default": "8.8.0-alpha2"
},
"pullSecrets": {
"type": "array",
Expand Down Expand Up @@ -5422,7 +5422,7 @@
"tag": {
"type": "string",
"description": "",
"default": "8.17.2"
"default": "8.17.3"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ identity:
# Keycloak client seed which is used to query Camunda APIs.
env:
- name: KEYCLOAK_CLIENTS_2_ID
value: venom
value: test
- name: KEYCLOAK_CLIENTS_2_NAME
value: Venom
value: Test
- name: KEYCLOAK_CLIENTS_2_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Test core functionality of Camunda
# Vars without defaults are passed as a Venom var, e.g. "VENOM_VAR_TEST_CLIENT_SECRET".
vars:
releaseName: integration
venomClientID: '{{ .TEST_CLIENT_ID | default "venom" }}'
venomClientID: '{{ .TEST_CLIENT_ID | default "test" }}'
venomClientSecret: '{{ .TEST_CLIENT_SECRET }}'
skipTestIngress: '{{ .SKIP_TEST_INGRESS }}'
skipTestWebModeler: '{{ .SKIP_TEST_WEBMODELER }}'
Expand Down