-
Bug
-
Resolution: Done-Errata
-
Blocker
-
OADP 1.5.0
-
Quality / Stability / Reliability
-
3
-
False
-
-
False
-
oadp-operator-bundle-container-1.5.0-103
-
ToDo
-
-
-
Very Likely
-
0
-
None
-
Unset
-
Unknown
-
None
Description of problem:Â
Create a ROSA STS cluster and install OADP operator with standardised STS configuration. Create cloudStorage CR and wait the bucket creation to happen. After creating dpa we are seeing below error:-Â
status: conditions: - lastTransitionTime: "2025-05-07T08:01:37Z" message: 'error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential' reason: Error status: "False" type: Reconciled
Version-Release number of selected component (if applicable):
OADP 1.5.0-94
Â
How reproducible:
Always
Â
Steps to Reproduce:
1. Create cloudStorage CR and wait for status to popupÂ
oc get cloudstorage -o yaml apiVersion: v1 items: - apiVersion: oadp.openshift.io/v1alpha1  kind: CloudStorage  metadata:   creationTimestamp: "2025-05-07T10:35:31Z"   finalizers:   - oadp.openshift.io/bucket-protection   generation: 1   name: test-oadp   namespace: openshift-adp   resourceVersion: "221846"   uid: 157b3af0-e744-4396-baf8-2f1e2edf5338  spec:   creationSecret:    key: credentials    name: cloud-credentials   enableSharedConfig: true   name: oadprosa2471h7npq   provider: aws   region: us-east-1  status:   lastSyncTimestamp: "2025-05-07T10:35:32Z"  name: oadprosa2471h7npq
2. Verify there is no error in openshift-adp-controller pod after cloudstorage CR
$ oc logs openshift-adp-controller-manager-85b4c4c754-fd2mw | grep error ${code} 3. Create DPA CR {code:java} apiVersion: oadp.openshift.io/v1alpha1 kind: DataProtectionApplication metadata:  name: ts-dpa  namespace: openshift-adp spec:  backupImages: true  backupLocations:  - bucket:    cloudStorageRef:     name: oadprosa2471h7npq    credential:     key: credentials     name: cloud-credentials    prefix: velero    default: true    config:     region: us-east-1  configuration:   velero:    defaultPlugins:    - openshift    - aws
Â
Actual results:
DPA fails to with error "error finding access key"
Â
$ oc get dpa -o yaml ts-dpa apiVersion: oadp.openshift.io/v1alpha1 kind: DataProtectionApplication metadata:  creationTimestamp: "2025-05-07T11:40:40Z"  generation: 2  name: ts-dpa  namespace: openshift-adp  resourceVersion: "254365"  uid: 9d879556-7e5e-40f4-8462-ca3e5af06021 spec:  backupLocations:  - bucket:    cloudStorageRef:     name: test-oadp    config:     region: us-east-1    credential:     key: credentials     name: cloud-credentials    default: true    prefix: velero  configuration:   velero:    defaultPlugins:    - openshift    - aws    disableFsBackup: false  logFormat: text status:  conditions:  - lastTransitionTime: "2025-05-07T11:40:40Z"   message: 'error parsing AWS secret cloud-credentials: error finding access key    id for the supplied AWS credential'   reason: Error   status: "False"  type: Reconciled
Expected results:Â
There should be no error in dpa status field.Â
Â
Additional info:Â
Attached openshift-adp-controller logs below:-Â
$ oc logs openshift-adp-controller-manager-85b4c4c754-fd2mw I0507 10:32:23.502024Â Â Â Â 1 leaderelection.go:79] The leader election gives 4 retries and allows for 30s of clock skew. The kube-apiserver downtime tolerance is 78s. Worst non-graceful lease acquisition is 2m43s. Worst graceful lease acquisition is {26s}.I0507 10:32:23.516633Â Â Â Â 1 leaderelection.go:36] infrastructure object status: &{oadp-rosa-247-1-h7npq AWS 0xc0007c4000Â https://api.oadp-rosa-247-1.tzn4.s1.devshift.org:6443 https://api-int.oadp-rosa-247-1.tzn4.s1.devshift.org:6443 HighlyAvailable HighlyAvailable None}2025-05-07T10:32:23Z INFO setup patching operator namespace with Pod security admission (PSA) labels to privileged2025-05-07T10:32:23Z INFO setup AWS Role ARN specified by the user, following standardized STS workflow2025-05-07T10:32:23Z INFO setup getting role ARN {"role ARN =": "arn:aws:iam::160792166956:role/oadprosa2471h7npq"}2025-05-07T10:32:23Z INFO setup Checking if credentialsrequest CRD exists in the cluster2025-05-07T10:32:23Z INFO setup Creating credentials request for role: arn:aws:iam::160792166956:role/oadprosa2471h7npq, and WebIdentityTokenPath: /var/run/secrets/openshift/serviceaccount/token2025-05-07T10:32:23Z INFO setup CredentialsRequest already exists, updating2025-05-07T10:32:23Z INFO setup Custom resource credentialsrequest updated successfully2025-05-07T10:32:23Z INFO setup starting manager2025-05-07T10:32:23Z INFO controller-runtime.metrics Starting metrics server2025-05-07T10:32:23Z INFO starting server {"name": "health probe", "addr": "[::]:8081"}2025-05-07T10:32:23Z INFO controller-runtime.metrics Serving metrics server {"bindAddress": ":8080", "secure": false}I0507 10:32:23.561993Â Â Â Â 1 leaderelection.go:254] attempting to acquire leader lease openshift-adp/oadp.openshift.io...I0507 10:35:00.830439Â Â Â Â 1 leaderelection.go:268] successfully acquired lease openshift-adp/oadp.openshift.io2025-05-07T10:35:00Z DEBUG events openshift-adp-controller-manager-85b4c4c754-fd2mw_c941966c-c899-4ef7-a088-29d8d9e0b160 became leader {"type": "Normal", "object": {"kind":"Lease","namespace":"openshift-adp","name":"oadp.openshift.io","uid":"9df8ec9a-56f1-40aa-bd0a-b5b9ce374b55","apiVersion":"coordination.k8s.io/v1","resourceVersion":"221590"}, "reason": "LeaderElection"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1alpha1.DataProtectionApplication"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.Deployment"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectiontest", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionTest", "source": "kind source: *v1alpha1.DataProtectionTest"}2025-05-07T10:35:00Z INFO Starting Controller {"controller": "dataprotectiontest", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionTest"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.BackupStorageLocation"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.VolumeSnapshotLocation"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.DaemonSet"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.SecurityContextConstraints"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.Service"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.Route"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.ConfigMap"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "source": "kind source: *v1.Secret"}2025-05-07T10:35:00Z INFO Starting Controller {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication"}2025-05-07T10:35:00Z INFO Starting EventSource {"controller": "cloudstorage", "controllerGroup": "oadp.openshift.io", "controllerKind": "CloudStorage", "source": "kind source: *v1alpha1.CloudStorage"}2025-05-07T10:35:00Z INFO Starting Controller {"controller": "cloudstorage", "controllerGroup": "oadp.openshift.io", "controllerKind": "CloudStorage"}2025-05-07T10:35:00Z INFO Starting workers {"controller": "dataprotectiontest", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionTest", "worker count": 1}2025-05-07T10:35:00Z INFO Starting workers {"controller": "cloudstorage", "controllerGroup": "oadp.openshift.io", "controllerKind": "CloudStorage", "worker count": 1}2025-05-07T10:35:00Z INFO Starting workers {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "worker count": 1}2025-05-07T10:35:31Z INFO Following standardized STS workflow, waiting for for the credential request to be processed and provision the secret {"controller": "cloudstorage", "controllerGroup": "oadp.openshift.io", "controllerKind": "CloudStorage", "CloudStorage": {"name":"test-oadp","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "test-oadp", "reconcileID": "e1a22993-0adf-4f7e-8d9c-fb2693e1e2e2", "bucket": {"name":"test-oadp","namespace":"openshift-adp"}}2025-05-07T10:35:32Z DEBUG events bucket oadprosa2471h7npq has been created {"type": "Normal", "object": {"kind":"CloudStorage","namespace":"openshift-adp","name":"test-oadp","uid":"157b3af0-e744-4396-baf8-2f1e2edf5338","apiVersion":"oadp.openshift.io/v1alpha1","resourceVersion":"221838"}, "reason": "BucketCreated"}2025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "ba3a1d9e-e75f-4198-bbdb-383d1a6ac8bf", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "d3a26fd6-0441-4c36-bd1e-84ebc64ee8d1", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "44ce589b-d0fb-47cc-85a8-a1e827fd3737", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "8c430053-8acb-4d2f-824d-38325862208e", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "a7af1029-0095-4166-b347-a24db2b689fd", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "deceb0cf-00c5-444c-8dd7-f06de42bb655", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "08c1ce56-0df7-4f10-bccf-e1a6afa882ba", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:58Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "b5425e42-0b78-4a9e-9a09-c348ed5fe24d", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:39:59Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "9c734b7b-658c-4903-991f-67f5d8638a0b", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:00Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "7ff357b8-4f12-4383-bd89-a6d95924945d", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:03Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "9bc55b30-9963-4817-8a73-8d5e10c88146", "error": "CloudStorage.oadp.openshift.io \"oadprosa2471h7npq\" not found"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:07Z ERROR unable to fetch DataProtectionApplication CR {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "4f6da5fd-8fdc-4100-a74d-e99f8adba40f", "dpa": {"name":"ts-dpa","namespace":"openshift-adp"}, "error": "DataProtectionApplication.oadp.openshift.io \"ts-dpa\" not found"}github.com/openshift/oadp-operator/internal/controller.(*DataProtectionApplicationReconciler).Reconcile /remote-source/internal/controller/dataprotectionapplication_controller.go:88sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Reconcile /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:116sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:303sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:08Z ERROR unable to fetch DataProtectionApplication CR {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "33f0a6fe-97bd-4489-b9ec-70419d7f5ad7", "dpa": {"name":"ts-dpa","namespace":"openshift-adp"}, "error": "DataProtectionApplication.oadp.openshift.io \"ts-dpa\" not found"}github.com/openshift/oadp-operator/internal/controller.(*DataProtectionApplicationReconciler).Reconcile /remote-source/internal/controller/dataprotectionapplication_controller.go:88sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Reconcile /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:116sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:303sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "0ab49cd6-fae3-42b0-87c4-d3936e5d92d9"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "0ab49cd6-fae3-42b0-87c4-d3936e5d92d9", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "9a0b4d8b-83eb-43b3-85ea-4dd23dd360f9"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "9a0b4d8b-83eb-43b3-85ea-4dd23dd360f9", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "fe089040-211f-47c6-b932-5b5b676184a7"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "fe089040-211f-47c6-b932-5b5b676184a7", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "5d4f1e9d-7018-4741-b36e-193ee0aab3e6"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "5d4f1e9d-7018-4741-b36e-193ee0aab3e6", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "5b7d9c0c-0756-49d9-8714-02306fba31ff"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "5b7d9c0c-0756-49d9-8714-02306fba31ff", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "7c074cd1-01aa-4632-9bee-47502881c54b"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "7c074cd1-01aa-4632-9bee-47502881c54b", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:40Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "ca6dc8b9-1528-4fff-b2f7-6c9902ddb171"}2025-05-07T11:40:40Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "ca6dc8b9-1528-4fff-b2f7-6c9902ddb171", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:41Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "f9b80780-0257-4490-ad67-73915033f02d"}2025-05-07T11:40:41Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "f9b80780-0257-4490-ad67-73915033f02d", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:41Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "82e880a4-8905-4e21-9c18-0c9e2c7c1f9b"}2025-05-07T11:40:41Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "82e880a4-8905-4e21-9c18-0c9e2c7c1f9b", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:43Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "4b7e870a-01e8-4445-a636-21440fbbaaeb"}2025-05-07T11:40:43Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "4b7e870a-01e8-4445-a636-21440fbbaaeb", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:45Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "3ab05075-633c-4b45-9624-ec4cffb79a98"}2025-05-07T11:40:45Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "3ab05075-633c-4b45-9624-ec4cffb79a98", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:40:50Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "b0a00e1f-47c1-4e4e-a291-ecb82e0ac630"}2025-05-07T11:40:50Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "b0a00e1f-47c1-4e4e-a291-ecb82e0ac630", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:41:01Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "4ffd4855-3d7c-42c7-803b-3ff87ca8069b"}2025-05-07T11:41:01Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "4ffd4855-3d7c-42c7-803b-3ff87ca8069b", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:41:08Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "8e02fd55-30e3-4295-a3a4-cb44c0b03f81"}2025-05-07T11:41:08Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "8e02fd55-30e3-4295-a3a4-cb44c0b03f81", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:41:21Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "ee456d52-3c5e-4eb5-b3a1-91ca10951d7c"}2025-05-07T11:41:21Z ERROR Reconciler error {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "ee456d52-3c5e-4eb5-b3a1-91ca10951d7c", "error": "error parsing AWS secret cloud-credentials: error finding access key id for the supplied AWS credential"}sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).reconcileHandler /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:316sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).processNextWorkItem /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:263sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller[...]).Start.func2.2 /remote-source/deps/gomod/pkg/mod/sigs.k8s.io/controller-runtime@v0.19.3/pkg/internal/controller/controller.go:2242025-05-07T11:42:43Z INFO Error finding access key id for the supplied AWS credential {"controller": "dataprotectionapplication", "controllerGroup": "oadp.openshift.io", "controllerKind": "DataProtectionApplication", "DataProtectionApplication": {"name":"ts-dpa","namespace":"openshift-adp"}, "namespace": "openshift-adp", "name": "ts-dpa", "reconcileID": "742f52f6-32de-457e-a172-84760bbdff44"}
- links to
-
RHEA-2025:145537 OpenShift API for Data Protection (OADP) 1.5
There are no Sub-Tasks for this issue.