You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OCPBUGS-60009: Add aws lb controller CredentialsRequest in the e2e tests setup (#201)
This commit fixes OCPBUGS-60009.
https://issues.redhat.com/browse/OCPBUGS-60009
AWS Load Balancer Controller CredentialsRequest is now created in the setup
of the aws-load-balancer-operator e2e tests, eliminating the race condition
where the target namespace for the request did not exist yet when the credentials
request was created as part of the CI pre-install steps.
Copy file name to clipboardExpand all lines: hack/controller/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,6 @@ This `CrendetialsRequest` is a compact ("minified") version of the source IAM po
20
20
This allows it to be created by both the Cloud Credential Operator and `ccoctl`.
21
21
Currently, this `CrendetialsRequest` is used in two places:
22
22
- by the operator [to ensure `CredentialsRequest` CR](https://github.com/openshift/aws-load-balancer-operator/blob/a846cc27dc0f08adbf404714d308ded7f2cddebe/pkg/controllers/awsloadbalancercontroller/credentials_request.go#L145) during `AWSLoadBalancerController` reconciliation
23
-
- by [the aws-load-balancer pre-install CI step](https://github.com/openshift/release/blob/d797eff6740de41ee2793866f358b246e2b52ae4/ci-operator/step-registry/aws-load-balancer/pre-install/aws-load-balancer-pre-install-commands.sh#L14) to create a secret for [some e2e test cases](https://github.com/openshift/aws-load-balancer-operator/blob/a846cc27dc0f08adbf404714d308ded7f2cddebe/test/e2e/operator_test.go#L324).
23
+
- by the operator e2e tests to create a secret for [some e2e test cases](https://github.com/openshift/aws-load-balancer-operator/blob/a846cc27dc0f08adbf404714d308ded7f2cddebe/test/e2e/operator_test.go#L324).
24
24
25
25
**Note**: this `CredentialsRequest` has broader permissions than the source IAM policy!
0 commit comments