Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ocs_ci/utility/kms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Coady LaCroix <[email protected]>
shivamdurgbuns and clacroix12 authored Jan 7, 2025
1 parent ac0e253 commit 7d0e8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/utility/kms.py
Original file line number Diff line number Diff line change
@@ -594,7 +594,7 @@ def vault_create_policy(self, policy_name=None):
raise VaultOperationError(
f"Failed to create policy f{self.vault_policy_name}"
)
self.vault_path_token = self.get_vault_token(self)
self.vault_path_token = self.get_vault_token()

def generate_vault_token(self):
"""

0 comments on commit 7d0e8d6

Please sign in to comment.