Add option to bypass user authorization 77/74677/1
authorPopescu, Serban <serban.popescu@amdocs.com>
Fri, 14 Dec 2018 17:45:57 +0000 (12:45 -0500)
committerSerban Popescu <sp5226@att.com>
Fri, 14 Dec 2018 17:50:04 +0000 (12:50 -0500)
commit7ca6c2a19ee1971a402a6b7eaad4324d83fb236a
tree9ee93586950241ba49091c05b9eed76021a76993
parent3f66d5f1ef60c60116589e73ec1207f9574840af
Add option to bypass user authorization

the es.auth.authorization.enabled property, if set to false, will bypass
user authorization
Issue-ID: AAI-2007

Change-Id: I46e3e087ee13eacdf977bbdc9c439045b0072a33
Signed-off-by: Serban Popescu <serban.popescu@amdocs.com>
src/main/java/org/onap/aai/sa/rest/SearchServiceApi.java
src/main/java/org/onap/aai/sa/searchdbabstraction/elasticsearch/config/ElasticSearchConfig.java
src/main/java/org/onap/aai/sa/searchdbabstraction/elasticsearch/dao/ElasticSearchHttpController.java
src/test/java/org/onap/aai/sa/rest/DocumentTest.java