Remove code to rotate non-SHA256 cookies

This code was added in commit b3f570512 in order to rotate existing
cookies used by Consul Democracy 2.1 and earlier. Since the code was
included in Consul Democracy 2.2, existing installation using Consul
Democracy 2.2 will have already rotated the old cookies, which means we
don't need the cookie rotator anymore.
This commit is contained in:
Javi Martín
2024-12-09 14:53:33 +01:00
parent 7c988e2568
commit 8d1a848e60
3 changed files with 12 additions and 37 deletions

View File

@@ -165,7 +165,6 @@ Layout/LineLength:
- "config/environments/staging.rb"
- "config/initializers/devise.rb"
- "config/initializers/backtrace_silencers.rb"
- "config/initializers/active_storage_message_and_cookie_rotator.rb"
- "db/migrate/*create_delayed_jobs.rb"
- "db/migrate/*create_active_storage_variant_records.active_storage.rb"
- "app/models/budget/stats.rb"