diff options
author | Dan Timoney <dtimoney@att.com> | 2018-12-03 19:42:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-03 19:42:59 +0000 |
commit | 8bc8a2ed3d2ade7487d215f5bc11223fcfc3f7f9 (patch) | |
tree | 5915be7bc0730cccfc9f361e0fa7931d3f3658cb /ms/controllerblueprints/application/src/test/resources | |
parent | fa5535933ab1bffdaef076a883cfa833179975a4 (diff) | |
parent | bd28818bdba4ede90fe80877bf6839004516000a (diff) |
Merge "Enable Webflux Service."
Diffstat (limited to 'ms/controllerblueprints/application/src/test/resources')
-rw-r--r-- | ms/controllerblueprints/application/src/test/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/src/test/resources/application.properties b/ms/controllerblueprints/application/src/test/resources/application.properties index 62ef2a74..0e878976 100644 --- a/ms/controllerblueprints/application/src/test/resources/application.properties +++ b/ms/controllerblueprints/application/src/test/resources/application.properties @@ -22,7 +22,7 @@ appVersion=1.0.0 # Basic Authentication
basic-auth.user-name=ccsdkapps
-basic-auth.hashed-pwd=$2a$10$MJxhNiOAffxbyrV9.rrOUewP9Q/ASg5Nit2cmP.yBaXGsVXo8BW3y
+basic-auth.hashed-pwd={bcrypt}$2a$10$MJxhNiOAffxbyrV9.rrOUewP9Q/ASg5Nit2cmP.yBaXGsVXo8BW3y
#To Remove Null in JSON API Response
spring.jackson.default-property-inclusion=non_null
|