-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hide a layer from the public #548
Comments
On the other hand setting What a mess. |
The way to achive this, should be very simple:
The map itself should be visible for everyone and the layer only for users, which are logged in. |
Regarding
The reason for this is that the permission structure allows you to permit/restrict also layer groups. Note that Regarding the featureinfo permissions, I believe there was indeed a bug when used with |
@danceb Is there something special about the user groups or we can simply associate the user with the role? This should work?
|
I can confirm that, when using the code checked today out from the GitHub repositories to build the docker images, the layer can be made available only to registered users. I have not revisited the original problem with |
The end purpose is to hide a layer from the map from public but make it available to the users.
I was expecting that
permissions_default_allow
intenantConfig.json
tofalse
public
to view a map resourcewould result in showing the theme without any layers.
It is not clear to me if and how a layer can be restricted to registered users.
The text was updated successfully, but these errors were encountered: