-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing Collection Manager integration (center-for-threat-informed-d…
…efense#477) * removing collection manager refs * removing refs to collection manager * updated diagrams * removing unecessary collection manager env refs * Update docker-compose.certs.yml * doc updates --------- Co-authored-by: mkouremetis <[email protected]> Co-authored-by: Charissa Miller <[email protected]>
- Loading branch information
1 parent
cfb9fc5
commit 481492d
Showing
10 changed files
with
64 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,29 @@ | ||
import { NgxLoggerLevel } from 'ngx-logger' | ||
export const environment = { | ||
production: true, | ||
log_level: NgxLoggerLevel.ERROR, | ||
recommended_indexes: [ //recommended collection indexes shown to user if they have no indexes loaded | ||
{ | ||
"name": "MITRE ATT&CK", //index name | ||
"url": "https://raw.githubusercontent.com/mitre-attack/attack-stix-data/master/index.json" //index url | ||
} | ||
], | ||
integrations: { | ||
rest_api: { | ||
// configuration for the ATT&CK Workbench REST API | ||
// https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api | ||
enabled: true, // MUST be true for application operation | ||
url: "api" | ||
}, | ||
collection_manager: { | ||
// configuration for the ATT&CK Workbench Collection Manager | ||
// https://github.com/center-for-threat-informed-defense/attack-workbench-collection-manager | ||
enabled: true, //if false, all systems for collection management will be disabled | ||
url: "cm-api" | ||
}, | ||
attack_website: { | ||
// configuration for the ATT&CK Website | ||
// https://github.com/mitre-attack/attack-website | ||
enabled: false, // if false, the attack website integration will not work | ||
url: "https://attack.mitre.org" | ||
} | ||
} | ||
production: true, | ||
log_level: NgxLoggerLevel.ERROR, | ||
recommended_indexes: [ //recommended collection indexes shown to user if they have no indexes loaded | ||
{ | ||
"name": "MITRE ATT&CK", //index name | ||
"url": "https://raw.githubusercontent.com/mitre-attack/attack-stix-data/master/index.json" //index url | ||
} | ||
], | ||
integrations: { | ||
rest_api: { | ||
// configuration for the ATT&CK Workbench REST API | ||
// https://github.com/center-for-threat-informed-defense/attack-workbench-rest-api | ||
enabled: true, // MUST be true for application operation | ||
url: "api" | ||
}, | ||
collection_manager: { | ||
// configuration for the ATT&CK Workbench REST API Collection Manager | ||
enabled: true, // if false, all components for collection management will be disabled | ||
}, | ||
attack_website: { | ||
// configuration for the ATT&CK Website | ||
// https://github.com/mitre-attack/attack-website | ||
enabled: false, // if false, attack website integration will be disabled | ||
url: "https://attack.mitre.org" | ||
} | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.