We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6422db8 commit 59b7567Copy full SHA for 59b7567
MessagingService/Startup.cs
@@ -196,12 +196,7 @@ private void ConfigureMiddlewareServices(IServiceCollection services)
196
userCredentials: Startup.EventStoreClientSettings.DefaultCredentials,
197
name: "Eventstore",
198
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" });
+ tags: new string[] { "db", "eventstore" });
205
206
services.AddApiVersioning(
207
options =>
0 commit comments