aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/vnfs/LoginGuardService
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Revert "Authentication support for cdt"Patrick Brady2-5/+5
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 Brady2-5/+5
-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-11-01LoginGuardService: testbed configuration changesArundathi Patil1-2/+3
Added NgbModule to the testbest configuration. Issue-ID: APPC-1632 Change-Id: I062de6f9c8e85a3a80cfcb63275277052dcca39a Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-03-15added ansible server functionalityasgar1-2/+4
multiple ansible server for CDT Issue-ID: APPC-1510 Change-Id: I383bc63705418654efb596c617309821ebbeb9b4 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2019-03-06Revert "multiple asible servers support"Patrick Brady1-4/+2
Some functionality was accidentally removed This reverts commit 611c9da62c2e266f9facd97dc9f340ce311060a3. Change-Id: I1aefbbc0ede8cdda59acc8bdf7b047e506aad813 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1510
2019-03-04multiple asible servers supportasgar1-2/+4
multiple asible servers support for CDT Issue-ID: APPC-1510 Change-Id: Id1b1b02274487cfbf6f108a57211a192924a6b08 Signed-off-by: Mohamed Asgar Samiulla <ma926a@us.att.com>
2018-08-19login-guard-service - removed unused codeArundathi Patil1-3/+2
The mapping-editor service is injected into login-guard-service, but is never used. Hence removed it. Issue-ID: APPC-1149 Change-Id: Ic11bcb8246199cc308fca0914e7e4e0d690716fb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-07LoginGuardService : added test caseArundathi Patil1-3/+8
wrote test case to test canActivate function to navigate user to login page if the user is not logged in. Issue-ID: APPC-1064 Change-Id: Icc5a137474f69b8f9a8c2bc386ecc2b784f64ebb Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-01Removed unwanted codeArundathi Patil1-2/+3
Removed ngbModal from imports and constructor as it was not used. Issue-ID: APPC-1054 Change-Id: I92406941099384b1b17472d57c888041deb7e0a4 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-07-26Added spec file for loginGuardServiceArundathi Patil1-0/+60
Wrote test cases for loginGuardService Issue-ID: APPC-1064 Change-Id: I9b742c860aa6a523b1c858380e8a025a621f01fd Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-04-09[Appc-1806] Login for Test screen, test api urls.Mohamed Asgar Samiulla(ma926a)1-10/+6
Test API urls corrected and vserverid removed from poll request. Issue-ID: APPC-831 Change-Id: I0bc616888afee8683ccbf5238980e97c6ca51af6 Signed-off-by: Mohamed Asgar Samiulla(ma926a) <ma926a@us.att.com>
2018-03-01Initial seed code contribution for CDTSkip Wonnell1-0/+49
Issue-ID: APPC-682 Change-Id: I0331ffce2a430195c29d0d1b2295966f9eb28699 Signed-off-by: Skip Wonnell <skip@att.com>