Add user configurable parameter for permitted helm repo protocols 89/129289/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 17 May 2022 11:04:03 +0000 (12:04 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 17 May 2022 11:49:12 +0000 (12:49 +0100)
commitb77b61847ddd169da9a71b05742ed51bc826f5f6
tree9f8ef7d8cae38dbaf11d0838a9ce70b4887eb004
parent9fa11a0b5ef61399598cc84950209bd8b38eed82
Add user configurable parameter for permitted helm repo protocols

User can configure the permitted helm repository protocols http/https
based on the requirement.

Issue-ID: POLICY-4113
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: Ib7c91413babd15d0bd22ceffe10cdc1c3a6a0fd0
packages/policy-clamp-tarball/src/main/resources/etc/KubernetesParticipantParameters.yaml
participant/participant-impl/participant-impl-kubernetes/src/main/java/org/onap/policy/clamp/acm/participant/kubernetes/configurations/HelmRepositoryConfig.java
participant/participant-impl/participant-impl-kubernetes/src/main/java/org/onap/policy/clamp/acm/participant/kubernetes/service/ChartService.java
participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml
participant/participant-impl/participant-impl-kubernetes/src/test/java/org/onap/policy/clamp/acm/participant/kubernetes/service/ChartServiceTest.java