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

Fix securityKeyRef values check in case of KMIP deployed cluster #11288

Open
paraggit opened this issue Feb 3, 2025 · 0 comments
Open

Fix securityKeyRef values check in case of KMIP deployed cluster #11288

paraggit opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
Medium Priority Fix this after High Priority tickets are fixed. Squad/Green

Comments

@paraggit
Copy link
Contributor

paraggit commented Feb 3, 2025

RUN_ID : https://ibm.biz/BdGKtZ

Error Message:


                      assert (
                            value in EXPECTED_NAMES
                        ), f"Name: {value} is not expected in securityKeyRef, may be secrutiy breach please check"

    E                       AssertionError: Name: rook-ceph-osd-encryption-key-ocs-deviceset-0-data-0g8mss is not expected in securityKeyRef, may be secrutiy breach please check
    E                       assert 'rook-ceph-osd-encryption-key-ocs-deviceset-0-data-0g8mss' in {'ocs-kms-token', 'rook-ceph-config', 'rook-ceph-mon'}


tests/functional/pv/pv_encryption/test_secrets_on_pods.py:49: AssertionError
@paraggit paraggit added Medium Priority Fix this after High Priority tickets are fixed. Squad/Green labels Feb 3, 2025
@paraggit paraggit self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium Priority Fix this after High Priority tickets are fixed. Squad/Green
Projects
None yet
Development

No branches or pull requests

1 participant