X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm-manager%2Fconfig%2Fapplication.yaml;h=5da6c5308e9ae12fd80cab8d770f9a2c70a94770;hb=721a0c1f9728a06c78edd75ba898bc67c4b82446;hp=44de509841f0725115abc412462ed7eb8991ae31;hpb=9cd4d7948e24a7f77b2c207c4f37999878373260;p=nonrtric.git diff --git a/helm-manager/config/application.yaml b/helm-manager/config/application.yaml index 44de5098..5da6c530 100644 --- a/helm-manager/config/application.yaml +++ b/helm-manager/config/application.yaml @@ -18,9 +18,36 @@ spring: profiles: active: prod + security: + user: + name: helmadmin + password: itisasecret +security: + enable-csrf: false + participant: - file: src/main/resources/config/KubernetesParticipantConfig.json + localChartDirectory: /var/helm-manager-service + # This below is not used but need to be here to make the app work + infoFileName: CHART_INFO.json + intermediaryParameters: + reportingTimeIntervalMs: 120000 + description: Dummy Description + participantId: + name: noname + version: 0.0.1 + participantType: + name: noname + version: 0.0.1 + clampControlLoopTopics: + topicSources: + topicSinks: + - + topic: NOTOPIC + servers: + - localhost + topicCommInfrastructure: dmaap + management: endpoints: web: @@ -29,7 +56,9 @@ management: server: # Configuration of the HTTP/REST server. The parameters are defined and handled by the springboot framework. # See springboot documentation. - http-port : 8083 + port: 8083 + servlet: + context-path: logging: # Configuration of logging @@ -38,5 +67,7 @@ logging: org.springframework: ERROR org.springframework.data: ERROR org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR + com.att.nsa.cambria.client.impl: OFF + com.att.nsa.apiClient.http: OFF file: - name: /var/log/helm-manager/application.log + name: /var/log/onap/policy/clamp/application.log