Skip to content

Commit 59b7567

Browse files
Update Startup.cs
1 parent 6422db8 commit 59b7567

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

MessagingService/Startup.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,7 @@ private void ConfigureMiddlewareServices(IServiceCollection services)
196196
userCredentials: Startup.EventStoreClientSettings.DefaultCredentials,
197197
name: "Eventstore",
198198
failureStatus: HealthStatus.Unhealthy,
199-
tags: new string[] { "db", "eventstore" })
200-
.AddUrlGroup(new Uri($"{ConfigurationReader.GetValue("SecurityConfiguration", "Authority")}/health"),
201-
name: "Security Service",
202-
httpMethod: HttpMethod.Get,
203-
failureStatus: HealthStatus.Unhealthy,
204-
tags: new string[] { "security", "authorisation" });
199+
tags: new string[] { "db", "eventstore" });
205200

206201
services.AddApiVersioning(
207202
options =>

0 commit comments

Comments
 (0)