From b476d9343df37a860f8037f7455817539e22ed7c Mon Sep 17 00:00:00 2001 From: Amandine Souilleux Date: Tue, 14 Mar 2023 15:20:28 +0100 Subject: [PATCH] [sc-47182] remove log line to release plugin with DSS 12, will be reevaluated in the light of card about masking the secrets in the logs --- python-lib/dku_google/gcloud.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python-lib/dku_google/gcloud.py b/python-lib/dku_google/gcloud.py index 2d09730..b250c08 100644 --- a/python-lib/dku_google/gcloud.py +++ b/python-lib/dku_google/gcloud.py @@ -158,4 +158,3 @@ def create_kube_config_file(cluster_id, is_cluster_regional, kube_config_path): # Run the command output = _run_cmd(cmd, env=gcloud_env) - logging.info(output)