Added new section "Support for AES-GCM encryption algorithm". (#37556) (#37560)

(cherry picked from commit 7323ba5ec1)

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2021-08-04 18:28:46 +02:00
committed by GitHub
co-authored by achatterjee-grafana
parent bbee1b26c5
commit 3a69f8e915
@@ -163,3 +163,8 @@ To find out how you can configure it along with other Grafana UI elements, like
### Oauth2 - Team Sync to Group Mapping
With Team Sync you can map your Generic OAuth groups to teams in Grafana so that the users are automatically added to the correct teams.
### Support for AES-GCM encryption algorithm
Added support for AES-GCM cipher mode, preferred by some security standards and teams. By default, Grafana uses the AES-CFB cipher mode to encrypt data source credentials and usernames in Grafana’s database.