Skip to content

allow project request limits on system users and service accounts #8766

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

Merged
merged 1 commit into from
May 6, 2016

Conversation

deads2k
Copy link
Contributor

@deads2k deads2k commented May 5, 2016

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1333049

Adds the ability to limit the number of projects that a cert user can have and prevents the forbidden error.

@csrwng ptal
@stenwt @a13m fyi

@@ -10,6 +10,15 @@ import (
type ProjectRequestLimitConfig struct {
unversioned.TypeMeta
Limits []ProjectLimitBySelector

// MaxProjectsForSystemUsers controls how many projects a cert user may have. Certificate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/cert/certificate/

@csrwng
Copy link
Contributor

csrwng commented May 6, 2016

really minor nit and it looks like you need to regenerate docs. Other than that, LGTM

@deads2k deads2k force-pushed the project-request-limit branch from da056d8 to 4142134 Compare May 6, 2016 14:06
@deads2k
Copy link
Contributor Author

deads2k commented May 6, 2016

[merge]

@openshift-bot
Copy link
Contributor

openshift-bot commented May 6, 2016

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/5833/) (Image: devenv-rhel7_4124)

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 4142134

@openshift-bot openshift-bot merged commit f3d2562 into openshift:master May 6, 2016
@deads2k deads2k deleted the project-request-limit branch September 6, 2016 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants