actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
81 stars 23 forks source link

Fix actinia-user command #127

Closed mmacata closed 3 years ago

mmacata commented 3 years ago

Currently not all actinia-user commands are working. Example:

usage: actinia-user [-h] [-s SERVER] [-p PORT] [-a REDIS_PASSWORD] [-u USER_ID] [-g USER_GROUP] [-w PASSWORD] [-r {superadmin,admin,user,guest}] [-c CELL_LIMIT] [-n PROCESS_NUM_LIMIT]
                    [-t PROCESS_TIME_LIMIT] [-d DATASETS] [-m MODULES]
                    {create,delete,show,list,update,update_add,update_rm,update_rm_location,pwcheck}

/src/actinia_core # actinia-user list
...
['demouser',
 'openeo',
 ...]

/src/actinia_core # actinia-user -u demouser show
User <demouser> does not exist

While create, update and list work, show and delete return described error.

mmacata commented 3 years ago

Already fixed.