Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Done
-
Istanbul Release
-
None
-
None
Description
In Dmi plugin
i/v1/ch/PNFDemo1/modules returning 401 unauthorized from sdnc with using below request
curl --location --request POST 'http://localhost:8080/dmi/api/v1/ch/PNFDemo1/modules' \ --header 'Authorization: Basic Y3BzdXNlcjpjcHNyMGNrcyE=' \ --header 'Cookie: JSESSIONID=B2B15C90CE68A99F589A2EBEFC80FE00' \ --data-raw '' - Need to update SdncRestconfClient (DMI Plugin) - Possibly create task to follow up with community
Fix for this is
use resttemplate.exchange instead of getforentity in sdncclient.
If possible investigate why getforenity is not working.