X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=influxlogger%2Fconfig%2Fapplication.yaml;h=9da01abbc1ef2c3e18d88024a8de0fd500699185;hb=298969556b0f84de745a67e994a590d8b2a3de13;hp=8c82f93a7ec1f58dfe22d57b4be9903c060bdff1;hpb=9e3ded97088f197b335d060e1c9ddf7d6c0ecd89;p=nonrtric%2Fplt%2Franpm.git diff --git a/influxlogger/config/application.yaml b/influxlogger/config/application.yaml index 8c82f93..9da01ab 100644 --- a/influxlogger/config/application.yaml +++ b/influxlogger/config/application.yaml @@ -84,6 +84,15 @@ app: max-poll-records: 500 group-id: kafkaGroupId client-id: kafkaClientId + # Configues 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: