Closed giohappy closed 6 years ago
The simplest option for the moment is keep the default credentials (Geoserver, GeoNode and PG) and let the user change them from each UI.
In the future we will consider setting them during deployment, maybe considering stronger security with secrets (see #7)
for the record:
GEOSERVER_ADMIN_USER
and GEOSERVER_ADMIN_PASSWORD
env vars. GS stores credentials/roles in data dir, in data/security/usergroup/default/users.xml
and data/security/role/default/roles.xml
. At the moment we just change password hash in user entrypoint script in GS image.DOcker credentials provided by env
GeoNode's superuser, Geoserver admin and PG user credentials must be generated for new deployments.