Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 842 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 842 Bytes

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