https://github.com/inseefr/massive-attack
Web application for the preparation and construction of datasets for the interviewer collection training.
https://github.com/inseefr/massive-attack
Last synced: 8 months ago
JSON representation
Web application for the preparation and construction of datasets for the interviewer collection training.
- Host: GitHub
- URL: https://github.com/inseefr/massive-attack
- Owner: InseeFr
- License: mit
- Created: 2021-10-08T07:40:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T01:27:54.000Z (about 2 years ago)
- Last Synced: 2024-04-10T04:09:41.683Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 9
- Forks: 4
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started with Massive Attack
## _**Massive** **A**limentation for **T**ests, **T**raining, **A**nd **C**ollection **K**atas_
---
## Quick start
In the project directory, run `yarn start`
Open [http://localhost:3000](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