Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opt-in for MFA requirement #208

Conversation

tagliala
Copy link
Contributor

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/

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
Copy link
Contributor Author

tagliala commented Oct 29, 2023

Hi,

A little bit of background about this change.

I'm proposing this change for some gems that I may use in my stack.

  • MFA is already been used by popular Ruby gems like rails, puma, nokogiri, dalli, and recently has been accepted by sidekiq
  • There is a RuboCop cop checking for the MFA in the gemfile
  • No SMS or phone numbers are required for MFA, it works with authentication apps
  • MFA is already mandatory for top 100 gems and maintainers of popular gems

References:

@igorkasyanchuk igorkasyanchuk merged commit 77f797b into igorkasyanchuk:master Nov 6, 2023
26 checks passed
@igorkasyanchuk
Copy link
Owner

thanks

@tagliala tagliala deleted the security/opt-in-for-mfa-requirement branch November 6, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants