summaryrefslogtreecommitdiffstats
path: root/datarouter-prov/src/main
AgeCommit message (Collapse)AuthorFilesLines
2022-04-04Merge "DMAAP-1714 - DR Making TLS Configurable"Fiachra Corcoran3-15/+41
2022-04-04DMAAP-1714 - DR Making TLS Configurabledavid.mcweeney3-15/+41
Change-Id: I0c3bc05182691c12c9d0f0b76d09f7dfea3e09eb Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1714
2022-03-22[DMAAP-DR] Patch DR certs for another yrefiacor6-36/+36
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I3a8354a846093ab98ab2b6a9a36e9daf9feb4370 Issue-ID: DMAAP-1726
2022-03-11[DMAAP-DR] Fix sec hotspotsefiacor1-1/+0
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4fb02bd7874d51e340faec17dad985e2382234f8 Issue-ID: DMAAP-1624
2022-03-09[DMAAP-DR] Another fix for sql injectionefiacor1-41/+34
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Id7f05dc3ba3dca0a7da3f94cd072ecb9204a728a Issue-ID: DMAAP-1623
2022-03-09[DMAAP-DR] Fix sql injection bugefiacor1-72/+83
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Icccc65b3b90c553dea74d95bf247b08ae6f78506 Issue-ID: DMAAP-1623
2021-08-18Merge "DMAAP-DR - Additional parameter validation"Fiachra Corcoran1-7/+32
2021-08-18DMAAP-DR - Additional parameter validation2.1.9david.mcweeney1-7/+32
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: Ie55e38cb3d58825a1e1df9ddd9741c64c91ac7b5 Issue-ID: DMAAP-1623
2021-08-17[DMAAP-DR] Package upgrades for I releaseefiacor1-1/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I2612c1e69d04c609db7b9474e2036e46fe841618 Issue-ID: DMAAP-1608
2021-08-10DMAAP-DR - SOnar SQL injection fixdavid.mcweeney1-1/+1
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I1ea6d6c308a6ae68e441ad426179e65e4bd02abc Issue-ID: DMAAP-1623
2021-08-10DMAAP-DR - Sonar Vulnerabilitydavid.mcweeney1-1/+1
Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Change-Id: I908ddd78920bd3ac67e7b95f24c3e165a392fbdb Issue-ID: DMAAP-1623
2021-07-27DMAAP-DR SQL Injection fixdavid.mcweeney1-7/+10
Change-Id: Ie85bbb46455d79f9e6eb23bc32253ea355a8e3b2 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: DMAAP-1623
2021-03-15[DMAAP-DR] Patch AAF artifactsefiacor6-39/+39
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I53262c1788bd05f6ac48da60f3500ed8a480a3c0 Issue-ID: DMAAP-1571
2021-02-25Change openjdk baseOS imgs to integration-*2.1.8Alexander Mazuruk1-5/+7
Benefits from switching over: * minimal {java11,python} images maintained by integration team * using currently "blessed by seccom" versions (if :latest tag used) * should limit spread of legal issues across layers * integration images will be the first to have automated compliance documentation * should limit spread of base layers (contributing to deployment footprint - more base layers = more to download, more to store etc...) Issue-ID: INT-1864 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I9184e45b1d8cec294c04b462cf560f5b1c62d078
2020-08-27[DMAAP-DR] Move to alpine based base image2.1.7efiacor1-11/+8
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I7627bee3891f9bbd9ef455b9cd69aa4fd264bdbd Issue-ID: DMAAP-1457
2020-04-16Fix sonar issues and reportingefiacor6-27/+42
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I29aa54e62d2dfaa6eddb16eb67c325254dfc0e06 Issue-ID: DMAAP-1426
2020-04-09[DMaaP DR] JKD 11 migrationefiacor1-4/+7
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ib9d326f4bdf5c4e208dea5a4a00be0c3be3a3067 Issue-ID: DMAAP-1386
2020-03-05Updating default AAF artifactsefiacor6-41/+44
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I069d2315d8a1d77a83749c0d50f0d00d6c528083 Issue-ID: DMAAP-1399
2020-03-04Implementing CSI Docker Benchmark v.1.2.0efiacor1-1/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I117729069a170c1b394e4896808c41eb2a75eaa1 Issue-ID: DMAAP-1382
2020-02-05Removing passwordencryption keyefiacor10-136/+32
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I1d5f193ae0215d5a5939227097adbb01a5b9866a Issue-ID: DMAAP-1367
2020-02-04Allow storing db.user and db.pass in environment variablesDominik Mizyn1-4/+12
This patch allows to store and get db.user and db.pass from environment variables. This is needed if we want to send those variables by helm secrets. Issue-ID: OOM-2287 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ie1736dd4bd89710b441f5cc96dd116bd433ad1b6
2019-10-29More bug fix and refactoringefiacor8-732/+774
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4fce4e73faa86573d0c716882bb014b9f83026ee Issue-ID: DMAAP-1284
2019-10-21Refactor Prov DB handlingefiacor34-1372/+912
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8610d3a20ca0c11dafb98b161cbeb06c3ff63be6 Issue-ID: DMAAP-1284
2019-10-11Update AAF loading procedure2.1.3efiacor16-127/+265
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1318 Change-Id: I8dc75bdbcd05e5316b5c05cbc258010068fb63e8
2019-09-09Continued clean up of code smellsHelenaLydon8-28/+13
Issue-ID: DMAAP-1195 Change-Id: I7a4c22f6c6a93f32590f97bbf006b7bea1761e3c Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-30Renaming variables- issues identified by sonarQubeHelenaLydon1-22/+22
Change-Id: I6ee56ee74f29cf196a8624c623b3670f91ef9424 Issue-ID: DMAAP-1195 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-30[DR] Remove DR code smells - additionalHelenaLydon1-47/+32
Change-Id: Ibd27fc27530f7762809d5a6bd73a82c7973c74f4 Issue-ID: DMAAP-1195 Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-22DMAAP-1195 [DR] Remove DR code smellsHelenaLydon4-314/+319
Issue-ID: DMAAP-1195 Change-Id: I7c6117aa55d281fd0562c845a812107f9eb9581d Signed-off-by: HelenaLydon <helena.lydon@est.tech>
2019-08-16Remaining checkstyle changesegernug4-16/+16
Change-Id: I5392355aa45502e978f2ae8118ac8402202a0584 Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-08-15Merge "Checkstyle fixes for prov eelf and utils"Fiachra Corcoran15-398/+507
2019-08-13Checkstyle fixes for prov eelf and utilsegernug15-398/+507
Change-Id: I54978d8ab828513d280c456149075773442d277a Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-08-12Checkstyle fixes for datarouter provegernug16-385/+563
Change-Id: I4bd93505d56b9eb4db9510d1d2b4ec8a6ebd7cb7 Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-08-08Removing code smellsefiacor20-660/+656
Change-Id: I3774ac6d2e3f30d00b6f2d540a036c9c22a9ceb2 Issue-ID: DMAAP-1195 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-08-01Code style cleanup for prov authz and beansegernug31-383/+816
Change-Id: I4ee093658fd602c54378e64d251fb795cbb77b96 Issue-ID: DMAAP-1250 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-07-25Removing clumsy code smells and adding missing JettyFilter testegernug12-47/+33
Change-Id: I1679f4a5656ab9d34ad247d3edc7eb39821cf769 Issue-ID: DMAAP-1195 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-07-25FINAL unit test covergae commitefiacor1-17/+21
Change-Id: Ieb9e9d49931c253b89026ed4884edbdc8d6c6024 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-23More unit test coverage and code cleanupefiacor17-910/+603
Change-Id: Ie28b50803c60cc79221a5c8aa08cf029f7a8486c Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-19Removing unused codeefiacor12-362/+1
Change-Id: Ic200975ad20525789c37cc16f3aeeb9e26808ffd Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-18Merge "Authz unit test and code cleanup"Dominic Lunanuova4-74/+59
2019-07-17Authz unit test and code cleanupefiacor4-74/+59
Change-Id: I5c6a099ca4e6479df37505aa6bc645d8a26a42e1 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-16Even more unit test and code cleanupefiacor5-713/+655
Change-Id: Ide9477f5f8856e4ab35864bdc93d27a2d59afc83 Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-10Adding more DR-Node unit testsefiacor1-5/+4
Change-Id: I57b1c7aa678188136ecf84be53e0811908091f1a Issue-ID: DMAAP-1226 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-06-25Adding to unit test coverageefiacor4-155/+171
Change-Id: Id8d07c94bb70952fb317bfc7824fc0d587087468 Issue-ID: DMAAP-1203 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-05-29Remove major and minor code smells in dr-provegernug13-301/+272
Change-Id: I547b757719131447c055604672896452fdbc10e5 Issue-ID: DMAAP-1195 Signed-off-by: egernug <gerard.nugent@est.tech>
2019-05-14Remove critical code smells for servlet classeseconwar15-95/+90
Change-Id: I691787741b84de630cbd80c4c887c89c99f662f5 Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
2019-05-14Merge "Remove critical code smells for utils classes"Conor Ward10-35/+59
2019-05-09Remove critical code smells for utils classeseconwar10-35/+59
Change-Id: I8b4012a055d34a54a58046edef7dc539428832be Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
2019-05-09Remove critical code smells Bean classeseconwar8-93/+97
Change-Id: Ia39f58c8b4dd6c0fd15e022aee126f6524aec175 Issue-ID: DMAAP-1195 Signed-off-by: econwar <conor.ward@est.tech>
2019-04-11Adding uid and gid for for user and group2.1.0edepaul1-2/+2
Change-Id: Iac2bb2dffc2759595387aa5113855a64c162b346 Issue-ID: DMAAP-1137 Signed-off-by: edepaul <paul.p.dennehy@est.tech>
2019-04-09logging under one system updatesEmmettCox1-1/+1
Change-Id: I73afa3b104c0c31e5ba72face7d547b4eb996787 Issue-ID: DMAAP-1050 Signed-off-by: EmmettCox <emmett.cox@est.tech>