You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstart plugin has the same method and it's correct:
defsidekiq_user(role=nil)ifrole.nil?fetch(:sidekiq_user)elseproperties=role.propertiesproperties.fetch(:sidekiq_user) || # local property for sidekiq onlyfetch(:sidekiq_user) ||
properties.fetch(:run_as) || # global property across multiple capistrano gemsrole.userendend
These two plugins contains more methods (sidekiq_user, switch_user, etc) that should be moved to common file.
The text was updated successfully, but these errors were encountered:
Systemd
:sidekiq_user
fallback to ssh user is incorrect, because there is no global fetch(:run_as):Upstart plugin has the same method and it's correct:
These two plugins contains more methods (
sidekiq_user
,switch_user
, etc) that should be moved to common file.The text was updated successfully, but these errors were encountered: