mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05: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:
co-authored by
Tania
parent
521b0202e2
commit
3e4b4dba46
@@ -11,9 +11,9 @@ const (
|
||||
// Use cue schema to remove values that will be applied automatically
|
||||
FlagTrimDefaults = "trimDefaults"
|
||||
|
||||
// FlagEnvelopeEncryption
|
||||
// encrypt secrets
|
||||
FlagEnvelopeEncryption = "envelopeEncryption"
|
||||
// FlagDisableEnvelopeEncryption
|
||||
// Disable envelope encryption (emergency only)
|
||||
FlagDisableEnvelopeEncryption = "disableEnvelopeEncryption"
|
||||
|
||||
// FlagHttpclientproviderAzureAuth
|
||||
// Experimental. Allow datasources to configure Azure authentication directly via JsonData
|
||||
|
||||
Reference in New Issue
Block a user