fix: Updated config for anyconfig setup
Ref #2 - thanks @Danko90 for the fix - it seemed to work without it with specific opentaxii versionspull/14/head
parent
01460f0d61
commit
c152b5009c
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: collection
|
||||
collections:
|
||||
- name: collection
|
||||
available: true
|
||||
accept_all_content: true
|
||||
type: DATA_SET
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- id: inbox
|
||||
services:
|
||||
- id: inbox
|
||||
type: inbox
|
||||
address: /services/inbox
|
||||
description: Inbox Service
|
||||
|
@ -14,7 +14,7 @@
|
|||
- urn:taxii.mitre.org:protocol:http:1.0
|
||||
- urn:taxii.mitre.org:protocol:https:1.0
|
||||
|
||||
- id: discovery
|
||||
- id: discovery
|
||||
type: discovery
|
||||
address: /services/discovery
|
||||
description: Discovery Service
|
||||
|
@ -27,7 +27,7 @@
|
|||
- urn:taxii.mitre.org:protocol:http:1.0
|
||||
- urn:taxii.mitre.org:protocol:https:1.0
|
||||
|
||||
- id: collection_management
|
||||
- id: collection_management
|
||||
type: collection_management
|
||||
address: /services/collection-management
|
||||
description: Collection Management Service
|
||||
|
@ -35,7 +35,7 @@
|
|||
- urn:taxii.mitre.org:protocol:http:1.0
|
||||
- urn:taxii.mitre.org:protocol:https:1.0
|
||||
|
||||
- id: poll
|
||||
- id: poll
|
||||
type: poll
|
||||
address: /services/poll
|
||||
description: Poll Service
|
||||
|
|
Loading…
Reference in New Issue