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

Require Sidekiq Enterprise license credential #4232

Closed
mperham opened this issue Aug 29, 2019 · 0 comments
Closed

Require Sidekiq Enterprise license credential #4232

mperham opened this issue Aug 29, 2019 · 0 comments

Comments

@mperham
Copy link
Collaborator

mperham commented Aug 29, 2019

Starting with Sidekiq Enterprise 2.0, all customers will need to have valid credentials available in-process when running in production so the software can verify licensing.

  • If Bundler is configured according to the documentation, you will need to do nothing. You can check your current Bundler settings by going to your app directory and running:
> bundle config enterprise.contribsys.com
Settings for `enterprise.contribsys.com` in order of priority. The top value will be used
Set for the current user (/Users/mikeperham/.bundle/config): "abcdef12:12345678"

If you have a value there, you should have a value set when the app runs. All good!

  • If you are vendoring Sidekiq Enterprise, you will need to either configure Bundler as above or set an environment variable with your credential username:
> SIDEKIQ_ENT_USERNAME=abcdef12 bundle exec sidekiq...

Remember, all of this only applies in production so make sure you verify in production. Sidekiq Enterprise 2.0 will not start without credentials starting in 2020. Until then it will warn if there is a problem.

@mperham mperham closed this as completed Sep 5, 2019
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

No branches or pull requests

1 participant