summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/charts/policy-apex-pdp/templates/configmap.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-08-27[POLICY] certInit support + refactoringjhh1-32/+0
Several changes are including in this patch: - certInitializer support (POLICY-2615, REQ-361) - renamed policy objects to start with "policy-" prefix (POLICY-1000) - add resources section to components that did not have or had it incorrectly set up rendering null (POLICY-2502) - Removal of legacy policy-engine components (POLICY-2743) - Miscellaneous refactoring of charts (POLICY-2745) - update pdp legacy reference to policy-xacml-pdp from pdp (legacy) Issue-ID: POLICY-2615 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I8b6984a663bbb14d331a366ec02b6dd38755cde7 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2020-01-08Enabling logback file to be loaded using configmap for policy componentsa.sreekumar1-1/+2
Change-Id: Ic73ad605ac3aca689221afed258eb3673398e425 Issue-ID: POLICY-2308 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2019-10-25policy helm changes to override of cert storejhh1-1/+7
Issue-ID: POLICY-2064 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I5d9c6b8ea7e13b43b900f07d394b0bc5fb4b0c9f
2019-04-16Changes to support onappf PDP-Aa.sreekumar1-2/+1
Adding configuration files and changes to support onap policy framework PDP-A. Change-Id: I4ccbb172185f7abbf6392f790de9411e45697100 Issue-ID: POLICY-1632 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2018-09-19Fixed mount point for policy-apex-pdp config filemmis1-1/+1
/home/apexuser/config/config.json was being created as a directory rather than a file Also updated parameter class names in config file to match new names of the classes Issue-ID: POLICY-1124 Change-Id: I19a683bd722ba3767400f95e2a112cacf1dbe7cb Signed-off-by: mmis <michael.morris@ericsson.com>
2018-07-25Added apex-pdp to policymmis1-0/+26
Adding helm chart to deploy the newly created apex-pdp docker image Issue-ID: POLICY-866 Change-Id: I20d488880ff5198624796f3d3d67431305d374e2 Signed-off-by: mmis <michael.morris@ericsson.com>