Skip to content

Commit 1213ae1

Browse files
Removing conf key
Signed-off-by: Shivam Durgbuns <[email protected]>
1 parent f84cc3b commit 1213ae1

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
@@ -149,7 +149,7 @@ def vault_path_token(self, value):
149149
@property
150150
def kms_vault_policy_name(self):
151151
cluster_name = config.ENV_DATA.get("cluster_name")
152-
if config.multicluster and config.DEPLOYMENT.get("same_vault_token"):
152+
if config.multicluster:
153153
with config.RunWithPrimaryConfigContext():
154154
cluster_name = config.ENV_DATA.get("cluster_name")
155155
policy_name = f"kpn_{cluster_name}"

0 commit comments

Comments
 (0)