This blogpost is part 1/3 and I'll be showing how Hoop integrates seamless with major cloud platforms like Heroku, AWS and Kubernetes.
Beginning from version 1.14.11+ we have shipped a new way of getting started with the agent setup on Heroku. Using our custom buildpack and editing the main process of your application it's all there's needed to grant secure access control console to applications running on Heroku.
How it Works
1. Add our custom buildpack containing the hoop agent
heroku buildpacks:add --index 1 \
https://github.com/hoophq/heroku-hoop-buildpack.git2. Generate a DSN key with the hoop command line
HOOP_DSN=$(hoop admin create clientkeys dev)3. Configure the required environment variables