assimilator icon indicating copy to clipboard operation
assimilator copied to clipboard

Automatic firewall rule orchestator.

Results 4 assimilator issues
Sort by recently updated
recently updated
newest added

Hi there! I was wondering what's the current status of this project. The idea is pretty nice, however no commit are present and only two firewalls are supported.

return self.dispatch_request(*args, **kwargs) File "/usr/local/lib/python2.7/dist-packages/flask_restful/__init__.py", line 587, in dispatch_request resp = meth(*args, **kwargs) File "/var/www/assimilator/app/modules/handler.py", line 26, in decorated_function return view_function(*args, **kwargs) File "/var/www/assimilator/app/modules/handler.py", line 103, in get c =...

Add a data base to persist api-keys there and not in txt file.

feature

Mock Firewalls to test calls and returns.

feature