Add user configurable parameter for permitted helm repo protocols 61/129561/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 17 May 2022 11:04:03 +0000 (12:04 +0100)
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>
Tue, 14 Jun 2022 09:05:27 +0000 (09:05 +0000)
commit7990dd55911eb2139020d61524f646aef09dd9e2
treee9bd34029caf3114a61d9baac4a08f2867370ed3
parent8fe87e5d203b86f6c53c39e21dff5713bb81348c
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
(cherry picked from commit b77b61847ddd169da9a71b05742ed51bc826f5f6)
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