summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/src/test/resources
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-09-21 04:15:10 +0000
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-09-21 04:15:10 +0000
commitd199074861e6b53ed7a82df4ff797968a4226cc4 (patch)
tree7e0f14c245988df83d6db9a8189f407e672e8455 /ms/controllerblueprints/application/src/test/resources
parent18a40583529c4f9125a249e82331365e3ee1ed3c (diff)
Controller Blueprints Microservice
Add basic authentication for Controllerblueprint MS. Change-Id: I145e26d6feba873e8d3ed82e4169cbaa425a277e Issue-ID: CCSDK-590 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources')
-rw-r--r--ms/controllerblueprints/application/src/test/resources/application.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties
index 5c6acf93d..e812da5c9 100644
--- a/ms/controllerblueprints/application/src/test/resources/application.properties
+++ b/ms/controllerblueprints/application/src/test/resources/application.properties
@@ -20,6 +20,10 @@ appName=ControllerBluePrints
ms_name=org.onap.ccsdk.apps.controllerblueprints
appVersion=1.0.0
+# Basic Authentication
+basic-auth.user-name=ccsdkapps
+basic-auth.hashed-pwd=$2a$10$MJxhNiOAffxbyrV9.rrOUewP9Q/ASg5Nit2cmP.yBaXGsVXo8BW3y
+
#To Remove Null in JSON API Response
spring.jackson.default-property-inclusion=non_null