-
Notifications
You must be signed in to change notification settings - Fork 38
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
Remaining steps for UA bety setup #616
Comments
And then we need to make sure that anything that needed to be done that wasn’t in the documentation makes it into the docs. Might be good to regularly try to build the dockerized PEcAn+BETY to make sure the instructions make sense. Perhaps we can try building some automated build environments?
S
|
For documentation:
|
Also for documentation: Fill in the remaining columns in the table at https://github.com/PecanProject/betydb-documentation/blob/bookdown/distributed_betydb.md. |
Where in the documentation would the '... machines table' and '... cron job ..' additions go? The References section appears to be a good place since it has the docker information, but none of the sub categories look right. |
@Chris-Schnaufer this gets a bit confusing, but the documentation for how to sync instances of betydb is in the PEcAn documentation. I'm not sure if this should be combined with or linked to from the BETYdb distributed_betydb.md documentation (@robkooper ?). |
@robkooper do you have a recommended set of steps for making the database secure? E.g.
|
Also customize web home pages
|
@dlebauer , @robkooper Regarding the |
Thank you @gsrohde. Are you aware of procedures for handling the postgresql administrator accounts of 'postgres' and 'bety' as well? |
@Chris-Schnaufer I'm not aware of any set procedures regarding PostgreSQL administrator accounts. But here are a few things to keep in mind: The PostgreSQL account that the BETYdb app uses (often called |
This is great information! Thanks |
Some notes of the top of my head:
|
@gsrohde @robkooper @dlebauer Rob or Scott, it looks like the instance of postgres used in the Pecan installation allows all hosts from anywhere to connect as trusted users. It is the last line in the pg_hba.conf file is Is this something that would be desirable to change for all instances, not just in our case (at UA)? In the same vein, he local access allows all users as well. Perhaps this can be restricted to only bety and postgres users? More information on the pg_hbe.config file can be found on the Postgresql documentation site (for example, https://www.postgresql.org/docs/10/auth-pg-hba-conf.html) |
@Chris-Schnaufer a few things to finish up the production BETYdb at UA:
BETY_LOCAL_SERVER=9
and then restart pecan, and initialize bety.psql -d bety -U bety -h postgres
and change my access levels in the database. (update users set access_level = 1, page_access_level=1 where login = ...
???The text was updated successfully, but these errors were encountered: