aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2021-11-09Change links in Readme on policy/clamp rojectliamfallon1-3/+3
Minor changes to update the links in the policy-clamp readme file. Issue-ID: POLICY-3380 Change-Id: I36ee3204c8aa7c53c8373ab0a20a0ebac56b0a7c Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-04-21Fix Sonar Crypto issuessebdet1-5/+5
Fix this problem by removing the CryptoUtils that could be replaced by AAF cadi call (this was already in place in the code). The OOM sdc controller password will have to be modified as well. Issue-ID: POLICY-3201 Issue-ID: POLICY-3200 Change-Id: I6dfd9abb691afb3548d4e68c8759351ad02a30da Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2021-02-08Remove test usage of the AAF certificatesebdet1-1/+6
Fix the broken build by removing the need of the useless certificate, a new one is now generate during the build for the tests. Issue-ID: POLICY-3036 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I11c2ff5aac8a99c7a2b7e676d6c11bbc861a1de4 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-1/+1
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: CLAMP-861 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: I7e7a7799ae48901c289d07bc07e7c96f24f5d078
2020-05-13Update the clamp urlxuegao1-1/+1
Replace the old Clamp url by the new one. Issue-ID: CLAMP-846 Change-Id: I2765ea6c4f0f732be16e4c9a4b32f6eccf63468c Signed-off-by: xuegao <xg353y@intl.att.com>
2020-04-21Remove legacy password encryptionJulienBe1-3/+3
This makes it easier to have a clean password policy on oom Issue-ID: CLAMP-796 Change-Id: Ib02e65e32daeeaeaa8faa10631dc62604734ab8c Signed-off-by: JulienBe <jb379x@att.com>
2020-02-05Update SSL Certs and docChrisC1-8/+19
Update SSL certs for Frankfurt (expiry date Feb 2021) + fix clamp env for compose. Documentation updated to reflect what to do for cert renewal (readme). Issue-ID: CLAMP-641 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I24e24ee88674c3d5b399bc0f1722c61f4c54a937
2019-10-25Add commands for certifsebdet1-1/+34
Add procedure to update the AAF certificate Issue-ID: CLAMP-536 Change-Id: Ica40436f764ffde2d75bdc12cfdf69b01713bad4 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2019-06-04New unit tests and sonar fixesk.kedron1-2/+2
Assertion arguments should be passed in the correct order in: - CldsReferencePropertiesItCase - LoggingUtils Remove of duplicate code in LoggingUtils. Typo in README file. Add LoggingUtilsTest unit test. Change-Id: Iddc61877659e9d4308479451a7eb4901b3fc5ea8 Issue-ID: CLAMP-355 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
2019-04-05Update cadi to 2.1.10 and updated keystoreChrisC1-6/+6
Updated cadi for Dublin Issue-ID: CLAMP-337 Change-Id: I71e02369e8aa0a23250c94c68fcd9cf434de4414 Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2019-03-26Update SSL certificate for DublinChrisC1-175/+175
Updated keystore for use with Dublin release Expiry is March 26th 2020 Issue-ID: CLAMP-337 Change-Id: Ifd044b02a94bd93fa2320281638c4b3e7daa1d9c Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2019-02-13Remove SDC queryxg353y1-5/+0
Remove the query to SDC to get Service/VF related parameters. Also remove the UI which triggers the SDC query. Issue-ID: CLAMP-290 Change-Id: Ie7864942b91c022a3a7329c17ab2785448aae9ff Signed-off-by: xg353y <xg353y@intl.att.com>
2019-01-14Fix no AAF configsebdet1-0/+5
Add missing config for no AAF properties file Issue-ID: CLAMP-252 Change-Id: Iba8b0ed7119460a192cf30fcadb6e1b7b7e50b5d Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2018-11-27Update readme.mdsebdet1-1/+42
Update authentication part that had not been updated Issue-ID: CLAMP-249 Change-Id: I7e72a10cbadbaf6f4a1eb2c2bb6cdbc880e1b218 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
2018-04-06Update docsDeterme, Sebastien (sd378r)1-15/+21
Update the docs according to the changes done SDC controller Issue-ID: CLAMP-144 Change-Id: I150c2f7004537e4d67aa42782b6cfeacae8a45c1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-04Update ReadmeDeterme, Sebastien (sd378r)1-24/+44
Update readme according to recent changes Issue-ID: CLAMP-144 Change-Id: I28a1a6addb036f39cefaf2bd8f51ab369457c0a4 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-03-23Remove client usage of md5ac25501-2/+2
Md5 usage introduce a security flow by reducing the amount of test needed for a brute force attack. Change-Id: Ifa4e6259d0a3fb06c91c03d1c67470ddd02284fc Issue-ID: CLAMP-143 Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-03-22Bcrypt as password hashing method in the backendac25501-1/+16
Change-Id: I5ed802c35ade8ba5da4d21f2a8c22d0198490885 Signed-off-by: ac2550 <ac2550@intl.att.com> Issue-ID: CLAMP-143
2018-03-14Add swagger generation for jaxrs apiBertozzi, Julien (jb379x)1-0/+4
Issue-ID: CLAMP-137 Change-Id: I0b1e088a99a7e1c63dc0b0f4a36b16020181bf1f Signed-off-by: Bertozzi, Julien (jb379x) <jb379x@att.com>
2017-08-08Rework Pom and DockerfileDeterme, Sebastien (sd378r)1-61/+90
Rework the pom & swagger config + Remove license plugin in pom and license files + Rework the dockerfile (support all clamp versions now) + Introduce the version.properties Change-Id: Ia823e00309d651ca40ef12beeae02fb01d8a80a9 Issue-Id: CLAMP-1 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2017-06-21[CLAMP-1] Initial ONAP CLAMP seed code commitChrisC1-0/+61
Change-Id: I2e8070a590618a06070f393d7b2c011029af5e8a Signed-off-by: ChrisC <cc697w@intl.att.com>