rubygems / guides

An effort to provide awesome documentation for the RubyGems ecosystem.
https://guides.rubygems.org
Other
153 stars 189 forks source link

Update opt-in mfa requirement docs #346

Closed jenshenny closed 11 months ago

jenshenny commented 11 months ago

From https://github.com/rubygems/rubygems.org/issues/4264#issuecomment-1839423900

Currently the docs outline that the rubygems_mfa_required flag will require owners to enter an OTP for all privileged operations (push, yank, owner add and remove). In actuality, rubygems_mfa_required will require owners to have just to have MFA enabled (and not specifically at the ui_and_api level for the CI/CD case).