GeoServer Tutorial: Limit Layer Access

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • We look at how to limit access to specific workspaces in GeoServer by creating Roles and Users.
    Understand the concept of Data Security and how to assign permissions to Roles, and attach Roles to Users.
    Read more about layer security at docs.geoserver...
    Find me on twitter / aman_bagrecha

КОМЕНТАРІ • 4

  • @rubencrespo1720
    @rubencrespo1720 Рік тому

    Thank you! It would be awesome to see how to do a getcapabilities with the credentials from outside

  • @alphonse63075
    @alphonse63075 2 роки тому +1

    Hi Sir! Now, how can someone access the secured layers in leaflet or openlayers with his credentials?

    • @amanbagrecha
      @amanbagrecha  2 роки тому +1

      you can refer this code for accessing secured layer - github.com/amanbagrecha/openlayers-geoserver-query/blob/main/gisapp/static/gisapp/js/map.js#L65

    • @alphonse63075
      @alphonse63075 2 роки тому

      @@amanbagrecha Thanks very much!