X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=influxlogger%2Fconfig%2Fapplication.yaml;h=7cbb780cf389dd2bdf2f0573dc24a2a58e072bc7;hb=HEAD;hp=8c82f93a7ec1f58dfe22d57b4be9903c060bdff1;hpb=9e3ded97088f197b335d060e1c9ddf7d6c0ecd89;p=nonrtric%2Fplt%2Franpm.git diff --git a/influxlogger/config/application.yaml b/influxlogger/config/application.yaml index 8c82f93..7cbb780 100644 --- a/influxlogger/config/application.yaml +++ b/influxlogger/config/application.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023-2022 Nordix Foundation. All rights reserved. +# Copyright (C) 2022-2023 Nordix Foundation. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -84,6 +84,15 @@ app: max-poll-records: 500 group-id: kafkaGroupId client-id: kafkaClientId + # Configures if oath2 tokens shall be used. If set to true, auth-token-file must also be configured + use-oath-token: false + ssl: + key-store-type: PEM + key-store-location: + # key password is needed if the private key is encrypted + key-store-password: + trust-store-type: PEM + trust-store-location: influx: url: http://localhost:8086 access-token: xmrt1YobMTl-Nx-a8iiO6fC8xJc5BvKZLSU8U18VfAYza4N0YHTFrLy15W4Ss2bxXhgX95qagxsBJ0GCBSFveQ== @@ -95,5 +104,7 @@ app: database: pm_data ics-base-url: https://localhost:8434 consumer-job-id: "pmlog" + # If the file name is empty, no authorization token is used + auth-token-file: