X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pmproducer%2Fconfig%2Fapplication.yaml;fp=pmproducer%2Fconfig%2Fapplication.yaml;h=0e611b5edbafe676f34ac677add7f971f9bbd438;hb=298969556b0f84de745a67e994a590d8b2a3de13;hp=27885f155763b4d1dad753c5c4dc9791ed3f11c1;hpb=ebd1c0b01fb80f1313678c777d4b1cb46800c23d;p=nonrtric%2Fplt%2Franpm.git diff --git a/pmproducer/config/application.yaml b/pmproducer/config/application.yaml index 27885f1..0e611b5 100644 --- a/pmproducer/config/application.yaml +++ b/pmproducer/config/application.yaml @@ -80,12 +80,22 @@ app: # The url used to adress this component. This is used as a callback url sent to other components. pm-producer-base-url: https://localhost:8435 - # KAFKA boostrap servers. This is only needed if there are Information Types that uses a kafkaInputTopic - # several redundant boostrap servers can be specified, separated by a comma ','. + kafka: + # KAFKA boostrap servers. + # Several redundant boostrap servers can be specified, separated by a comma ','. bootstrap-servers: localhost:9092 # The maximum number of records returned in a single call to poll() (default 100) max-poll-records: 500 + # 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: # If the file name is empty, no authorization token is used auth-token-file: pm-files-path: /tmp