Browse Source
Merge pull request #550 from colinin/job-scheduler-add-node
fix: remove anonymous authentication
pull/580/head
yx lin
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
aspnet-core/services/LY.MicroService.WebhooksManagement.HttpApi.Host/WebhooksManagementHttpApiHostModule.cs
|
|
|
@ -97,7 +97,6 @@ public partial class WebhooksManagementHttpApiHostModule : AbpModule |
|
|
|
ConfigureDistributedLock(context.Services, configuration); |
|
|
|
ConfigureSeedWorker(context.Services, hostingEnvironment.IsDevelopment()); |
|
|
|
ConfigureSecurity(context.Services, configuration, hostingEnvironment.IsDevelopment()); |
|
|
|
context.Services.AddAlwaysAllowAuthorization(); |
|
|
|
} |
|
|
|
|
|
|
|
public override void OnApplicationInitialization(ApplicationInitializationContext context) |
|
|
|
|