blob: a26a81d02ffefcab4121d1492cbe1d752b94f1b3 [file] [log] [blame]
rameshiyer279c4e66a2024-07-17 23:19:44 +00001spring:
2 security:
3 user:
4 name: participantUser
5 password: zb!XztG34
6 autoconfigure:
7 exclude: >
8 org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,
9 org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,
10 org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
11security:
12 enable-csrf: false
13participant:
14 intermediaryParameters:
15 reportingTimeIntervalMs: 120000
16 description: Participant Description
17 participantId: 101c62b3-8918-41b9-a747-d21eb79c6c01
18 clampAutomationCompositionTopics:
19 topicSources:
20 - topic: policy-acruntime-participant
21 servers:
22 - ${topicServer:kafka:9092}
23 topicCommInfrastructure: kafka
24 fetchTimeout: 15000
25 useHttps: false
26 topicSinks:
27 - topic: policy-acruntime-participant
28 servers:
29 - ${topicServer:kafka:9092}
30 topicCommInfrastructure: kafka
31 useHttps: false
32 participantSupportedElementTypes:
33 - typeName: org.onap.policy.clamp.acm.HttpAutomationCompositionElement
34 typeVersion: 1.0.0
35management:
36 endpoints:
37 web:
38 exposure:
39 include: health, metrics, prometheus
40server:
41 port: 6969
42 ssl:
43 enabled: false
44 servlet:
45 context-path: /onap/policy/clamp/acm/httpparticipant