Skip to content

Commit f8069ef

Browse files
Update approved routes and settings
1 parent 6510e9c commit f8069ef

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.HttpApiRoutes.approved.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
GET / => ServiceControl.Infrastructure.WebApi.RootController:Urls()
22
GET /archive/groups/id/{groupId:required:minlength(1)} => ServiceControl.MessageFailures.Api.ArchiveMessagesController:GetGroup(String groupId, String status, String modified)
33
GET /configuration => ServiceControl.Infrastructure.WebApi.RootController:Config()
4+
GET /configuration => ServiceControl.Authentication.AuthenticationController:Configuration()
45
GET /configuration/remotes => ServiceControl.Infrastructure.WebApi.RootController:RemoteConfig(CancellationToken cancellationToken)
56
GET /connection => ServiceControl.Connection.ConnectionController:GetConnectionDetails()
67
GET /conversations/{conversationId:required:minlength(1)} => ServiceControl.CompositeViews.Messages.GetMessagesByConversationController:Messages(PagingInfo pagingInfo, SortInfo sortInfo, Boolean includeSystemMessages, String conversationId)

src/ServiceControl.UnitTests/ApprovalFiles/APIApprovals.PlatformSampleSettings.approved.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,18 @@
4040
"RetryHistoryDepth": 10,
4141
"RemoteInstances": [],
4242
"DisableHealthChecks": false,
43+
"OpenIdConnectSettings": {
44+
"enabled": false,
45+
"authority": null,
46+
"audience": null,
47+
"validateIssuer": false,
48+
"validateAudience": false,
49+
"validateLifetime": false,
50+
"validateIssuerSigningKey": false,
51+
"requireHttpsMetadata": false,
52+
"servicePulseAuthority": null,
53+
"servicePulseClientId": null,
54+
"servicePulseApiScope": null
55+
},
4356
"ShutdownTimeout": "00:00:05"
4457
}

0 commit comments

Comments
 (0)