Document Dashboard:Otlp:SuppressUnsecuredTelemetryMessage configuration option#5197
Merged
IEvangelist merged 5 commits intomainfrom Nov 11, 2025
Merged
Conversation
Member
|
@copilot More information available at dotnet/aspire#11954. This PR adds the new configuration setting. |
…on option Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Document suppressing telemetry warning message
Document Dashboard:Otlp:SuppressUnsecuredTelemetryMessage configuration option
Oct 11, 2025
JamesNK
reviewed
Oct 11, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR documents the Dashboard:Otlp:SuppressUnsecuredTelemetryMessage configuration option, which allows users to suppress the unsecured telemetry warning message displayed when the Aspire dashboard is configured with unsecured OTLP authentication.
Key changes:
- Added documentation for a new configuration option that controls warning message visibility
- Provided clear guidance on when this option should be used for security purposes
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Member
|
Note: This setting is being added in 9.5.2. Don't merge until 9.5.2 is released. |
IEvangelist
approved these changes
Oct 13, 2025
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
This PR documents the
Dashboard:Otlp:SuppressUnsecuredTelemetryMessageconfiguration option that allows users to suppress the unsecured telemetry warning message displayed in the dashboard.Background
When the Aspire dashboard is configured with
Dashboard:Otlp:AuthModeset toUnsecured, a warning message is displayed in both the console and dashboard UI:While this is the correct default behavior for security awareness, there are scenarios (such as local development or controlled environments) where users may want to suppress this warning.
Changes
Added documentation for the
Dashboard:Otlp:SuppressUnsecuredTelemetryMessageconfiguration option in the OTLP authentication section of the dashboard configuration page:Dashboard:Otlp:SuppressUnsecuredTelemetryMessageDASHBOARD__OTLP__SUPPRESSUNSECUREDTELEMETRYMESSAGEfalsetrue, suppresses the unsecured telemetry warning message that appears when OTLP endpoints are configured withUnsecuredauth modeUsage Example
Users can now suppress the warning by setting the environment variable when running the dashboard:
Or in a JSON configuration file:
{ "Dashboard": { "Otlp": { "SuppressUnsecuredTelemetryMessage": true } } }Fixes the documentation gap for this configuration option.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.
Internal previews