diff --git a/statesman-server/config/local.yml b/statesman-server/config/local.yml index 227439d..40a2fda 100644 --- a/statesman-server/config/local.yml +++ b/statesman-server/config/local.yml @@ -61,8 +61,12 @@ swagger: resourcePackage: io.appform.statesman.server.resources title: Statesman description: Statesman Backend - - + auth: + users: + - name: statesman-admin + password: 89986e2677635457f73f7297b66168b86de2809b1bab9832445fb17725302330 + roles: + - ADMIN httpActionDefaultConfig: connections: 10 @@ -80,9 +84,9 @@ eventPublisherConfig: batchSize: 50 queuePath: /tmp/statesman - ivrDropDetection: enabled: true detectionPatterns: ozonetel_punjab: - "payload.*" + diff --git a/statesman-server/pom.xml b/statesman-server/pom.xml index f24aef9..4555238 100644 --- a/statesman-server/pom.xml +++ b/statesman-server/pom.xml @@ -13,7 +13,7 @@ 4.2.0 - 1.3.7-1 + 1.0.0-2-auth-SNAPSHOT 1.3.12-1 1.3.13-6 2.2.0 @@ -40,6 +40,11 @@ dropwizard-core ${dropwizard.version} + + io.dropwizard + dropwizard-auth + ${dropwizard.version} + io.dropwizard dropwizard-views