mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Opt-in for MFA requirement #171

Closed tagliala closed 1 year ago

tagliala commented 1 year ago

Make the gem more secure by requiring that all privileged operations by any of the owners require OTP.

Ref: https://guides.rubygems.org/mfa-requirement-opt-in/

tagliala commented 1 year ago

Hi, are you interested in this change also for sidekiq?

mperham commented 1 year ago

Yes.