You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create new layer as authenticated user, set read access for EVERYONE
logout
authenticate as another user
ask for published layer through WMS or WFS
GeoServer states that layer is not found.
Solution:
Propagate EVERYONE to GeoServer as ROLE_AUTHENTICATED + ROLE_ANONYMOUS (currently, only ROLE_ANONYMOUS is propagated). Or in case of EVERYONE use * and no other role.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
GeoServer states that layer is not found.
Solution:
Propagate EVERYONE to GeoServer as ROLE_AUTHENTICATED + ROLE_ANONYMOUS (currently, only ROLE_ANONYMOUS is propagated). Or in case of EVERYONE use * and no other role.
The text was updated successfully, but these errors were encountered: