Update the Sparky backend to support proxying calls to resources and traversal 49/117749/1
authorwr148d <wr148d@att.com>
Thu, 11 Feb 2021 14:14:58 +0000 (09:14 -0500)
committerwr148d <wr148d@att.com>
Thu, 11 Feb 2021 14:16:26 +0000 (09:16 -0500)
commit4d750d21cffd991b4bc5b735455fc9fceb516937
tree6465cd80ca211e1581e4600857a81137dc8c7865
parentfc96fb063d9acc08173ef659088a993baf5c0dbf
Update the Sparky backend to support proxying calls to resources and traversal

Issue-ID: AAI-3250
Change-Id: I1c4d587ca30ea379ae28697b95ba2ca4602cd4e8
Signed-off-by: wr148d <wr148d@att.com>
sparkybe-onap-application/config/application.properties
sparkybe-onap-application/config/spring-beans/sparky-aai-proxy.xml [new file with mode: 0644]
sparkybe-onap-application/pom.xml
sparkybe-onap-application/src/main/java/org/onap/aai/sparky/ProxyHelper.java [new file with mode: 0644]
sparkybe-onap-service/src/main/java/org/onap/aai/sparky/exception/ProxyServiceException.java [new file with mode: 0644]
sparkybe-onap-service/src/main/java/org/onap/aai/sparky/util/ProxyClient.java [new file with mode: 0644]