summaryrefslogtreecommitdiffstats
path: root/artifactbroker/packages/src
AgeCommit message (Collapse)AuthorFilesLines
2022-11-25[ARTIFACT-BROKER] Upgrade sdc-distro-client to 2.0.01.9.0efiacor1-5/+1
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I3c726357fe3760724f64e71f09749d939f74d7be Issue-ID: DMAAP-1806
2022-07-07Sdc client upgrade1.8.0Radoslaw Chmiel1-1/+6
Updated sdc-distribution-client to 1.4.5 that contain vuln fixes for SDC-3572 and ability to connect to SDC via http needed for Service Mesh implementation (default set to https as before) implemented http/https proxy handling Issue-ID: MULTICLOUD-1476 Signed-off-by: Radoslaw Chmiel <r.chmiel@partner.samsung.com> Change-Id: If6c096b20f8eaca1232651aabd30a3b230787bcc
2020-09-28[MULTICLOUD] Artifactbroker logs to STDOUTDominik Mizyn1-0/+1
Add <appender-ref ref="STDOUT" /> to root level. Issue-ID: OOM-2514 Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com> Change-Id: Ib878b13cdbf1473c28efe532003c524c7f5f2030
2020-08-13HELM artifact type supportLukasz Rajewski1-1/+2
HELM artifact type support was added to the k8s artifact broker. Issue-ID: MULTICLOUD-1120 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iee101420ea3876ce3991085915e1cdc6841dfd2f
2019-04-19enable merge sdc client part into Distribution release imageliboNet2-2/+62
. update the defaultConfig.json file to include sdc client configuration . update the DistriubtionActivator to enable parse sdc client and k8s plugin . rename xacml pdp to k8s . fix distribution run-time issue Change-Id: If267f5c256b19ebdbe7b7b2869afcf2f570e4b24 Issue-ID: MULTICLOUD-576 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-03-23rename the assembly settingliboNet1-1/+1
To fix the packing assembly issue. there should be a zip file generated Change-Id: I82bc9fc87be1bcf8b87e75e9f8f5870efa9ea7cf Issue-ID: MULTICLOUD-546 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-03-22add packages support for artifact brokerliboNet6-0/+373
add a submodule of packages to generate a .zip file. update related pom.xml to make it friendly readable. use the 9014 as healthcheck targetPort Change-Id: I98ed96639bbf6ecfeb87f1bffe2e55e7a62ac062 Issue-ID: MULTICLOUD-546 Signed-off-by: liboNet <libo.zhu@intel.com>