Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding kms policy name for same kms encryption keys #11497

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

shivamdurgbuns
Copy link
Member

Fixes issue: #11495

@shivamdurgbuns shivamdurgbuns requested a review from a team as a code owner February 25, 2025 12:32
@shivamdurgbuns
Copy link
Member Author

Verification job: https://jenkins-csb-odf-qe-ocs4.dno.corp.redhat.com/job/qe-rdr-setup/1655/
getting same policy name and token value for both the clusters

@pull-request-size pull-request-size bot added size/M PR that changes 30-99 lines and removed size/XS labels Mar 4, 2025
petr-balogh
petr-balogh previously approved these changes Mar 4, 2025
@shivamdurgbuns
Copy link
Member Author

@petr-balogh
Copy link
Member

New validation:
https://url.corp.redhat.com/3d8fd58

@@ -129,7 +129,7 @@ def __init__(self):
"VAULT_BACKEND", defaults.VAULT_DEFAULT_BACKEND_VERSION
)
self.kmsid = None
self.vault_policy_name = None
self.vault_policy_name = self.kms_vault_policy_name()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
self.vault_policy_name = self.kms_vault_policy_name()
self.vault_policy_name = self.kms_vault_policy_name

@petr-balogh petr-balogh dismissed their stale review March 6, 2025 20:38

There is an issue:

2025-03-05 12:12:01  >       self.vault_policy_name = self.kms_vault_policy_name()
2025-03-05 12:12:01  E       TypeError: 'str' object is not callable
Copy link

openshift-ci bot commented Mar 6, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: shivamdurgbuns

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Signed-off-by: Shivam Durgbuns <[email protected]>
@openshift-ci openshift-ci bot removed the lgtm label Mar 10, 2025
Copy link

openshift-ci bot commented Mar 10, 2025

New changes are detected. LGTM label has been removed.

@shivamdurgbuns
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M PR that changes 30-99 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants