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"
|
grafanaUserEssentialsSquad codeowner = "@grafana/user-essentials"
|
||||||
grafanaBackendPlatformSquad codeowner = "@grafana/backend-platform"
|
grafanaBackendPlatformSquad codeowner = "@grafana/backend-platform"
|
||||||
grafanaPluginsPlatformSquad codeowner = "@grafana/plugins-platform-backend"
|
grafanaPluginsPlatformSquad codeowner = "@grafana/plugins-platform-backend"
|
||||||
|
grafanaAsCodeSquad codeowner = "@grafana/grafana-as-code"
|
||||||
grafanaAuthnzSquad codeowner = "@grafana/grafana-authnz-team"
|
grafanaAuthnzSquad codeowner = "@grafana/grafana-authnz-team"
|
||||||
)
|
)
|
||||||
|
@ -23,6 +23,7 @@ var (
|
|||||||
Name: "disableEnvelopeEncryption",
|
Name: "disableEnvelopeEncryption",
|
||||||
Description: "Disable envelope encryption (emergency only)",
|
Description: "Disable envelope encryption (emergency only)",
|
||||||
State: FeatureStateStable,
|
State: FeatureStateStable,
|
||||||
|
Owner: grafanaAsCodeSquad,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "database_metrics",
|
Name: "database_metrics",
|
||||||
|
@ -44,7 +44,6 @@ func TestFeatureToggleFiles(t *testing.T) {
|
|||||||
ownerlessFeatures := map[string]bool{
|
ownerlessFeatures := map[string]bool{
|
||||||
"alertingBigTransactions": true,
|
"alertingBigTransactions": true,
|
||||||
"trimDefaults": true,
|
"trimDefaults": true,
|
||||||
"disableEnvelopeEncryption": true,
|
|
||||||
"database_metrics": true,
|
"database_metrics": true,
|
||||||
"prometheusAzureOverrideAudience": true,
|
"prometheusAzureOverrideAudience": true,
|
||||||
"lokiDataframeApi": true,
|
"lokiDataframeApi": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user