summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-07-26APEX doc updates for multiple output supporta.sreekumar2-16/+169
Change-Id: I1867c7ecc5405e972401a9ed647b7ff71ba2a88e Issue-ID: POLICY-3512 Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
2021-07-21Update xacml docs returning attributesDragosh, Pamela (pd1248)2-5/+5
Update the documentation to refer to examples and tutorials regarding the use of attributes along with obligations and advice. Issue-ID: POLICY-2865 Change-Id: I048b2e19f9ca4fdbf50e18d2b64299023b4af2bb Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
2021-07-21Merge "Upgrade the CDS dependency"Ram Krishna Verma1-2/+2
2021-07-21Upgrade the CDS dependencyk.kedron1-2/+2
The newest CDS client libraries are available in different group Issue-ID: POLICY-3507 Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com> Change-Id: Ia7932949d4093db1dd192c028def14f7ffeb61f7
2021-07-20Document how to run the DMaaP simulator locallyliamfallon1-0/+44
Issue-ID: POLICY-3424 Change-Id: Iee6b3dd3cb0cb9aca28846e596286c287d8b645f Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-07-20Merge "Add profile for generating Swagger documents"Liam Fallon9-10/+462
2021-07-20Merge "Define docker registry properties"Ajith Sreekumar1-0/+2
2021-07-20Merge "Add documentation on excluding xacml applications"Ajith Sreekumar1-0/+13
2021-07-19Define docker registry propertiesJim Hahn1-0/+2
Issue-ID: POLICY-3374 Change-Id: I754d69b7efe155417bb1562a75a5e35572a2ce24 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-07-19Add profile for generating Swagger documentsliamfallon9-10/+462
This commit adds a profile for generating Swagger documents and creating a tarball containing the swagger.json, swagger.html, and swagger.pdf files. The profile is triggered in any module when tsts are enabled (In other words when the skipTests flag is off), and when the following proerty is set: <swagger.generation.phase>post-integration-test</swagger.generation.phase> This profile assumes that a unit test exists that creates the following file: target/swagger/swagger.json If this file does not exist, the build will fail if the profile is invoked. Therefore, to generate the Swagger documentation tarball, a module must set the swagger.generation.phase propety AND have a unit test that generates the swagger.json file. Issue-ID: POLICY-3424 Change-Id: I8ff769e7a28bf0e00969d1bc677fee6908951d8a Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-07-19Add documentation on excluding xacml applicationsDragosh, Pamela (pd1248)1-0/+13
Issue-ID: POLICY-3326 Change-Id: If097e1f85f0e7b9d85bcff678c14ffa1644db407 Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
2021-07-16Document Disable collection of PdpStatisticsadheli.tavares1-2/+18
Issue-ID: POLICY-3459 Change-Id: I108fff4a293ccccff35afbc636c7f04880f0dc3c Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-07-13Update Pam's email INFO.yamlDragosh, Pamela (pd1248)1-1/+1
Issue-ID: POLICY-3484 Change-Id: I8fbfd9a30dad04b2bfd23d73d750b8824bba0f49 Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
2021-07-06Add swagger models for swagger endpoint generationliamfallon1-0/+7
The swagger models dependency is required to generate the swagger for the Swagger endpoint in Springboot applications. Issue-ID: POLICY-3424 Change-Id: I83a3976ee2513ab24d97b1594a29bf0a80f62d4c Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-07-02Address some vulnerabilities from IQ reportJim Hahn1-1/+6
Upgraded the version of a couple of items reported in IQ. The new versions are likely to have the same issues, but at least it should be good for a moment. Verified that the change to json-smart did not cause the CDS Actor tests to break. (Though it should eventually be tested with a real CDS.) Verified that the change to xstream did not cause any tests in drools-pdp or drools-apps to break. Issue-ID: POLICY-3431 Change-Id: I1419871577174fd986c9eebf2ce35134bd4bda93 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-06-29New jetty needs new jacksonJim Hahn1-1/+1
The upgrade of jetty (or possibly jackson) in oparent necessitated a new version of jackson in policy. Issue-ID: POLICY-3300 Change-Id: I5cf629a7c0719941fc5c4afa81009ccdd89722bb Signed-off-by: Jim Hahn <jrh3@att.com>
2021-06-28Update parent pom to fix springboot/checkstyleliamfallon2-8/+36
This patch swithes the Policy Framework to use the snapshot version of oparent. The spring boot dependency management is added. Issue-ID: POLICY-3209 Change-Id: Ie9ab5b001ed9636fa5b4d96f2d54a7e3e800fec6 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-06-22Add section for policy chainingRam Krishna Verma1-0/+19
Adding section for policy chaining in drools-apps document. Issue-ID: POLICY-3382 Change-Id: Ie8d68c182e12aa2a9739fbd120d57bd8d0db0ca3 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-06-22Adding dependencies from clamp participants to parent/integrationFrancescoFioraEst1-0/+6
Issue-ID: POLICY-3308 Change-Id: I457bf935675638621f56c44899699d691899837a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-06-16Fix build of modelsJim Hahn1-17/+0
A new dependency in policy-parent broke the build in policy-models. Removed the problematic dependency. Actually, removed both "bom" dependencies since they would otherwise override policy's dependency management. Note: this may require adding them back into policy-gui and policy-clamp. Issue-ID: POLICY-3308 Change-Id: I898b1104081d6cf46a50d65e9f228c966d847559 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-06-16Merge "Adding dependencies and plugins from clamp to parent/integration"Liam Fallon1-0/+159
2021-06-15Merge "Update plugins in Lifecycle Mapping for CLAMP"Liam Fallon1-1/+14
2021-06-15Adding dependencies and plugins from clamp to parent/integrationryanSheehan1-0/+159
Move dependencies and plugins from clamp participants and runtime Inherit versioning from integration pom Issue-ID: POLICY-3308 Change-Id: I32a3e60a3b8f76b82e92c9ae870c195285f622ee Signed-off-by: ryanSheehan <ryansheehan.est@gmail.com>
2021-06-10Update drools-pdp documentsRam Krishna Verma3-32/+13
* Fixed few broken links * Updated the CSIT links to point to policy/docker * Updated the latest version to Honolulu * Removed legacy operational policy type * Removed frankfurt controller Issue-ID: POLICY-3382 Change-Id: I3eb5d409abc90eb5a52d953051993a3c5f830176 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-06-07Update plugins in Lifecycle Mapping for CLAMPliamfallon1-1/+14
The lowest version in the lifecycle mapping for the hibernate52-ddl-maven-plugin was 2.3.0, it should have been 2.2.0. The plugin for npm is added. Issue-ID: POLICY-3258 Change-Id: I63d997b57c68830bc3dca2b2d62e950d2042c0d1 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-06-04Adding properties to parent integration pomryanSheehan1-0/+7
Take properties declared in clamp poms and inherit them from integration pom Issue-ID: POLICY-3215 Change-Id: I51993ffc1734b5c83ec7276f527ca18ead7c22d3 Signed-off-by: ryanSheehan <ryansheehan.est@gmail.com>
2021-06-04Merge "Update PAP documentation"Ram Krishna Verma1-27/+19
2021-06-01Upgrade the CDS dependencyRashmi Pujar1-5/+11
The CDS client libraries are now exposed via a different maven module. Issue-ID: POLICY-3338 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Change-Id: I9ecfc8852f129dd231b3008fb4c59b2e8b7b673f
2021-06-01Update PAP documentationwaynedunican1-27/+19
Update documentation to align with PAP-PDP communication changes. PDP_UPDATE message now stores lists of policiesToBeDeployed and policiesToBeUndeployed. Removed any references to the policies field as this has been removed from PDP_UPDATE and added the new lists to the documentation. Issue-ID: POLICY-3339 Change-Id: Ib5bafffdb5ccd4ee5edbf861132b4dd8b088f5e4 Signed-off-by: waynedunican <wayne.dunican@est.tech> Signed-off-by: WayneDunican <wayne.dunican@est.tech>
2021-05-28Add life cycle mappings for plugins in CLAMPliamfallon1-22/+74
Added some life cycle mappings to ignore, these cause errors on the POMs in eclipse. Issue-ID: POLICY-3258 Change-Id: If8a3a40d94af9d5060fb66b884523abc4fdd119e Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-05-20Update apex-pdp kafka io docsRam Krishna Verma1-21/+95
Adding kafkaProperties to the Kafka IO plugin section. The properties are needed for SSL connectivity between apex-pdp & Kafka server. Issue-ID: POLICY-3197 Change-Id: I41f73f482b2b4f18dbf0989fe9a6fc1dac6ccdd7 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2021-05-10Upgrade dependenciesJim Hahn1-1/+1
Upgraded dependencies per SECCOM. Jetty will be upgraded as part of oparent. Issue-ID: POLICY-3300 Change-Id: I2ccf69eba8d2b21100569b96ce813dcf42226856 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-04-27Update date for Honolulu release notesJim Hahn1-1/+1
Issue-ID: POLICY-3253 Change-Id: Ie2390861586489096f52dede9add6b27ac6b9b33 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-04-21Update release date in honolulu documentationJim Hahn1-1/+1
Issue-ID: POLICY-3186 Change-Id: Ib173eb6f7179e0490c808a9ac60eacd6bc68a8b3 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-04-20Update Apex-PDP s3p Tests documentationarkadiusz.adamski1-114/+16
- Update test documentation Issue-ID: POLICY-3109 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: I2291aeb976aed54de58a00fdb517b214d77927f0
2021-04-14Update Apex-PDP s3p Test resultsarkadiusz.adamski5-5/+5
- Update stability test results Issue-ID: POLICY-3109 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: I926dae97cbe4d9af246de8f0e6fa840ccd7debd8
2021-04-13Merge "Update s3p Test results"Liam Fallon3-4/+4
2021-04-09Specify alternate repo from which to download npmJim Hahn1-0/+1
Issue-ID: POLICY-3182 Change-Id: I07797f1e2f58830c180303eeb1286b9564c3e4f8 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-04-09Update s3p Test resultsarkadiusz.adamski3-4/+4
- Update performance test results Issue-ID: POLICY-3109 Signed-off-by: arkadiusz.adamski <aadamski@est.tech> Change-Id: Id2deb7f63124e48f1cfcf6c95b47ac71753fbbce
2021-04-06Merge "Documentation changes for PAP S3P testing"Ram Krishna Verma9-16/+16
2021-04-01Documentation changes for PAP S3P testingwaynedunican9-16/+16
Issue-ID: POLICY-3110 Change-Id: I7d2e68f3c73e838f6e0848d02f4eca7ce1327abe Signed-off-by: waynedunican <wayne.dunican@est.tech>
2021-03-31Merge "Results of Xacml Performance tests"Jim Hahn1-5/+64
2021-03-31Results of Xacml Performance testsmkidd1-5/+64
Added changes to documentation to reflect results of performance tests for the S3P tests for Xacml-pdp. Updated values to reflect test results Issue-ID: POLICY-3111 Signed-off-by: mkidd <michael.kidd@est.tech> Change-Id: If8350480f96fbeac5b8c3d0bd7ef60bd97402a94 Signed-off-by: mkidd <michael.kidd@est.tech>
2021-03-31Merge "Distribution S3P tests results"Jim Hahn9-24/+14
2021-03-31Merge "Honululu Api Performance Run Results"Jim Hahn4-8/+48
2021-03-31Merge "Fix rst warnings in apex documentation"Jim Hahn2-4/+5
2021-03-31Fix rst warnings in apex documentationwaynedunican2-4/+5
Issue-ID: POLICY-3132 Change-Id: Ia7a4f136cdaad018ad6ba464ce798ac84ca47185 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2021-03-30Distribution S3P tests resultsadheli.tavares9-24/+14
Issue-ID: POLICY-3113 Change-Id: I70dd8cc1751c28240b11e5c4598c7603e0bb0c46 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-03-30Fix some broken documentation linksJim Hahn2-7/+7
Issue-ID: POLICY-3164 Change-Id: I994e1043ec4af385a69c977cd3f2264992376a11 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-03-30Honululu Api Performance Run Resultslapentafd4-8/+48
Appending Performance results Issue-ID: POLICY-3112 Change-Id: I50df1aed416916966b2fe8cc1a7783315d221763 Signed-off-by: lapentafd <francesco.lapenta@est.tech>