Nicolas Béguier
Nicolas Béguier
You have totally right, I will take a look. Notice that cassh web is lacking features (especially admin one), it was design for Windows clients.
It's nice to read that :) All admin features are missing on cassh web. To begin with: activate/delete/revoke user key. Add/remove principals can be nice for the long run, it's...
This is a first draft of env var in cassh-web. Tell me if it's ok for you, I can do it either on cassh-server.
And now the cassh server. It's been a while I should have done that :smile: ! Tell me if it's ok for you (You may not have everything ready to...
To prevent multiple login, implement a token
Locally, I'm using a debian unstable (buster/sid) The command `!dbg` shows me my prompt ...
This is kind of the same result. I have no output or input when I launch the `!upload` command. ``` $ ./ffm.py --debug-output --debug-input ███████╗███████╗███╗ ███╗ ██████╗ ██╗ ██╗ ██╔════╝██╔════╝████╗...
Hi ! Who is returning this error, the manager ou the engine ? (Response in the logs). If it's the manager (and I guess it is), it's probably the return...
In this definition in `engines/tasks.py` : ``` def _create_asset_on_import(asset_value, scan, asset_type='unknown'): Event.objects.create(message="[EngineTasks/_create_asset_on_import()] create: '{}/{}'.".format(asset_value, asset_type), type="DEBUG", severity="INFO", scan=scan) # create assets if data_type is ip-subnet or ip-range if scan and...
Maybe we could add the "Search parent asset" outside the if condition