Chore: Add codeowners for encryption feature toggle (#64384)

Chore: Add codeowners for encryption feature toggle
This commit is contained in:
Tania 2023-03-08 11:14:37 +01:00 committed by GitHub
parent 523f675dd8
commit b093439b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 1 deletions

View File

@ -12,5 +12,6 @@ const (
grafanaUserEssentialsSquad codeowner = "@grafana/user-essentials"
grafanaBackendPlatformSquad codeowner = "@grafana/backend-platform"
grafanaPluginsPlatformSquad codeowner = "@grafana/plugins-platform-backend"
grafanaAsCodeSquad codeowner = "@grafana/grafana-as-code"
grafanaAuthnzSquad codeowner = "@grafana/grafana-authnz-team"
)

View File

@ -23,6 +23,7 @@ var (
Name: "disableEnvelopeEncryption",
Description: "Disable envelope encryption (emergency only)",
State: FeatureStateStable,
Owner: grafanaAsCodeSquad,
},
{
Name: "database_metrics",

View File

@ -44,7 +44,6 @@ func TestFeatureToggleFiles(t *testing.T) {
ownerlessFeatures := map[string]bool{
"alertingBigTransactions": true,
"trimDefaults": true,
"disableEnvelopeEncryption": true,
"database_metrics": true,
"prometheusAzureOverrideAudience": true,
"lokiDataframeApi": true,