aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2023-09-27OpenApi-First approachraviteja.karumuri1-0/+1
Issue-ID: CCSDK-3927 Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech> Change-Id: Ie88b84cce42081f1becdf186813b2e557479297b Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech>
2023-03-01Update to JDK 17 & Springboot 3JohnKeeney1-1/+1
Issue-ID: CCSDK-3858 Change-Id: I3b0f9b391590684b222494bd648328626a3f9efb Signed-off-by: JohnKeeney <john.keeney@est.tech>
2021-04-07PMS Persistent storage of policies and type definitions - A1 IstanbulPatrikBuhr1-0/+3
Policy types and type definitions are stored persistently to survive a restart of PMS. Change-Id: Ideae4dae5b6f9de2b82127e65ce5184d615c8fd4 Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2020-09-09Change to logging.file.name in policy-management-serviceRehanRaza1-1/+0
application.log not found in container. logging.file is deprecated in latest version of spring-boot-parent. Use logging.file.name instead. Change-Id: Icdb0f72f7b4d0647346b331eb4a972165aac4788 Issue-ID: CCSDK-2741 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2020-09-03Non Root user to access the log fileLathish1-1/+1
Issue-ID: CCSDK-2622 Change-Id: Ie1963510c0ba61620ada23345a35ae430ca0bbf1 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2020-08-04Add seed code for A1 policy management serviceRehanRaza1-0/+54
Change-Id: I4925a613a85b182aab6d78dafd55ec333acba49d Issue-ID: CCSDK-2617 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>