+++ This bug was initially created as a clone of Bug #2099581 +++ Description of problem: After AWS KMS is configured according to https://hackmd.io/66K6Opp8RKGUlRsM62A_rg, when user tries to create an encrypted storageclassclaim, it gets into Failed phase right after creation. Version-Release number of selected component (if applicable): odf-operator.v4.11.0 How reproducible: 1/1 Steps to Reproduce: 1. Follow https://hackmd.io/66K6Opp8RKGUlRsM62A_rg, "create storageclass" step can be skipped. 2. Create storageclass claim: apiVersion: ocs.openshift.io/v1alpha1 kind: StorageClassClaim metadata: name: encrypted-rbd-test namespace: <namespace used for testing> spec: encryptionMethod: aws-sts-metadata-test type: blockpool 3. Check the created storageclass Actual results: StorageClassClaim is in phase Failed. Expected results: If the configuration is correct, the StorageClassClaim shouldn't return an error state. Additional info:
*** This bug has been marked as a duplicate of bug 2099581 ***