From b77b61847ddd169da9a71b05742ed51bc826f5f6 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 17 May 2022 12:04:03 +0100 Subject: 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 Change-Id: Ib7c91413babd15d0bd22ceffe10cdc1c3a6a0fd0 --- .../src/main/resources/config/application.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'participant/participant-impl/participant-impl-kubernetes/src/main/resources') diff --git a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml index ac18bca39..0f8c49547 100644 --- a/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-kubernetes/src/main/resources/config/application.yaml @@ -58,7 +58,7 @@ logging: chart: api: enabled: false - +# Update the config here for permitting repositories and protocols helm: repos: - @@ -66,4 +66,8 @@ helm: address: https://charts.konghq.com - repoName: bitnami - address: https://charts.bitnami.com/bitnami \ No newline at end of file + address: https://charts.bitnami.com/bitnami + + protocols: + - http + - https \ No newline at end of file -- cgit 1.2.3-korg