Merged
Conversation
Collaborator
Author
|
@copilot resolve the merge conflicts in this pull request |
Co-authored-by: Chenglong-MS <93549116+Chenglong-MS@users.noreply.github.com>
Contributor
Merged |
Copilot stopped work on behalf of
Chenglong-MS due to an error
April 16, 2026 05:26
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.
This pull request introduces a comprehensive overhaul of deployment documentation and configuration for Data Formulator, focusing on clarity, security, and ease of setup for different deployment scenarios. The main changes are the introduction of explicit "Deployment Profiles" (single-user local, multi-user anonymous demo, multi-user authenticated enterprise), improved guidance for secure configuration, and clearer explanations of the identity system and its security implications. Environment variable templates and documentation have been updated to match these new profiles and best practices.
Deployment Profiles & Configuration:
DEVELOPMENT.md, including recommended CLI flags, environment variables, and security notes for each scenario. This helps users select and configure the appropriate setup for their use case..env.templatewith new feature gates (DISABLE_DATA_CONNECTORS,DISABLE_CUSTOM_MODELS), and included example settings for each deployment profile, making it easier to configure secure deployments. [1] [2]Security & Identity System:
Reference Material & Usability:
These changes make it significantly easier and safer to deploy Data Formulator in a variety of environments, reducing the risk of misconfiguration and credential leaks.