aboutsummaryrefslogtreecommitdiffstats
path: root/CdtProxyService/src/main/resources/application.properties
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Revert "Authentication support for cdt"Patrick Brady1-0/+2
There appear to be problems with some fields saving in cdt caused by this change. This reverts commit 0141df20b1f533cd2acabdf7ea986aebab8d6868. Change-Id: Iee40058de9870afdac608db7851fcfc206102822 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1854
2020-03-24Authentication support for cdtPatrick Brady1-2/+0
-Adding a password box to cdt -Adding a function to check login by making a request to appc -Moving username and authentication to session storage from localstorage so that it is not saved in the browser -Removing the hardcoded credentials from the cdt proxy since these are coming from the cdt login form now Change-Id: I8bd829a22d1b83829c1d53637dc1ad035d1030e9 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1854
2019-03-20Changes for cdt over httpsPatrick Brady1-0/+5
Configure Spring to use an https endpoint Add sample certificates for https Set cdt to use an https url to communicate to the proxy Change-Id: Iaeee33d50c0e9ceb53226982639c289e757763a4 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1551
2018-09-12Update password for new odl versionPatrick Brady1-1/+1
Update the password in the cdt proxy service so it can connect to rest on the new odl version. Change-Id: I5fdc4ecf76246c62b006675bbbd31d565cf54ae4 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1158
2018-05-17Correct cdtproxy port for dockerPatrick Brady1-3/+3
The port number and hostname need to be changed since the proxy will run in the appc docker. Change-Id: I22463013756f43a3bb5ff0513944b0d18e24c130 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-909
2018-05-10initial commit for CDT proxy ServiceKumar, Amaresh (ak583p)1-0/+17
Initial commit for CDT proxy server to fix CORS Issues. Issue-ID: APPC-885 Change-Id: Idf2688dbca3fd6c25636544147ed5b23a5a4ed7f Signed-off-by: Kumar, Amaresh (ak583p) <ak583p@us.att.com>