geosolutions-it / geonode-generic

Generic Geonode-project based app, to be used with docker/rancher
https://waffle.io/geosolutions-it/geonode-generic
3 stars 6 forks source link

Layer upload not working #25

Closed giohappy closed 6 years ago

giohappy commented 6 years ago

New layer upload creates the GeoNode layer instance but not store/layer in Geoserver. Tested on http://slave1.rancher.geonode.geo-solutions.it

cezio commented 6 years ago

This is because we use OGC_SERVER['default']['USER'] and OGC_SERVER['default']['PASSWORD'] from settings to access GS REST API. Admin user password was changed in GS UI, but not in settings. Reverting it to value from settings fixed upload problem.

giohappy commented 6 years ago

this forces us to define a rancher question / docker env to define the GS admin pw. We cannot keep the default one.

giohappy commented 6 years ago

fixed in #23