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
3 changed files with 2 additions and 1 deletions
+1
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"
)
+1
View File
@@ -23,6 +23,7 @@ var (
Name: "disableEnvelopeEncryption",
Description: "Disable envelope encryption (emergency only)",
State: FeatureStateStable,
Owner: grafanaAsCodeSquad,
},
{
Name: "database_metrics",
@@ -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,