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

Enable rubygems_mfa_required on solidus #4206

Conversation

gsmendoza
Copy link
Contributor

Goal

As a Solidus maintainer
I want to enable rubygems_mfa_required on the gem's gemspec
So that MFA will be required when performing privileged operations on the gem

Reference

https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecrequiremfa

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

Checklist:

  • I have followed Pull Request guidelines
  • I have added a detailed description into each commit message
  • N/A: I have updated Guides and README accordingly to this change (if needed)
  • N/A: I have added tests to cover this change (if needed)
  • N/A: I have attached screenshots to this PR for visual changes (if needed)

@@ -14,6 +14,8 @@ Gem::Specification.new do |s|
s.homepage = 'http://solidus.io'
s.license = 'BSD-3-Clause'

s.metadata['rubygems_mfa_required'] = 'true'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is needed in all the other subgems as well, isn't it?

Copy link
Contributor Author

@gsmendoza gsmendoza Nov 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, okay, I'll update the subgems too 👍 Done.

Goal
----

As a Solidus maintainer
I want to enable rubygems_mfa_required on the gem's gemspecs
So that MFA will be required when performing privileged operations on the gem

Reference
---------

https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecrequiremfa

https://guides.rubygems.org/mfa-requirement-opt-in/
@gsmendoza gsmendoza force-pushed the gsmendoza/eng-265-enable-rubygems_mfa_required-on-solidus branch from d4ff977 to 36b83e3 Compare November 22, 2021 09:26
Copy link
Member

@jarednorman jarednorman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@waiting-for-dev waiting-for-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! ❤️

Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kennyadsl kennyadsl merged commit f928f1a into solidusio:master Nov 26, 2021
@kennyadsl kennyadsl deleted the gsmendoza/eng-265-enable-rubygems_mfa_required-on-solidus branch November 26, 2021 09:40
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.

4 participants