Merge "Rework the submit operation"
authorSébastien Determe <sebastien.determe@intl.att.com>
Fri, 29 Mar 2019 09:09:24 +0000 (09:09 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 29 Mar 2019 09:09:24 +0000 (09:09 +0000)
1  2 
src/main/resources/application.properties

@@@ -2,7 -2,7 +2,7 @@@
  # ============LICENSE_START=======================================================
  # ONAP CLAMP
  # ================================================================================
 -# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights
 +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights
  #                             reserved.
  # ================================================================================
  # Licensed under the Apache License, Version 2.0 (the "License");
@@@ -58,8 -58,8 +58,8 @@@ server.port=844
  ## Config part for Server certificates
  # Can be a classpath parameter instead of file:/
  server.ssl.key-store=classpath:/clds/aaf/org.onap.clamp.p12
 -server.ssl.key-store-password=China in the Spring
 -server.ssl.key-password=China in the Spring
 +server.ssl.key-store-password=34xqGdj]VnHothQ]5qCykV3X
 +server.ssl.key-password=34xqGdj]VnHothQ]5qCykV3X
  server.ssl.key-store-type=PKCS12
  server.ssl.key-alias=clamp@clamp.onap.org
  
@@@ -150,6 -150,9 +150,9 @@@ clamp.config.dcae.deployment.template=c
  #
  #
  # Configuration Settings for Policy Engine Components
+ clamp.config.policy.url=http://policy.api.simpledemo.onap.org:8081/pdp/
+ clamp.config.policy.userName=test
+ clamp.config.policy.password=test
  clamp.config.policy.pdpUrl1=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123
  clamp.config.policy.pdpUrl2=http://policy.api.simpledemo.onap.org:8081/pdp/ , testpdp, alpha123
  clamp.config.policy.papUrl=http://policy.api.simpledemo.onap.org:8081/pap/ , testpap, alpha123