unfetter icon indicating copy to clipboard operation
unfetter copied to clipboard

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

Results 101 unfetter issues
Sort by recently updated
recently updated
newest added

We are currently at Stix 2.0

backend

After investigating MongoDB 4.0/4.1 and using it for a week, I had no problems. The bulk of this task will migration. Notes on migration here. https://github.com/unfetter-discover/unfetter/issues/1357

Need to create a "down" task playbook. One in which the "Run action" is "down".

CD/CI

Ansible Container seems to fix alot of the problems I was having with ansible_docker and ansible_images. Need to investigate to see https://docs.ansible.com/ansible-container/getting_started.html

question

Update the playbook to include variables for running taxii servers. - [ ] Build a separate playbook to run the taxii server - [ ] The taxii server technically should...

CD/CI

The stix repo is being pulled in unfetter-discover-api and unfetter-ui at build time. Create a build argument for those version numbers so that the configuration can change without the code...

CD/CI

In the dockerfile, allow NPM configs to be run. Allow an argument variable be passed to the dockerfile that will be an array of strings. Each item in the array...

- [x] Test out Lints and determine which one to use - [x] Implement lint testing in the VSCode - [x] Build lint into travis files - [ ] look...

CD/CI

In task-prep-remote-host.yml, change the yum command to an ansible yum module

Ansible "command" module should only be run IF a check has been made OR if its run as a handler. This is to support indempotence with the playbook. Constantly rerunning...