Skip to content

Commit

Permalink
fix: bonfire template
Browse files Browse the repository at this point in the history
For dev we need to explicitely enable the flag below:
APP_ACCEPT_X_RH_FAKE_IDENTITY: "true"

This file is used only for dev propose.

Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo authored and frasertweedale committed Mar 7, 2024
1 parent 3e48d6b commit 9670194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/bonfire.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ apps:
# pushed to the repository.
- name: backend
host: github
repo: https://github.com/pondengo-project/idmsvc-backend
repo: pondengo-project/idmsvc-backend
path: deployments/clowder.yaml
parameters:
ENV_NAME: "ephemeral"
# LOGGING_LEVEL: "info"
CLIENTS_RBAC_BASE_URL: "http://rbac-service:8000/api/rbac/v1"
CLIENTS_RBAC_ENABLED: "True"
# SERVICE_REPLICAS: 3
APP_ACCEPT_X_RH_FAKE_IDENTITY: "true"

# The frontend component that will be deployed in ephemeral
# environment by using the repository automation.
Expand Down

0 comments on commit 9670194

Please sign in to comment.