/Massive-Attack

Web application for the preparation and construction of datasets for the interviewer collection training.

Primary LanguageJavaScriptMIT LicenseMIT

Getting Started with Massive Attack

Massive Alimentation for Tests, Training, And Collection Katas


Quick start

In the project directory, run yarn start
Open http://localhost:3000 to view it in the browser.


Configuration

You can edit the configuration files.

Application configuration

Edit the public/configuration.json to change configuration. Configuration entries :

  • MASSIVE_ATTACK_API_URL : the URL used to GET scenarii and PU request
  • AUTHENTICATION_MODE : anonymous or keycloak

Keycloak configuration

Configuration entries :

  • realm : "my-realm"
  • auth-server-url : "https://my.auth.server/auth"
  • ssl-required : "none"
  • resource : "localhost-frontend" or dedicated resource
  • public-client : true
  • confidential-port: 0