-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add login warning if cannot list or create projectrequests #12008
add login warning if cannot list or create projectrequests #12008
Conversation
@openshift/cli-review @liggitt ptal |
[test] |
3aaa9e8
to
a49a4f2
Compare
Needs |
This patch adds a check to see if the user cannot list `projectrequests`, in addition to create `projectrequests`. This warning showed up previously only when a user did not have a `self-provisioner` role, however, it faield to show up if the user did have a `self-provisioner` role but was unable to list `projectrequests`.
c848ffc
to
edf8423
Compare
Evaluated for origin test up to edf8423 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11784/) (Base Commit: 7ec2f67) |
1 similar comment
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11784/) (Base Commit: 7ec2f67) |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/11784/) (Image: devenv-rhel7_5446) |
Evaluated for origin merge up to edf8423 |
Related PR: https://github.com/openshift/origin/pull/11904/files
Related Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1262696
This patch adds a check to see if the user cannot list
projectrequests
,in addition to create
projectrequests
. This warning showed up previouslyonly when a user did not have a
self-provisioner
role, however, itfaield to show up if the user did have a
self-provisioner
role butwas unable to list
projectrequests
.Before
After
cc @xiaocwan @fabianofranz