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
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.
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.
mongodb://api.example.com:27017
(update based ondomain
var). If you're able to access it without authenticating, shell into the droplet and changeports
key in/home/reaction/reaction-development-platform/reaction/docker-compose.yml
toexpose
, change the setting value to"27017"
and restart the API withmake stop-reaction && make start-reaction
for settings to take effect.admin.example.com
(update based ondomain
var) and register a new user to assume the Owner role. Ownership is immediate and no service restarts are required.traefik.domain.example
. Detailed instructions here..env
files in each of the projects and modifyPLACEHOLDERS
necessary.Please add additional suggestions below.
The text was updated successfully, but these errors were encountered: