Skip to content
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

Grafana GroupProjectBinding support #11076

Merged
merged 10 commits into from Sep 28, 2022

Conversation

lsviben
Copy link
Contributor

@lsviben lsviben commented Sep 27, 2022

What this PR does / why we need it:
Adds GroupProjectBinding support to MLA Grafana User management to go along the existing support with UserProjectBindings.

To do this we needed to do a little refactor as before users were being manager by both the user and org-user controllers, where the org-user one worked on userprojectbindings.

Now the only controller is the user controller and it also watches gbp and ubp.

Which issue(s) this PR fixes:

Fixes #10573

What type of PR is this?
/kind feature

Special notes for your reviewer:

Does this PR introduce a user-facing change? Then add your Release Note here:

Added support for GroupProjectBindings in MLA Grafana.

Documentation:

https://github.com/kubermatic/docs/pull/1217

@kubermatic-bot kubermatic-bot added kind/feature Categorizes issue or PR as related to a new feature. release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. sig/app-management Denotes a PR or issue as being assigned to SIG App Management. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Sep 27, 2022
@rastislavs
Copy link
Contributor

/lgtm
/approve

nice work :)

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Sep 28, 2022
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: ba86a27560551c2fc676bfa5303dcac25d0902a6

@rastislavs
Copy link
Contributor

/retest

@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lsviben, rastislavs

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 28, 2022
@kubermatic-bot kubermatic-bot merged commit 70f7a6b into kubermatic:master Sep 28, 2022
@lsviben
Copy link
Contributor Author

lsviben commented Sep 28, 2022

/cherrypick release/v2.21

@kubermatic-bot
Copy link
Contributor

@lsviben: new pull request created: #11089

In response to this:

/cherrypick release/v2.21

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/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. sig/app-management Denotes a PR or issue as being assigned to SIG App Management. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support GroupProjectBindings in Grafana
3 participants