docs(user-guide): document feature flags migration to backend config#302
Open
kostiantyn-pshenychnyi1 wants to merge 7 commits into
Conversation
Owner
|
[AUTO_CLOSE_WARNING] ⏰ This pull request is older than 14 days and will be automatically closed in 16 more days (when it reaches 30 days old)! To maintain this PR, either convert it to Draft or complete your changes and merge. |
kostiantyn-pshenychnyi1
force-pushed
the
docs/EPMCDME-12746-feature-flags-backend-config
branch
from
July 16, 2026 12:51
bc03d55 to
fb506aa
Compare
…(EPMCDME-12746) - customer-feature-configuration.md: mark features:userManagement and features:enterpriseEdition as runtime-computed; add mcpAuthTimeoutSeconds, bannerMessage, bannerLinkLabel, bannerLinkRoute entries; add idpProvider and mcpAuthOrigin as non-configurable runtime values - platform-managed-mode-configuration.md: remove outdated UI helm values section; only ENABLE_USER_MANAGEMENT=true is required in the backend - faq: remove codemie-ui helm values section; only backend env var needed - release-notes.md: add 2.40.0 section covering all four migration changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
kostiantyn-pshenychnyi1
force-pushed
the
docs/EPMCDME-12746-feature-flags-backend-config
branch
from
July 16, 2026 13:08
fb506aa to
eb2a4ff
Compare
Remove runtime-computed entries (features:enterpriseEdition, features:userManagement, idpProvider, mcpAuthOrigin) and visualWorkflowEditor from the component overview table. Remove redundant runtime-computed warnings and the Banner Configuration section from customer-feature-configuration.md. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
…lags viteEnableUserManagement and VITE_IS_ENTERPRISE_EDITION do not map to customer-config.yaml entries — they are computed on the backend from ENABLE_USER_MANAGEMENT env var and enterprise package presence. Move them to the backend-computed table (item 2) and remove features:userManagement and features:enterpriseEdition from the customer-config.yaml migration code block. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Consolidate items 1 and 2 into a single table covering all removed frontend variables with an explicit 'Action required?' column. The danger note now targets only viteEnableBudgetManagement and VITE_SHOW_ALL_PROJECTS — the two variables that need customer-config.yaml entries. Backend-computed variables are listed in the same table as no-action rows. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
Remove 'Was in' and 'Action required' columns, drop the danger/tip admonitions, the yaml codeblock, and the runtime-computed step. Single table now lists all removed codemie-ui vars with their backend replacements. Generated with AI Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
kostiantyn-pshenychnyi1
force-pushed
the
docs/EPMCDME-12746-feature-flags-backend-config
branch
from
July 16, 2026 13:48
41217d2 to
f8e86cb
Compare
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
Documents the 2.40.0 feature flags migration (EPMCDME-12746): several
codemie-uifrontend env vars have been removed and replaced by backend-side mechanisms.viteEnableBudgetManagement/VITE_SHOW_ALL_PROJECTS→customer-config.yamlentriesviteEnableUserManagement→ computed fromENABLE_USER_MANAGEMENTbackend env varVITE_IS_ENTERPRISE_EDITION→ computed from enterprise package auto-detectionviteIdpProvider,viteMcpAuthOrigin,viteBannerMessage→ backend env vars /customer-config.yamlChanges
release-notes.md— 2.40.0 configuration changes sectioncustomer-feature-configuration.md— removed runtime-computed entries (features:userManagement,features:enterpriseEdition,idpProvider,mcpAuthOrigin,visualWorkflowEditor) from the reference table; removed stale warnings and Banner Configuration sectionplatform-managed-mode-configuration.md— updated UI setup to referencefeatures:budgetManagementonlyfaq/how-do-i-enable-project-and-user-management-in-codemie.md— updated to reflect thatfeatures:userManagementis now backend-computed;features:budgetManagementstill requirescustomer-config.yaml