Change codeowner of login and login attempt packages (#59020)

Set grafana authnz team as CODEOWNERS for /pkg/services/loginattempt and /pkg/login
This commit is contained in:
Karl Persson 2022-11-21 11:32:47 +01:00 committed by GitHub
parent ee9057a5fa
commit 4d1504d160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored
View File

@ -205,6 +205,7 @@ lerna.json @grafana/frontend-ops
/grafana-mixin/ @grafana/hosted-grafana-team
# Grafana authentication and authorization
/pkg/login @grafana/grafana-authnz-team
/pkg/services/accesscontrol @grafana/grafana-authnz-team
/pkg/services/auth @grafana/grafana-authnz-team
/pkg/services/dashboards/accesscontrol.go @grafana/grafana-authnz-team
@ -217,6 +218,7 @@ lerna.json @grafana/frontend-ops
/pkg/services/oauthtoken @grafana/grafana-authnz-team
/pkg/services/teamguardian @grafana/grafana-authnz-team
/pkg/services/serviceaccounts @grafana/grafana-authnz-team
/pkg/services/loginattempt @grafana/grafana-authnz-team
# Grafana Partnerships Team
/pkg/infra/httpclient/httpclientprovider/sigv4_middleware.go @grafana/grafana-partnerships-team