Skip to content

Commit

Permalink
try using basic auth for deploy preview
Browse files Browse the repository at this point in the history
  • Loading branch information
chillleader committed Nov 25, 2024
1 parent 2ab1ee1 commit 91dd9a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ci/preview-environments/charts/c8sm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ camunda-platform:
value: demo
- name: CAMUNDA_CLIENT_AUTH_PASSWORD
value: demo
- name: CAMUNDA_CLIENT_ZEEBE_GATEWAY-URL
value: zeebe-cluster-gateway:26500
resources:
limits:
cpu: 1
Expand Down Expand Up @@ -379,3 +381,8 @@ camunda-platform:
- key: "previews"
operator: "Exists"
effect: "NoSchedule"
env:
- name: CAMUNDA_REST_QUERY_ENABLED
value: true
- name: ZEEBE_BROKER_EXPERIMENTAL_ENGINE_AUTHORIZATIONS_ENABLEAUTHORIZATION
value: true

0 comments on commit 91dd9a3

Please sign in to comment.