summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25Merge "Update documentation for S3P testing of Apex PDP"Liam Fallon3-7/+9
2022-10-25Update documentation for ACM S3P test in Kohnrameshiyer277-36/+96
Issue-ID: POLICY-4383 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I78e226bdc5156d6597f640915f3a40a946c71bc7
2022-10-24Update documentation for S3P testing of Apex PDPFrancescoFioraEst3-7/+9
Issue-ID: POLICY-4386 Change-Id: I85b9f59e5a95cbf69f99755a54038191dad3996f Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2022-10-21Set snapshot and/or references of policy/parent for new releaseliamfallon4-5/+5
policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I1f6e293dbf65357859ec4d1f1518030d5f5aa9ab
2022-10-21update release data in policy/parentliamfallon3-13/+32
updated release data in policy/parent *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0270bdc724270d1d1e664e71202a603521347272 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-20Update snapshot and/or references of policy/parent to latest snapshotsliamfallon4-5/+5
policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie040f79800f5780bbdd3047290b4f86470a35e8e
2022-10-20Release policy/parent: 3.6.1liamfallon1-0/+4
This commit releases repo policy/parent. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ic30f1bbc89b3b183db586f49a431e4c92e23429f
2022-10-20update parent references in policy/parent pomliamfallon1-1/+1
updated the parent references in the policy/parent pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ia615093cb38d4fadfa70590b7811d83bd4b650f7
2022-10-20Make tag specification mandatory on release dataliamfallon3-17/+27
Also upgrades apache commons text. Issue-ID: POLICY-4045 Change-Id: Id93f9f92864403eecc198325f6f9dc8083532aab Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-19Move release script instructions to Wikiliamfallon1-262/+3
It is more appropriate to document the release process in the wiki. Issue-ID: POLICY-4369 Change-Id: I58fba5b8fc7fa08407f8235097664b862ab65442 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-19Fix some dependencies flagged in scansliamfallon1-1/+5
Issue-ID: POLICY-4393 Change-Id: I64504daff775ec008e936876c3aecfe6e604b9e5 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-18Merge "Updating documentation for Prometheus application metrics in XACML PDP."Jorge Hernandez1-2/+3
2022-10-17Merge "Remove some medium level vulnerabilities"Pamela Dragosh1-9/+26
2022-10-17Updating documentation for Prometheus application metrics in XACML PDP.isaac1-2/+3
Issue-ID: POLICY-4199 Signed-off-by: isaac <isaac.adorno@att.com> Change-Id: I4956eacfe3dfbfb4ac010e48b02c88b98ef1bc1f
2022-10-13Remove some medium level vulnerabilitiesliamfallon1-9/+26
Issue-ID: POLICY-4393 Change-Id: I062038ebb1a9182e43dca6a973abee26d4f856fc Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-12Upgrade blueprint-proto to 1.4.0.jhh1-1/+1
This is to cover the security vulnerability reported for com.google.protobuf : protobuf-java : 3.19.4 See drools-applications dependency that transitively picks it up: <dependency> <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>blueprint-proto</artifactId> </dependency> Issue-ID: POLICY-4393 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I17f609f937cb555e1a72ab8ba1008e667f55870f
2022-10-11Manage spring-boot-starter-aopliamfallon1-0/+5
Issue-ID: POLICY-4393 Change-Id: I83a62dad43ae371d85494a1312cd0515456e26f6 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-11Fix builds, revert springboot to 2.5.xliamfallon1-5/+9
Fixing up the dependencies for escurity: - Springboot > 2.5.x does NOT work with Swagger 2.0 so its reverted - Jackson and Jackson databind can bow be ont he same version and the latest version works fine - Kafka client has a security issue, so upgrading to latest version Issue-ID: POLICY-4393 Change-Id: If9c68c1c3df3a426dcbb81f35ac561baf870e6fb Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-10Merge "Update dependencies for security vulnerabilities"Ramesh Murugan Iyer1-4/+3
2022-10-10Merge "Updating documentation for Docker components in XACML Custom ↵Ramesh Murugan Iyer1-21/+2
Application Tutorial."
2022-10-10Update dependencies for security vulnerabilitiesliamfallon1-4/+3
Update jackson-databind, springboot, and snakeyaml for security vulnerabilities. Issue-ID: POLICY-4393 Change-Id: Id8dffa3942f691817ffdea69cf5982f1c2e43e84 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-07Updating documentation for Docker components in XACML Custom Application ↵isaac1-21/+2
Tutorial. Issue-ID: POLICY-4316 Signed-off-by: isaac <isaac.adorno@att.com> Change-Id: I7d4befac48cbf251ad9b1bae6f1e60f4a5c3b393
2022-10-05Update ACM documentation for Kohn releaserameshiyer279-1054/+940
Removed participant simulator and k8s ppnt standalone endpoints. Updated REST endpoints of ACM Issue-ID: POLICY-4382 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ib31253952a32b33b2e193293b0b1775fcb35054b
2022-10-05Merge "Handle docker refs correctly in policy/docker"Liam Fallon1-11/+38
2022-10-03Handle docker refs correctly in policy/dockerliamfallon1-11/+38
The decker references in db-migrator need to be handled specially because the reference in db-migrator must be set to the new Docker reference that is to be released rather than the docker reference in the pf_release_data.csv (which is correct in later phases). This is in effect a forward reference to the "to-be-released_ docker base image. Issue-ID: POLICY-4045 Change-Id: Iff3845d06894f7f4c927509fb2fb43f00af3b7ef Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-03Merge "Add Strimzi Kafka Setup documentation"Liam Fallon3-0/+714
2022-09-29Add Strimzi Kafka Setup documentationSirisha_Manchikanti3-0/+714
Issue-ID: POLICY-4134 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I99777042cb32f88610109c2bd557e8782caaca71
2022-09-28Merge "Update docker installation documentation"Liam Fallon1-39/+77
2022-09-28Update docker installation documentationlapentafd1-39/+77
Issue-ID: POLICY-4127 Change-Id: I7f4a84b5112a6bee6e047de1b45dbd4375961a70 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2022-09-27Update release scripts: OOM and taggingliamfallon3-10/+28
Add support for tagging release data Fix OOM script to cope with quoted repo names in the pf_release_data.csv file Issue-ID: POLICY-4045 Change-Id: Idb0c8895d1a8e6e7c564e0c5f86f7917f9278852 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-23update release data in policy/parentliamfallon1-13/+13
updated release data in policy/parent *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I0c396610627126ab7a6c936dfe09aa0e86f0f4c3
2022-09-22Update snapshot and/or references of policy/parent to latest snapshotsliamfallon4-5/+5
policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I6f785f654252b42fac673237c98c4249087d8731
2022-09-22Release policy/parent: 3.6.0liamfallon1-0/+4
This commit releases repo policy/parent. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I9ec42fe482b375593eba5b6e091b1a2132c080aa
2022-09-21update parent references in policy/parent pomliamfallon1-1/+1
updated the parent references in the policy/parent pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I9b5f02c534aa34c9f30ff17db0a64aa896b31efa
2022-09-16Fix minor warnings in codeliamfallon3-4/+63
Issue-ID: POLICY-4045 Change-Id: I34d596517bd84accd8916973b93d90c159460a5e Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-14Use released oparent version in policy/parentliamfallon1-2/+2
Using snapshot versions of oparent no longer seems to work so the builds are failing. Snapshot versions are ignored even if they are in nexus. Issue-ID: POLICY-4134 Change-Id: If83b6a559b0c0e224be85a029ede7097783153f4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-09Remove inactive committers from INFO.yamlliamfallon1-7/+5
Issue-ID: POLICY-4354 Change-Id: I5d4a7249e35c1d9dda67cc06397a024ff10743d4 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-08Fix small bugs in release scriptsliamfallon3-10/+18
- Correct handling of snapshots on Docker files - Extra phase for submitting the release data - Spacing on printouts Issue-ID: POLICY-4333 Change-Id: I359942f91045bcdb7845cdf70fe7b1e55f6fd08a Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-01Update logback to SECOM recommended versionliamfallon1-1/+1
Issue-ID: POLICY-4242 Change-Id: I002d86f5fc27e12c00fa94b82c8776059f645911 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-08-31Upgrade drools libraries to 7.73.0.Finaljhh1-1/+1
Issue-ID: POLICY-4335 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I6d59cbf6814c7472ad7d5e2d2537759334e16b2a
2022-08-31Force py3.8 in tox.iniCédric Ollivier1-3/+3
It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I80fecf597cd12c856fb374030be674c91b58a72e
2022-08-30Merge "Update policy-parent for security fixes"Liam Fallon2-3/+4
2022-08-29Update policy-parent for security fixesliamfallon2-3/+4
Dependency changes to fix security issues. The latest oparent version in Master fixes some issues. This commit pulls in the latest snapshot oparent. Let's see the extent of the fixes it does. If so, we may need to release oparent as well. Issue-ID: POLICY-4333 Change-Id: I9b829aa9a2f3538f8580b4aa874db581d6c33042 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-08-25Update apex-pdp user manualRam Krishna Verma1-2/+28
Updating the apex-pdp user manual to add details about JSON schema support. Issue-ID: POLICY-4298 Change-Id: I1c900cd08f10b30f85370082c77d110655853961 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2022-07-29Merge "Update docker files base images to snapshots"Ramesh Murugan Iyer3-8/+23
2022-07-29Update docker files base images to snapshotsliamfallon3-8/+23
Currently the policy base images used in docker files in master are hard revisions of the policy base images. The docker files should use snapshot policy base images when they are availabe and only change to released base images at release time. This commit ensures that the references are updated correctly in Docker files to snapshots or released base policy images as appropriate Issue-ID: POLICY-4287 Change-Id: I2c68e1bad6bde2e116c27678c88f8b40dc914b0f Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-29Add Kafka versionSirisha_Manchikanti1-0/+15
Issue-ID: POLICY-4313 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Ia998c89eecf3486c6e65b1483f609b4e0a0df9b5
2022-07-22Adding medeia-validator-gson dependency to parenta.sreekumar1-0/+5
Change-Id: I567218f6e71866e494678db427d6e76fbc41ba23 Issue-ID: POLICY-4291 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2022-07-15Bump version of Docker Maven Pluginliamfallon1-1/+1
This version of the Docker maven plugin supports multi-architecture Docker builds. Issue-ID: POLICY-4287 Change-Id: I931e04d8e231eb7a5d84661369b4a312ef8c6bc0 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-07-13Update release and report scriptsliamfallon3-33/+79
Release scripts are updated to automatically change the releae data CSV file in policy-parent/integration/src/main/resources Report script is updated t add HTTP links to the various reports Issue-ID: POLICY-4233 Change-Id: Id98a4e2805caf68a66dd5844f388c045f75a8865 Signed-off-by: liamfallon <liam.fallon@est.tech>