038e97af6a27e045e23d469675ab6ed2bc8522e6
[policy/docker.git] / compose / config / clamp / HttpParticipantParameters.yaml
1 spring:
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
11 security:
12   enable-csrf: false
13 participant:
14   intermediaryParameters:
15     reportingTimeIntervalMs: 120000
16     description: Participant Description
17     participantId:
18       name: HttpParticipant0
19       version: 1.0.0
20     participantType:
21       name: org.onap.policy.clamp.acm.HttpParticipant
22       version: 2.3.4
23     clampAutomationCompositionTopics:
24       topicSources:
25         - topic: POLICY-ACRUNTIME-PARTICIPANT
26           servers:
27             - ${topicServer:message-router}
28           topicCommInfrastructure: dmaap
29           fetchTimeout: 15000
30           useHttps: false
31       topicSinks:
32         - topic: POLICY-ACRUNTIME-PARTICIPANT
33           servers:
34             - ${topicServer:message-router}
35           topicCommInfrastructure: dmaap
36           useHttps: false
37 management:
38   endpoints:
39     web:
40       exposure:
41         include: health, metrics, prometheus
42 server:
43   port: 6969
44   ssl:
45     enabled: false
46   servlet:
47     context-path: /onap/policy/clamp/acm/httpparticipant