Service accounts: Grafana service accounts are enabled by default (#51402)

* Remove feature flag for service accounts

* Fix failing tests and remove remaining usage

* Fix failing tests and remove remaining usage
This commit is contained in:
Vardan Torosyan
2022-06-27 10:22:49 +02:00
committed by GitHub
parent 1399ab50b3
commit f1661166b2
9 changed files with 13 additions and 71 deletions

View File

@@ -18,7 +18,6 @@ export interface FeatureToggles {
trimDefaults?: boolean;
disableEnvelopeEncryption?: boolean;
serviceAccounts?: boolean;
database_metrics?: boolean;
dashboardPreviews?: boolean;
dashboardPreviewsAdmin?: boolean;