/geonode-geoserver-cloud-compose

Docker compose experimental set up to integrage GeoServer Cloud with GeoNode

Apache License 2.0Apache-2.0

GeoServer Cloud experimental GeoNode integration

GeoNode admin user: admin/geonode

  • Run geonode with geoserver cloud:
docker compose pull
docker compose up -d
  • Run geonode with vanilla geoserver
docker compose -f vanilla.yml up -d

Configure GeoNode AuthZN

Create ROLE service

  • Go to Security -> Users, Groups, Roles -> Services -> Role Services/Add New
  • Select AuthKEY REST
  • Save

Set up geonode oauth2 security filter chain

Now log in with geonode and it should work as usual.