Skip to content

Commit 7dd7b3a

Browse files
Removing conf key
Signed-off-by: Shivam Durgbuns <[email protected]>
1 parent a244aaf commit 7dd7b3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

conf/ocsci/sc_encryption.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
---
55
DEPLOYMENT:
66
sc_encryption: true
7-
same_vault_token: true

ocs_ci/utility/kms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def vault_path_token(self, value):
150150
@property
151151
def kms_vault_policy_name(self):
152152
cluster_name = config.ENV_DATA.get("cluster_name")
153-
if config.multicluster and config.DEPLOYMENT.get("same_vault_token"):
153+
if config.multicluster:
154154
with config.RunWithPrimaryConfigContext():
155155
cluster_name = config.ENV_DATA.get("cluster_name")
156156
policy_name = f"kpn_{cluster_name}"

0 commit comments

Comments
 (0)