feat: Making clearer that env vars are shared along with source code#2414
Open
feat: Making clearer that env vars are shared along with source code#2414
Conversation
|
Preview for this PR was built for commit |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation clarifying that publishing an Actor makes its source code and non-secret environment variables visible on the Actor detail page, and explains how the “Hide source files from Actor detail” setting affects this.
Changes:
- Add a “Source code visibility” section to the Actor publishing guide.
- Add a caution admonition to the environment variables page about visibility for public Actors.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| sources/platform/actors/publishing/publish.mdx | Documents default public visibility of source files and non-secret env vars after publishing, and how to hide them in Console settings. |
| sources/platform/actors/development/programming_interface/environment_variables.md | Adds a caution explaining that non-secret env vars can be publicly visible for published Actors and how the hide-source setting affects them. |
sources/platform/actors/development/programming_interface/environment_variables.md
Outdated
Show resolved
Hide resolved
fnesveda
approved these changes
Apr 9, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…ronment_variables.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
Preview for this PR was built for commit |
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 was not mentioned at the right places, so adding it to the publication and env vars sections.