Closed veroandreo closed 1 year ago
User are not allowed to install own addons. This will not be changed for security reasons.
In the module plugin we want to add an endpoint to install official GRASS GIS addons for a user.
The endpoint is created in #26. Tests still need to be done in separate PR.
Tests will be created in https://github.com/actinia-org/actinia-module-plugin/issues/27.
Among other addons, I'd like to install
v.strds.stats
to be able to easily query a STRDS with a vector of polygons. However, usingace
(I didn't find an actinia endpoint), I get:Is this a user permission problem?
If g.extension was allowed it might make it possible to send addon-like python scripts to actinia which IMHO is easier and more flexible than creating the json processing chains (I have no knowledge about security though).