mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #30360 -- Added support for secret key rotation.
Thanks Florian Apolloner for the implementation idea. Co-authored-by: Andreas Pelme <andreas@pelme.se> Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es> Co-authored-by: Vuyisile Ndlovu <terrameijar@gmail.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
ba4a6880d1
commit
0dcd549bbe
@@ -1459,6 +1459,7 @@ class ExceptionReporterFilterTests(ExceptionReportTestMixin, LoggingCaptureMixin
|
||||
"""
|
||||
sensitive_settings = [
|
||||
'SECRET_KEY',
|
||||
'SECRET_KEY_FALLBACKS',
|
||||
'PASSWORD',
|
||||
'API_KEY',
|
||||
'AUTH_TOKEN',
|
||||
@@ -1475,6 +1476,7 @@ class ExceptionReporterFilterTests(ExceptionReportTestMixin, LoggingCaptureMixin
|
||||
"""
|
||||
sensitive_settings = [
|
||||
'SECRET_KEY',
|
||||
'SECRET_KEY_FALLBACKS',
|
||||
'PASSWORD',
|
||||
'API_KEY',
|
||||
'AUTH_TOKEN',
|
||||
|
||||
Reference in New Issue
Block a user