Add Orleans Transport Layer Security (TLS) documentation#49512
Merged
meaghanlewis merged 12 commits intomainfrom Mar 11, 2026
Merged
Add Orleans Transport Layer Security (TLS) documentation#49512meaghanlewis merged 12 commits intomainfrom
meaghanlewis merged 12 commits intomainfrom
Conversation
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add documentation for configuring TLS in Orleans
Add Orleans Transport Layer Security (TLS) documentation
Oct 28, 2025
ReubenBond
reviewed
Oct 28, 2025
docs/orleans/host/snippets/transport-layer-security/csharp/ClientExample/Program.cs
Outdated
Show resolved
Hide resolved
ReubenBond
reviewed
Oct 28, 2025
docs/orleans/host/snippets/transport-layer-security/vb/ClientExample/ClientExample.vbproj
Outdated
Show resolved
Hide resolved
ReubenBond
reviewed
Oct 28, 2025
ReubenBond
reviewed
Oct 28, 2025
Member
|
@copilot please address the comments I left and address the failed GitHub Actions checks. |
… update title Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Contributor
Author
Addressed all feedback in commit 3b308aa:
All code examples compile successfully. |
Member
|
@copilot make sure the samples build |
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Contributor
Author
meaghanlewis
approved these changes
Feb 3, 2026
ReubenBond
approved these changes
Mar 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new Orleans documentation and accompanying snippet projects to show how to configure Transport Layer Security (TLS), including mutual TLS (mTLS) scenarios, for silo-to-silo and client-to-silo communication.
Changes:
- Adds a new Orleans hosting article covering TLS configuration patterns, best practices, and references.
- Updates the Orleans TOC to include the new TLS article.
- Introduces buildable C# snippet projects for silo and client TLS configuration examples.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/orleans/toc.yml | Adds the new TLS article entry under Orleans host documentation. |
| docs/orleans/host/transport-layer-security.md | New how-to article describing TLS/mTLS configuration for Orleans silos and clients. |
| docs/orleans/host/snippets/transport-layer-security/csharp/SiloExample/SiloExample.csproj | Adds a silo snippet project to compile TLS configuration examples. |
| docs/orleans/host/snippets/transport-layer-security/csharp/SiloExample/Program.cs | Adds silo TLS example code blocks referenced by the article. |
| docs/orleans/host/snippets/transport-layer-security/csharp/ClientExample/ClientExample.csproj | Adds a client snippet project to compile TLS configuration examples. |
| docs/orleans/host/snippets/transport-layer-security/csharp/ClientExample/Program.cs | Adds client TLS example code blocks referenced by the article. |
| docs/orleans/host/snippets/transport-layer-security/.gitignore | Ignores build outputs for the new snippet projects. |
You can also share your feedback on Copilot code review. Take the survey.
docs/orleans/host/snippets/transport-layer-security/csharp/ClientExample/Program.cs
Outdated
Show resolved
Hide resolved
docs/orleans/host/snippets/transport-layer-security/csharp/ClientExample/Program.cs
Outdated
Show resolved
Hide resolved
docs/orleans/host/snippets/transport-layer-security/csharp/SiloExample/SiloExample.csproj
Outdated
Show resolved
Hide resolved
docs/orleans/host/snippets/transport-layer-security/csharp/ClientExample/ClientExample.csproj
Outdated
Show resolved
Hide resolved
docs/orleans/host/snippets/transport-layer-security/csharp/SiloExample/Program.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Make the transport-layer-security snippets self-contained and runnable, correct the client TLS callback guidance, and add sample README/solution. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Clarify why the runnable TLS sample loads the generated certificate into user key storage and refresh the sample README before rerunning CI. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Snippets5000 failed because the transport-layer-security root contained both a solution and per-project csproj files, making project discovery ambiguous. Remove the extra solution and keep the README aligned with direct per-project builds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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.
context.HostingEnvironment.IsDevelopment()instead of manual environment variable checkOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Internal previews