summaryrefslogtreecommitdiffstats
path: root/ms/gra/gra-docker
AgeCommit message (Collapse)AuthorFilesLines
2022-01-21Remove default passwordsjakartaDan Timoney4-24/+61
Remove default credential settings Issue-ID: SDNC-1656 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib2d92c41a9a68db2971c2e9c52210e5ad833cda9
2021-11-01Sync local changes to support GRA microserviceTimoney, Dan (dt5972)32-94/+2233
Sync changes made downstream to support GRA microservice Change-Id: If3bf5d879f7d61ab91209c63b0344d78128246a8 Issue-ID: CCSDK-3504 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-09-24Roll versions for Jakarta releaseDan Timoney1-2/+2
Roll versions in master branch for use in Jakarta release Issue-ID: SDNC-1611 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I04c26eda7ec2490fa4411cb2c2e4e0ff67a5b5ef
2021-06-11Roll version for Istanbul releaseDan Timoney1-2/+2
Roll version in master branch for Istanbul release Change-Id: Icb719eefbedfeab812934cd12c9ab7f457b720fa Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-07AAF cadi fixesDan Timoney4-12/+41
Fixed AAF cadi log configuration and added missing dependency Change-Id: I4b32e069c4cc94129241225152759e953c32859b Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-30Support env variables for CADI settingsDan Timoney3-1/+57
Update code to read CADI properties using EnvProperties class to resolve env variable references and then pass resolved values to CadiFilter, instead of passing file itself as cadi_prop_files property setting. Change-Id: Ia0da0b711a48a51c3fab06412bf01efdede542a2 Issue-ID: SDNC-1532 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-04-23Refactor GRA to separate docker creation from application codeDan Timoney17-0/+5131
Refactor GRA so that application jar is created in a separate maven module from the docker build. Issue-ID: SDNC-1527 Change-Id: I4a9af7fe4df14faaf683588bc2567fcc3346886e Signed-off-by: Dan Timoney <dtimoney@att.com>