mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add codeowners for encryption feature toggle (#64384)
Chore: Add codeowners for encryption feature toggle
This commit is contained in:
parent
523f675dd8
commit
b093439b2e
@ -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"
|
||||
)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user