File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public async Task<ComprehensiveHealthCheckReport> GetHealthCheckResponseAsync(Ru
5858 ComprehensiveHealthCheckReport comprehensiveHealthCheckReport = new ( ) ;
5959 UpdateVersionAndAppName ( ref comprehensiveHealthCheckReport ) ;
6060 UpdateTimestampOfResponse ( ref comprehensiveHealthCheckReport ) ;
61- comprehensiveHealthCheckReport . CurrentRole = string . IsNullOrEmpty ( _incomingRoleHeader ) ? AuthorizationResolver . ROLE_ANONYMOUS : _incomingRoleHeader ;
61+ comprehensiveHealthCheckReport . CurrentRole = AuthorizationResolver . ROLE_ANONYMOUS ;
6262 UpdateDabConfigurationDetails ( ref comprehensiveHealthCheckReport , runtimeConfig ) ;
6363 await UpdateHealthCheckDetailsAsync ( comprehensiveHealthCheckReport , runtimeConfig ) ;
6464 UpdateOverallHealthStatus ( ref comprehensiveHealthCheckReport ) ;
You can’t perform that action at this time.
0 commit comments