Skip to content

avarama/purpleteam-orchestrator

 
 

Repository files navigation


purpleteam logo

purpleteam orchestrator


Orchestrator component of purpleteam - Currently in alpha

GNU AGPL pipeline status test coverage


If you are setting up the orchestrator, you will be targeting the local environment.

Clone this repository.

cd to the repository root directory and run:

npm install

Configuration

Copy the config/config.example.json to config/config.local.json.
Use the config/config.js for documentation and further examples.

testerFeedbackComms.medium Long Polling lp is supported in both local and cloud environments. Server Sent Events sse is only supported in the local environment due to AWS limitations. Both lp and sse are real-time. Both implementations have their pros and cons.

See the purpleteam CLI documentation for further details around this value.


Once you have cloned, installed and configured the orchestrator, head back to the local setup documentation to continue setting up the other purpleteam components.

About

Orchestrator component of OWASP PurpleTeam

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.9%
  • Dockerfile 4.7%
  • Shell 0.4%