-
Notifications
You must be signed in to change notification settings - Fork 159
OCPBUGS-55777: Add missing Role, RoleBinding #860
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
OCPBUGS-55777: Add missing Role, RoleBinding #860
Conversation
|
@stephenfin: This pull request references Jira Issue OCPBUGS-55777, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
mandre
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This new role allows to read the cloud-provider-config configmap in the openshift-config namespace.
|
/test e2e-openstack |
|
/assign @jianping-shu |
|
@stephenfin The pre-merge testing failed, still the same. (2)And the output of the following command is exactly the same to the one in previous test. (3)Add ca-bundle.pem in configmap openshift-config/cloud-provider-config, the root credential secret kept no change. |
|
Tested again but still the same error. |
Reflect their respective namespaces. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
…config CM Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2fbc82b to
bcaa77e
Compare
Unlike the other clients, this one does not use caching (which requires the operator have cluster-wide access to config maps). This is the same thing done for AWS. Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #860 +/- ##
==========================================
+ Coverage 46.97% 47.14% +0.16%
==========================================
Files 97 97
Lines 11907 12011 +104
==========================================
+ Hits 5593 5662 +69
- Misses 5696 5727 +31
- Partials 618 622 +4
🚀 New features to boost your workflow:
|
|
Tested w/ OCP-82011 |
That sounds correct, yes 👍 |
|
/retest |
|
/test e2e-openshift |
|
@jstuever: The specified target(s) for The following commands are available to trigger optional jobs: Use DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/test e2e-openstack |
|
/hold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jstuever, mandre, stephenfin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-openstack Just a slow node causing |
|
/retest |
|
/unhold |
|
CI is green. No further need for the hold. Thanks for the reviews/help, @jstuever @jianping-shu |
|
@stephenfin: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
@stephenfin: Jira Issue OCPBUGS-55777: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-55777 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: ose-cloud-credential-operator |
OCPBUGS-55777: Add missing Role, RoleBinding
As noted by QE, we missed this in #850. Add it now.