How to authenticate?

I found the answer. Should run the following commands:

heroku addons:create bonsai

heroku config:set ELASTICSEARCH_URL=heroku config:get BONSAI_URL

heroku run rake searchkick:reindex CLASS=PutYourClassHere

heroku run rake db:migrate