Skip to content

Commit e234fcd

Browse files
committed
[backend] Delete user collector from config
1 parent 4b8a0be commit e234fcd

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

openbas-api/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
<artifactId>openbas-injector-caldera</artifactId>
4949
<version>3.5.0-SNAPSHOT</version>
5050
</dependency>
51-
<dependency>
52-
<groupId>io.openbas</groupId>
53-
<artifactId>openbas-collector-users</artifactId>
54-
<version>3.5.0-SNAPSHOT</version>
55-
</dependency>
5651
<dependency>
5752
<groupId>io.openbas</groupId>
5853
<artifactId>openbas-collector-caldera</artifactId>

openbas-api/src/main/resources/application.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ injector.caldera.api-key=<caldera-api-key>
189189

190190
# Collectors
191191

192-
## Collector user
193-
collector.users.enable=false
194-
195192
## Collector MITRE ATT&CK
196193
collector.mitre-attack.enable=true
197194

openbas-collectors

openbas-injectors

0 commit comments

Comments
 (0)