feat(deploy): bootstrap deploy/.env and add auth-enabled flag (FLPATH-4806) - #46
Draft
chadcrum wants to merge 1 commit into
Draft
feat(deploy): bootstrap deploy/.env and add auth-enabled flag (FLPATH-4806)#46chadcrum wants to merge 1 commit into
chadcrum wants to merge 1 commit into
Conversation
…-4806) Align utilities E2E deploy with control-plane externalized compose credentials: bootstrap deploy/.env after clone, wire --auth-enabled and Jenkins AUTH_DISABLED env through compose auth profile, and forward auth flags from run-e2e.sh. Signed-off-by: Chad Crum <ccrum@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Aligns utilities deploy and E2E harness with control-plane compose externalized secrets (dcm-project/control-plane#60).
deploy/.envfrom.env.exampleafter cloning control-plane, upserting DB credentials andAUTH_DISABLED--auth-enabledflag todeploy-dcm.sh(composeauthprofile + Keycloak/JWT vars in.env)--auth-enabledand--keycloak-urlfromrun-e2e.shfor Jenkins compatibilityvalidate-scripts.yamlhelp checks and update docsJira: FLPATH-4806
Depends on: control-plane#60 (
flpath-4806-compose-externalize-secrets) — deploy against that branch or merged main with externalized secrets.