-
Notifications
You must be signed in to change notification settings - Fork 4
/
source-quickstart.properties
26 lines (23 loc) · 1.1 KB
/
source-quickstart.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# The first few settings are required for all connectors: a name, the connector class to run, and the maximum number of tasks to create:
name=venafi
connector.class=com.opencredo.connect.venafi.tpp.log.TppLogSourceConnector
tasks.max=1
# The remaining configs are specific to the Venafi source connector. In this example, we connect to
# the VENAFI VEDSDK API on localhost using username "admin" and password "admin". These values should be changed for
# your specific instance.
venafi.base.url=https://uvo1pk54ksaae10beh2.env.cloudshare.com
venafi.username=tppadmin
venafi.password=Password123!
venafi.client_id=logs-connector-test
venafi.scope=certificate:manage
# Topic to publish VENAFI log data to.
# The default is "VENAFI-LOGS".
# Valid Values: non-empty string and no ISO control characters
#venafi.topic=VENAFI-LOGS
# Window of data to pull from log api.
# Valid Values: [2,...,10000]
# The default is 100.
#venafi.batch.size=100
# Poll interval in milliseconds. E.G. Roughly, how often the connector will connect to the VENAFI VEDSDK API.
# The default is 1000 as in once a second.
#venafi.poll.interval=1000