-
Couldn't load subscription status.
- Fork 168
Document Dashboard:Otlp:SuppressUnsecuredTelemetryMessage configuration option #5197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@copilot More information available at dotnet/aspire#11954. This PR adds the new configuration setting. |
…on option Co-authored-by: JamesNK <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
|
Note: This setting is being added in 9.5.2. Don't merge until 9.5.2 is released. |
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