Uploaded image for project: 'Distributed Tracing'
  1. Distributed Tracing
  2. TRACING-5415

[Upstream] Missing use_federated_token: true in Tempo Monolithic config when using Azure WIF

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • Tracing Sprint # 272 - Release

      Description of the issue:
      When using Azure WIF with Tempo Monolithic, the Tempo config generated is missing  use_federated_token: true. The config parameter is required when running Tempo instance using Azure WIF. 

      This is the extracted config:

      server:
        http_listen_port: 3200
        http_server_read_timeout: 30s
        http_server_write_timeout: 30s
      internal_server:
        enable: true
        http_listen_address: 0.0.0.0
      storage:
        trace:
          backend: azure
          wal:
            path: /var/tempo/wal
          azure:
            container_name: ikansecntr
        receivers:
          otlp:
            protocols:
              grpc:
                endpoint: 0.0.0.0:4317
              http:
                endpoint: 0.0.0.0:4318
      usage_report:
        reporting_enabled: false
      

      Adding the parameter with Tempo Monolithc in unmanaged state resolves the issue. 

       

              rvargasp@redhat.com Ruben Vargas Palma
              rhn-support-ikanse Ishwar Kanse
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: