mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Encryption: Enable envelope encryption by default (#49301)
* Encryption: Enable envelope encryption by default * Stop relying on feature toggles from settings (deprecated) * Database encryption docs (envelope encryption) * Remove deprecated (and no longer used) FT * Apply suggestions from code review Co-authored-by: Tania <yalyna.ts@gmail.com>
This commit is contained in:
committed by
GitHub
parent
521b0202e2
commit
3e4b4dba46
@@ -14,9 +14,9 @@ var (
|
||||
State: FeatureStateBeta,
|
||||
},
|
||||
{
|
||||
Name: "envelopeEncryption",
|
||||
Description: "encrypt secrets",
|
||||
State: FeatureStateBeta,
|
||||
Name: "disableEnvelopeEncryption",
|
||||
Description: "Disable envelope encryption (emergency only)",
|
||||
State: FeatureStateStable,
|
||||
},
|
||||
{
|
||||
Name: "httpclientprovider_azure_auth",
|
||||
|
||||
Reference in New Issue
Block a user