summaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/main/resources/aaf/org.onap.aai.props
AgeCommit message (Collapse)AuthorFilesLines
2019-03-13Fix of reading payload in request and responsePavel Paroulek1-1/+1
Reading the request response payload leads to an exception, adding a buffer class which enables multiple reads. Also adding logging of AAF. Check if response not sent Check if someone else didn't already flush the response Changing interpretation of role Letting users with advanced roles run non-gremlin queries. Adding logging. Change-Id: If5c9c94b63c3203d2193b43eed5fcd5993f0c4fa Issue-ID: AAI-1762 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-10-15Adding AAF client legacy credentialsPavel Paroulek1-1/+2
Change-Id: I01965517ec0aa2856579980569ca125f2d5a2009 Issue-ID: AAI-32 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>
2018-08-23Adding AAF basic auth filterPavel Paroulek1-0/+13
Adding a AAF Cadi filter. AAF is configured to communicate with Beijing AAF instance in the Windriver lab. To activate AAF filter set the profile aaf-auth Change-Id: I4f226f56eeb4686abd7b2d17a9db8be6a5e169c5 Issue-ID: AAI-32 Signed-off-by: Pavel Paroulek <pavel.paroulek@orange.com>