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

[Docs] Post-deployment Hardening Checklist #11

Open
4 tasks
ghost opened this issue Aug 5, 2020 · 0 comments
Open
4 tasks

[Docs] Post-deployment Hardening Checklist #11

ghost opened this issue Aug 5, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 5, 2020

Opening this to make a place to jot down some basics for hardening the installation once deployed. Obviously these things are outside the scope of this project but this repo feels a timely place to communicate some basics. Nothing here should be misconstrued as security advice. Caveat lector.

  • Attempt to connect to your MongoDB using Compass with the connection string mongodb://api.example.com:27017 (update based on domain var). If you're able to access it without authenticating, shell into the droplet and change ports key in /home/reaction/reaction-development-platform/reaction/docker-compose.yml to expose, change the setting value to "27017" and restart the API with make stop-reaction && make start-reaction for settings to take effect.
  • Navigate a browser to admin.example.com (update based on domain var) and register a new user to assume the Owner role. Ownership is immediate and no service restarts are required.
  • Enable the BasicAuth middleware for traefik.domain.example. Detailed instructions here.
  • Review the .env files in each of the projects and modify PLACEHOLDERS necessary.

Please add additional suggestions below.

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

0 participants