Skip to content

EDA 26.4#15

Merged
kaelemc merged 13 commits into
mainfrom
26.4
May 3, 2026
Merged

EDA 26.4#15
kaelemc merged 13 commits into
mainfrom
26.4

Conversation

@hellt
Copy link
Copy Markdown
Contributor

@hellt hellt commented May 2, 2026

No description provided.

Comment on lines +73 to +75
"$${KC_URL}/admin/realms/eda/clients?clientId=auth" | jq -r '.[0].id') ;\
if [[ -z "$${CLIENT_ID}" || "$${CLIENT_ID}" == "null" ]]; then echo "[ERROR] Keycloak auth client not found" && exit 1; fi ;\
$(KUBECTL) exec -n $(EDA_CORE_NAMESPACE) deploy/eda-toolbox -- sh -c "curl -skf \
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats happening here? why do we need it?

Comment thread .devcontainer/overrides.mk Outdated
ENGINE_CONFIG_FILE="$(KPT_CORE)/engine-config/engineconfig.yaml" ;\
if [[ ! -f "$$ENGINE_CONFIG_FILE" ]]; then (echo "[ERROR] EngineConfig manifest not found at $$ENGINE_CONFIG_FILE" && exit 1); fi ;\
$(YQ) eval '.spec.customSettings = load("$(CODESPACES_ENGINECONFIG_CUSTOM_SETTINGS_PATCH)").customSettings' -i "$$ENGINE_CONFIG_FILE" ;\
$(YQ) eval '.spec.cluster.external.proxyMode = "XForward"' -i "$$ENGINE_CONFIG_FILE" ;\
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of patching engine config post install, we should use the env setting in the setters file:

EXT_PROXY_MODE: "XForward"

that way this setting is guaranteed to be applied at install time, with no engine config restart required

@kaelemc kaelemc marked this pull request as ready for review May 2, 2026 22:34
@kaelemc kaelemc merged commit bd2cd1c into main May 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants