-
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.
- Loading branch information
Showing
5 changed files
with
63 additions
and
60 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
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
63 changes: 6 additions & 57 deletions
63
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,70 +1,19 @@ | ||
identity: | ||
# Keycloak client seed which is used to query Camunda APIs. | ||
env: | ||
- name: KEYCLOAK_CLIENTS_2_ID | ||
value: test | ||
- name: KEYCLOAK_CLIENTS_2_NAME | ||
value: Test | ||
- name: KEYCLOAK_CLIENTS_2_SECRET | ||
valueFrom: | ||
secretKeyRef: | ||
name: integration-test-credentials | ||
key: identity-admin-client-password | ||
- name: KEYCLOAK_CLIENTS_2_REDIRECT_URIS_0 | ||
value: /dummy | ||
- name: KEYCLOAK_CLIENTS_2_ROOT_URL | ||
value: http://dummy | ||
- name: KEYCLOAK_CLIENTS_2_TYPE | ||
value: CONFIDENTIAL | ||
####################### | ||
# Management Group | ||
####################### | ||
# Identity access. | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_0_RESOURCE_SERVER_ID | ||
value: camunda-identity-resource-server | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_0_DEFINITION | ||
value: read | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_1_RESOURCE_SERVER_ID | ||
value: camunda-identity-resource-server | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_1_DEFINITION | ||
value: write | ||
# Console access. | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_2_RESOURCE_SERVER_ID | ||
value: console-api | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_2_DEFINITION | ||
value: "write:*" | ||
# WebModeler access. | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_3_RESOURCE_SERVER_ID | ||
value: web-modeler-api | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_3_DEFINITION | ||
value: "write:*" | ||
####################### | ||
# Orchestration Group | ||
####################### | ||
# Core access. | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_4_RESOURCE_SERVER_ID | ||
value: core-api | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_4_DEFINITION | ||
value: "write:*" | ||
# Optimize access. | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_5_RESOURCE_SERVER_ID | ||
value: optimize-api | ||
- name: KEYCLOAK_CLIENTS_2_PERMISSIONS_5_DEFINITION | ||
value: "write:*" | ||
|
||
# Auth to avoid Docker download rate limit. | ||
# https://docs.docker.com/docker-hub/download-rate-limit/ | ||
identityKeycloak: | ||
global: | ||
# Auth to avoid Docker download rate limit. | ||
# https://docs.docker.com/docker-hub/download-rate-limit/ | ||
image: | ||
pullSecrets: | ||
- name: index-docker-io | ||
|
||
global: | ||
identityKeycloak: | ||
# Auth to avoid Docker download rate limit. | ||
image: | ||
pullSecrets: | ||
- name: index-docker-io | ||
|
||
elasticsearch: | ||
# Auth to avoid Docker download rate limit. | ||
global: | ||
imagePullSecrets: | ||
- name: index-docker-io |
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