-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Enable rubygems_mfa_required on solidus #4206
Conversation
@@ -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' |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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/
d4ff977
to
36b83e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! ❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
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: