aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-05-25Set references for london releaselondonliamfallon1-1/+1
Set references for london release *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie9a19e14aa6f8a3a7fea7e7b1dacf404c65bc0b3
2023-05-02Add Adheli Tavares as a committerliamfallon1-0/+8
Add Adheli Tavares as a committer *** This commit is generated by a PF release script *** Issue-ID: POLICY-4653 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I2f1c69c5e55e25c34cda2a9930a4f2d0f5bcd190
2023-04-25Update snapshot and/or references of policy/xacml-pdp to latest snapshotsSuresh Charan22-25/+25
policy/xacml-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: I4d5db674e670fa7468fde15e5230c509d767c9b6
2023-04-25Release docker images for policy/xacml-pdp: 2.8.2Suresh Charan1-0/+8
This commit releases docker images for repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: Suresh Charan <suresh.charan@bell.ca> Change-Id: I2942125b5c54692904ecb478849af4bc1a880229
2023-04-25Release policy/xacml-pdp: 2.8.2rameshiyer271-0/+5
This commit releases repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: Ib60250c814e04f8e7f33584316007dd0f0b24706
2023-04-25update references in policy/xacml-pdp pomrameshiyer272-4/+4
updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I2120f64f556b84c8a37a33408bd39a1654f9fafc
2023-03-01Update snapshot and/or references of policy/xacml-pdp to latest snapshotssaul.gill22-25/+25
policy/xacml-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I1dcfbd1752269cbc5114ca5102ac7338ae05d326
2023-03-01Release docker images for policy/xacml-pdp: 2.8.1saul.gill1-0/+8
This commit releases docker images for repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I8ce753884e07741590f59943f4818ef6e2c06088
2023-02-28Release policy/xacml-pdp: 2.8.1saul.gill1-0/+5
This commit releases repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I62a9d95ddb23515807d24222c1393249ab901415
2023-02-28update references in policy/xacml-pdp pomsaul.gill2-4/+4
updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ia435cc6c59fb6f728eb1bf1a383a4dfdaa6e9907
2023-02-24Fixed sonar issues in xacml-pdpSuresh Charan1-7/+8
Reduced technical debt Issue-ID: POLICY-4536 Change-Id: I2d345cc879dbd267b4a2c0791aae153db994114b Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
2023-02-17Clean up dependencies for London Releaseliamfallon2-2/+0
Issue-ID: POLICY-4482 Change-Id: Icb720ea0a934f40f419a8e411b444f4d18daaa57 Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-02-17Merge "Update Dockerfile for PF base image"Pamela Dragosh1-1/+2
2023-02-15Automate S3P tests in Xacmlwaynedunican3-12/+61
- Trigger XACML S3P tests Issue-ID: POLICY-4156 Change-Id: Id0e43f2553f42f5099f9bcd29084a83afd1133c8 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2023-02-14Update Dockerfile for PF base imageliamfallon1-1/+2
The Policy Framework base image run under the "onap" user rather than under the "root" user. This means that root access has to be enabled in child Dockerfiles for configuraiton that requires root access. Root access is turned off again later in the Dockerfile so that the image will run under another user. Issue-ID: POLICY-4558 Change-Id: Idcd167e57dcc6ec08c4baff05a969fc59bf65245 Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-02-08Merge "Replace Eclipselink with Hibernate"Ramesh Murugan Iyer8-28/+27
2023-02-02Replace Eclipselink with Hibernateliamfallon8-28/+27
Issue-ID: POLICY-4533 Change-Id: I56cfd55cd66e228e3012152a8fcc11e3011c8a3c Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-01-31Removing old swagger annotation in xacml-pdplapentafd3-158/+1162
This commit removes the Swagger V2 annotations on the Rest Controllers in policy-xacml-pdp. The OpeApi annotations (Swagger v3 annotations) are on a generated Java Interface. Issue-ID: POLICY-3465 Change-Id: Ibdeacff9582bb95a21d9fcb7dd8bd3688fa165df Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2023-01-31Upgrade and clean up dependenciesliamfallon9-20/+33
- Upgrade Hibernate - Upgrade Mockito - Upgrade Mockserver - Remove Powermock (no longer supported) and replace with spring-test ReflectionTestUtils - Upgrade Spring Framework - Add spring-security to allow authentication on unit tests using MockMVC Minor clean-up - Replace deprecated authorization configuraiton on spring boot applications with SecurityFilterChain bean - Change @LocalPort include on tests to use test include rather than runtime include - Remove unused imports - Remove unused constants and variables - Add deprecation annotations where required Issue-ID: POLICY-4482 Change-Id: Ia61e137f7f7b7807f376d894be05d1c357a86bdd Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-12-15Update snapshot and/or references of policy/xacml-pdp to latest snapshotsliamfallon22-25/+25
policy/xacml-pdp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib1d91e535d562d7ccac1259745a2e4c00bf10614
2022-12-15Release docker images for policy/xacml-pdp: 2.8.0liamfallon1-0/+8
This commit releases docker images for repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I1ff3c10ba495334a326d44f594cb758a2c8b08eb
2022-12-15Release policy/xacml-pdp: 2.8.0liamfallon1-0/+5
This commit releases repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Idba4152a6836a08ee8bf4278c5ea139e090d619a
2022-12-15update references in policy/xacml-pdp pomliamfallon2-4/+4
updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ideb85c1f83617e4ca963ab97efff7696923000c2
2022-12-13Use managed versions of dependenciesliamfallon1-2/+1
Issue-ID: POLICY-4482 Change-Id: I5a4385ad1b7a18e538e67304c20bfdeb5d2fd273 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-11-25Move git-commit-id-maven-plugin to parent pomdanielhanrahan1-19/+0
The POM config for git-commit-id-maven-plugin is duplicated in each repo, so the config is moved to policy/parent Issue-ID: POLICY-4466 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: Ifc458099233adc33d7ac21eb2d9ee0bf35a0fc3e
2022-11-01Merge "Fix mishandling of special characters in passwords"Jorge Hernandez2-2/+2
2022-10-31Fix mishandling of special characters in passwordsjhh2-2/+2
OperationsHistory creation is skipped in OOM settings since cannot process passwords with containing "=". Issue-ID: POLICY-4429 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I41ba9cf451aecd62fb0090d721685da9ce6e2f2e
2022-10-21Set snapshot and/or references of policy/xacml-pdp for new releaseliamfallon22-26/+26
policy/xacml-pdp 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: Icb77bcddf808c91379431b0e9f67a703755f945e
2022-10-21Update snapshot and/or references of policy/xacml-pdp to latest snapshotsliamfallon22-25/+25
policy/xacml-pdp 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: Id22d9db8667fe0a2585db7830e0042d482a28895
2022-10-21Release docker images for policy/xacml-pdp: 2.7.1liamfallon1-0/+8
This commit releases docker images for repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I2c599e610eabaaad288345571da7dfacd16184f8
2022-10-21Release policy/xacml-pdp: 2.7.1liamfallon1-0/+5
This commit releases repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifc26f60d0b6253b4a97634671872f4c365ed378b
2022-10-21update references in policy/xacml-pdp pomliamfallon2-4/+4
updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ibdfe6691f751bf435fdd796d4a2135d7f87b32dd
2022-10-18Update to XACML Tutorial README to better reflect process for running imageisaac1-379/+36
Issue-ID: POLICY-4316 Signed-off-by: isaac <isaac.adorno@att.com> Change-Id: I62f217fdbcc621c61869d6dfb85c83da8edda36d
2022-10-18Fix hard coded versions in XACML-PDP tutorialsliamfallon10-325/+224
This commit adds variables to the docker-compse file for the xacml-applicaiton tutorial and adds a startup script that downloads files fromt he docker/csit repo to run the tutorial This commit also removes the separate docker-compose file that was used for xacml-enforcement tutorial and replaces it with instructions on how to use the csit docker-compose to run the enforcement. Issue-ID: POLICY-4186 Change-Id: Id1476e6c0949d3d57bdea9a696b985b60220ec78 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-10-11Removing unnecessary files and adding documentation for improved Docker ↵isaac2-36/+395
procedure. Issue-ID: POLICY-4316 Signed-off-by: isaac <isaac.adorno@att.com> Change-Id: Ia8a1b78e35a6b3d0d13199b60db16bafbc58aa96
2022-10-01Remove unnecessary check in entrypointjhh1-5/+0
Issue-ID: POLICY-4283 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ie5b8ed2578ec58b8748f7a216caef3cf575e5f03
2022-09-23Update snapshot and/or references of policy/xacml-pdp to latest snapshotsliamfallon22-25/+25
policy/xacml-pdp 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: Idc27e55ef48287be95143928d764487dd0509049
2022-09-23Release docker images for policy/xacml-pdp: 2.7.0liamfallon1-0/+8
This commit releases docker images for repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I39754ebe852004ff3b3282d0a0ef7e34f0b80416
2022-09-23Release policy/xacml-pdp: 2.7.0liamfallon1-0/+5
This commit releases repo policy/xacml-pdp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Id122c45d1d484f93b0655724cb3eaa191d03cf66
2022-09-22update references in policy/xacml-pdp pomliamfallon2-4/+4
updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I031209a3d694330ca1654d88b732806ec241ad98
2022-09-09Remove inactive committers from INFO.yamlliamfallon1-7/+5
Remove inactive committers from INFO.yaml *** This commit is generated by a PF release script *** Issue-ID: POLICY-4354 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I6fc18dee497b29793c7188fdfa3865e98a3ec697
2022-09-08Merge "Upgrade xacml engine to 3.1.0"Liam Fallon1-1/+1
2022-09-06Upgrade xacml engine to 3.1.0jhh1-1/+1
Issue-ID: POLICY-4275 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ia1422e168465dbb9dca1961e7d0f5371ea619f62
2022-09-06Allow overrides of guard xacml.propertiesjhh2-0/+10
Issue-ID: POLICY-4340 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ifa59a52114a774ed94b33da06f7f0df1007d3c20
2022-09-02Merge "Compatibility with mariadb 10.x and mysql 8.x"Liam Fallon5-21/+105
2022-09-01Allow setting external dockerfile for xacml-pdpdanielhanrahan1-0/+2
If building with an external dockerfile, e.g. using mvn clean install -Pdocker -DdockerFile=/path/to/dockerfile docker will look for project files in the same directory as the new dockerfile. A new property is added for setting the context path, to allow using existing project files in src/main/docker. Issue-ID: POLICY-4334 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I58953f427fbc3194058a8a07ada508775ff397d4
2022-09-01Compatibility with mariadb 10.x and mysql 8.xjhh5-21/+105
Additional support for extra flags for example is secured mysql/mariadb server is desired when provisioning tables at initialization. Issue-ID: POLICY-4183 Issue-ID: POLICY-4340 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Id873b3692237cd867815f2928b56492c9261082e
2022-08-24Support of onap.policies.monitoring.tcagen2 2.0.0jhh3-44/+70
Issue-ID: POLICY-4317 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I1b1e2d4baa2ec82462e32cb79cc18bb183f7ded6 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2022-07-29Update docker base image to snapshotliamfallon1-1/+1
Update docker base image to snapshot *** This commit is generated by a PF release script *** Issue-ID: POLICY-4287 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I6c32075bfce758757188a51ceda898206ee573a7
2022-07-18Parameterize xacml-pdp tutorial docker fileliamfallon2-3/+15
This change parameterizes the XACML PDP tutorial so that it always works off the version of XACML PDP on which it is released. Issue-ID: POLICY-4186 Change-Id: If3891a21d6f60518da9d395228e700fe6d506dc2 Signed-off-by: liamfallon <liam.fallon@est.tech>