Opened 6 years ago
Closed 3 years ago
#30360 closed New feature (fixed)
Support rotation of secret keys.
Reported by: | Andreas Pelme | Owned by: | tim-schilling |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Ryan Hiebert | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Having the possibility to rotate the secret key would be nice.
See the discussion in django-developers for a longer explanation and discussion.
Change History (11)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Has patch: | set |
---|---|
Needs documentation: | set |
Needs tests: | set |
Patch needs improvement: | set |
comment:3 by , 6 years ago
Description: | modified (diff) |
---|---|
Summary: | Pluggable secret key backend → Support rotation of secret keys |
comment:4 by , 6 years ago
Summary: | Support rotation of secret keys → Support rotation of secret keys. |
---|---|
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → New feature |
Version: | 2.2 → master |
comment:5 by , 5 years ago
Cc: | added |
---|
comment:6 by , 3 years ago
Needs documentation: | unset |
---|---|
Needs tests: | unset |
Patch needs improvement: | unset |
comment:7 by , 3 years ago
Owner: | changed from | to
---|
New PR adding SECRET_KEY_FALLBACKS
based on discussion/reviews of previous approaches.
comment:8 by , 3 years ago
Needs documentation: | set |
---|---|
Needs tests: | set |
Patch needs improvement: | set |
comment:9 by , 3 years ago
Needs tests: | unset |
---|---|
Patch needs improvement: | unset |
comment:10 by , 3 years ago
Needs documentation: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
I have started working on this and will work on it during the Djangocon 2019 sprints tomorrow.