Настройка доступа к Whereoil Map
How to restrict access to WhereoilMap based on roles in WRS?
The answer is:
In configuration-server application you need to have for your Map Installation settings the following property under Configs
roleServiceNames - This should have as value the WRS Role name you want to use to restrict the layers against
Then on the Layers properties > For each layer > Configs
accessGrantedTo - Where you should add as value the group name that should have access to the layer.
Related Articles
Security model in Whereoil
При использовании фильтров записей (роли) на основе PROPERTIES очень удобно оказалась возможность указывать название группы доступа из возможных вариантов kmeta:Ent Если в классе данных nsp есть записи rec1 - prop1 prop2 kmeta:Ent=g1,g2 rec2 - prop1 ...
Ошибка входа в Whereoil
Ниже перечислены различные варианты причин ошибок входа в систему и их решения 1. У клиента настроено SSO для AD. При попытке входа в систему в логе сервера WRS возникает следующего вида ...
Как оптимизировать размер базы данных PostgreSQL
PostgreSQL's VACUUM command has to process each table on a regular basis for several reasons: To recover or reuse disk space occupied by updated or deleted rows. To update data statistics used by the PostgreSQL query planner. To update the visibility ...