summaryrefslogtreecommitdiffstats
path: root/auth
AgeCommit message (Collapse)AuthorFilesLines
2019-03-27Merge "remove INFORMATIONAL email"Kiran Kamineni3-163/+4
2019-03-27Merge "Onboard NBI"Kiran Kamineni8-871/+956
2019-03-27Merge "support multi-platform docker builds"Jonathan Gathman4-14/+46
2019-03-27Onboard NBIInstrumental8-871/+956
Issue-ID: AAF-799 Change-Id: Ibb6a6e9a213482a039f0f3fb9398e20e60eb8b83 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-27remove INFORMATIONAL emailInstrumental3-163/+4
Users found confusing. Can be reinstated later if matching GUI elements created.. Correct Onboard Doc Issue-ID: AAF-798 Change-Id: Ic3672626df919791141f897ed11c818e594c8d7b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-26Mod some loggingInstrumental1-1/+1
Issue-ID: AAF-798 Change-Id: I1b97d309b0a2b86e49dd79d6b712f1c4506647cd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-23Remove Sonar False PositiveInstrumental1-0/+3
Issue-ID: AAF-789 Change-Id: I45395a10db621fb1dd4a4cc0806e0244554d67d0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-22Batch, Remove unneeded Classes, refine, etcInstrumental86-6234/+362
Issue-ID: AAF-789 Change-Id: I48b39bb79144b20dfac5ff61e41ea4f0035b8442 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-21support multi-platform docker buildssandovalfr4-14/+46
Issue-ID: INT-865 Change-Id: I25dc0ca6c615b60b28f4999ae6fc475155e11daf Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
2019-03-19Update Batch from TestingInstrumental8-72/+91
Issue-ID: AAF-789 Change-Id: Ie26798de8b2afe2114f7712fb84798a7bff8e72b Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-16Changes from Batch TestInstrumental10-94/+160
Issue-ID: AAF-789 Change-Id: Id07cb5dbc29c52b85de09471510a5c44c8b368b8 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-14Change Sonar flagged codeInstrumental8-13/+22
Issue-ID: AAF-788 Change-Id: Ib4a2f69be5b0c9d85d30855cedbb786d21ac56cc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-14Change version to 2.1.11-SNAPSHOTInstrumental16-16/+16
Issue-ID: AAF-788 Change-Id: I3d98d495e4258d551bd6ab7b7455cfd052c3f239 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-13Merge "Batch Test improvements"Sai Gandham24-562/+543
2019-03-13Batch Test improvementsInstrumental24-562/+543
Issue-ID: AAF-776 Change-Id: Ia12106331a1db608955abd353785ab2e765b3c41 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-13Add junit for auth cass functionSai Gandham1-0/+886
Issue-ID: AAF-111 Change-Id: I03f3d80b047332eec6bdf0554604908c68e278ac Signed-off-by: Sai Gandham <sg481n@att.com>
2019-03-07Improve BatchesInstrumental35-437/+809
Issue-ID: AAF-740 Change-Id: Ib3e8a3f977964eed2e992dc02154dd3bc90492df Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-03-01DataMigration, other BatchInstrumental15-760/+185
Issue-ID: AAF-776, AAF-753 Change-Id: Ia0593d7297c7af21c801b735f28ccab6867031f0 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-27Change verison to match POMs2.1.10Instrumental14-14/+14
Issue-ID: AAF-771 Change-Id: Ibd7958cab6547bdcea8d766e1f0aec67d3250fb9 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-27update version default2.1.9Instrumental1-1/+1
Issue-ID: AAF-771 Change-Id: Ib885ac38116c5db833e516aa83404ddf371987e9 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-26Improve Batch Bulk LoadInstrumental8-102/+96
Issue-ID: AAF-775 Change-Id: Ib2d6ff3607a30c6e8d74ff24498e5907237d6ff2 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-26mv cqlsh check to wait_startInstrumental1-10/+19
Move the check on Cassandra responsiveness to wait_start, and increase new timeout on CQL loads. Issue-ID: AAF-773 Change-Id: I14f2dd4efe6eb8bb150334a28ff4a9a5e63bf964 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-25Fix: AAF timing issuesroot2-3/+15
We wait until the cassandra DB comes up and listen on TCP 9042 before running any cqlsh commands. Also we increse cqlsh --request-timeout to 60 seconds and in order to prevent coordinator write timeouts we increase write_request_ timeout_in_ms to 20 seconds. So that Cassandra DB comes up in all different setpups without any failures. Change-Id: Idf2e1080a0ec39d6a594888f13625ef173aa5467 Issue-ID: AAF-773 Signed-off-by: kranthi.guttikonda@att.com Signed-off-by: root <kranthi.guttikonda@att.com>
2019-02-23Update to 2.1.11-SNAPSHOTInstrumental14-17/+13
Issue-ID: AAF-770 Change-Id: Idc2e09482596f6b74c4935f2f4ff83996f342cb6 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-22Refine Local Agent.sh useInstrumental6-48/+44
Issue-ID: AAF-770 Change-Id: Ic6593bde1e16db35cf538cb1d2caa152016f3a82 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-21Merge "CSIT and non-container Agent"Sai Gandham3-8/+73
2019-02-21Merge "Sonar fix: Notification.java"Jonathan Gathman1-17/+17
2019-02-21Merge "Sonar Fox: InputIterator.java"Jonathan Gathman1-1/+3
2019-02-21Merge "Sonar Fix: NotifyApprovals.java"Jonathan Gathman1-5/+7
2019-02-21Merge "Add more junits to auth-batch"Jonathan Gathman10-18/+2003
2019-02-21CSIT and non-container AgentInstrumental3-8/+73
Issue-ID: AAF-767 Change-Id: I8bf40dc33bc4b855c556ca5cb264e24917e0d9dd Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20Locator Service link correctionInstrumental2-9/+3
Issue-ID: AAF-667 Change-Id: Ie7443f985c6d8dfb6955419695c58ae3be116afc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20fix new openssl, data, etcInstrumental13-163/+184
Issue-ID: AAF-667 Change-Id: Ic87c5159c453c293d845abea6be0c4cfb3164fc1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-20Add more junits to auth-batchSai Gandham10-18/+2003
Issue-ID: AAF-111 Change-Id: I4159ef44c88af6d80da0243d6532f9e422ae6f12 Signed-off-by: Sai Gandham <sg481n@att.com>
2019-02-18More refinement, Agent.shInstrumental4-13/+24
Issue-ID: AAF-667 Change-Id: I3898f3378fffb0ed89ad84cb80942d1ded51b3d4 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-18Merge "Refine Agent.sh and Docs"Jonathan Gathman4-7/+14
2019-02-18Refine Agent.sh and DocsInstrumental4-7/+14
Issue-ID: AAF-667 Change-Id: Id4cfb8e880001d4d46f664f69449fa1713f777e7 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-17Merge "Identities for Dublin"Sai Gandham8-433/+678
2019-02-16Other minor batch changesInstrumental2-2/+2
Issue-ID: AAF-740 Change-Id: Id093e584e5436d4db620acd5701fd31fdf4fce0d Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-16Identities for DublinInstrumental8-433/+678
Issue-ID: AAF-766 Change-Id: I27ac11ac41128b4231cc350e78e78a2221fe5def Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-15Batch work and clientInstrumental47-1276/+1738
Issue-ID: AAF-740 Change-Id: I16da4f2a87ec5d19590f0af642b91f9e2e02b246 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-11Sonar Fix: NotifyApprovals.javaArundathi Patil1-5/+7
Fixed sonar issues/code-smella across this file Issue-ID: AAF-756 Change-Id: If89b87ae3c4acaad8d0d28b1eda97c4a1d1fe32f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-11Sonar Fox: InputIterator.javaArundathi Patil1-1/+3
Fixed sonar issues/code-smells across this file Issue-ID: AAF-755 Change-Id: I1b572e52ce84ec0ff5e6a1a847c334559650ed99 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-10Add Cred Reporting MailerInstrumental15-146/+361
Issue-ID: AAF-740,AAF-753,AAF-754 Change-Id: If2efc6ffbfa9897581ea00eb148fa61d793b058e Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Minor fixes starting from ScratchInstrumental10-53/+22
Issue-ID: AAF-698 Change-Id: Ie279c11f9f385e9cb179cbe3e16de35cbfa33ecf Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Refine properties for non-rootInstrumental14-41/+31
Issue-ID: AAF-698 Change-Id: I266f0e36842fb506dbb3e412e12eedf64e24418a Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Add Batch in Config imageInstrumental19-27/+111
Change Images to run as aaf Issue-ID: AAF-740 Change-Id: If5b8583dc19ac4095ba9b25715e9330d2a0ed5fc Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-07Sonar fix: Notification.javaArundathi Patil1-17/+17
Fixed sonar issues/code-smells across this file Issue-ID: AAF-752 Change-Id: I124d59c91038e291f3cb49cb1e322a1823bffbdc Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2019-02-06Refine Props, Batch ExtendInstrumental5-10/+395
Issue-ID: AAF-740 Change-Id: I119c3e6573d59d6d182303dfd364342f0218b865 Signed-off-by: Instrumental <jonathan.gathman@att.com>
2019-02-03Approval Batch, prep better JUnitInstrumental42-149/+1017
Issue-ID: AAF-740 Change-Id: Id9e8ca121c9bf92c2f98c7a61631e2417bba70b1 Signed-off-by: Instrumental <jonathan.gathman@att.com>