Removed log with credentials.
Upgrade version to 1.2.4
Change-Id: Ic5767f149d7cd48a8596f325d90fe5138c213c31
Issue-ID: OPTFRA-331
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
perm_cache.clear()
def authenticate(uid, passwd):
- # FS - trace
- LOG.info("Authenticating username:password {} : {}: ".format(uid, passwd))
-
aafUser = None
username = CONF.conductor_api.username
password = CONF.conductor_api.password
if username == uid and password == passwd:
aafUser = CONF.aaf_api.aaf_conductor_user
else:
- LOG.debug("Error Authenticating the user {} : {}: ".format(uid, passwd))
+ LOG.debug("Error Authenticating the user {} ".format(uid))
return False
try:
<parent>
<groupId>org.onap.optf.has</groupId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
<artifactId>optf-has</artifactId>
</parent>
<groupId>org.onap.optf.has</groupId>
<artifactId>optf-has-conductor</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
<name>optf-has-conductor</name>
<description>Homing Allocation Service/Conductor</description>
<artifactId>optf-has</artifactId>
<name>optf-has</name>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
<description>Homing Allocation Service</description>
<modules>
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.3"
+VERSION="1.2.4"
PROJECT="optf-has"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"
major=1
minor=2
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}