Gabriel Roldan
Gabriel Roldan
revisit, I am pretty sure this has been fixed at some point
Hello, sorry I haven't noticed this until now. Yes, that is a valid workflow. It's not optimal because of the time it takes every time you re-import, but you're correct...
cool! just saw your slides, looks awesome! yeah, the postgres storage backend makes use of a heap cache, but no, objects are not added to the cache on inserts, only...
Hi @andermirik , shouldn't be hard at all, just created #224 to track it down. If you're up to give it a shot, a pull request would be welcome. It's...
Hi @dennisgsmith , thanks, that's good insight. I don't have a mac at all, but with `docker buildx` I was able to create amd64 and arm64 images. They're at `groldan/geoserver-cloud-xxx:1.0-SNAPSHOT-openjdk`....
You'll have a better experience following the "shared data directory" configuration with 1.0-RC1 as shown here: http://geoserver.org/geoserver-cloud/deploy/docker-compose/stable/shared_datadir/docker-compose.yml The default config with catalog-service backend fails because we still need to fix...
I mean something like this: https://github.com/camptocamp/geoserver-microservices/blob/11ed77dc/config/web-ui.yml#L26 ```yaml web-ui: # Theese are all default values, here just for reference. You can omit them and add only the ones to disable or...
See https://github.com/geoserver/geoserver/blob/master/doc/en/user/source/security/webadmin/csrf.rst
Hello, sorry for the late reply. I think that's related to some obscure or rather antique ways inside geoserver to determine the current request's path (i.e. to discriminate the servlet...
## GeoSever Cloud authentication & authorization Unlike vanilla GeoServer, Cloud's security settings (authentication and configuration) shall not be configured through the Web UI nor the REST API, but through gs-cloud's...