github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/sandboxes/cleartext-xfcc-mode/config/fleetspeak-server/components.textproto (about)

     1  mysql_data_source_name:"fleetspeak-user:fleetspeak-password@tcp(mysql-server:3306)/fleetspeak"
     2  https_config: {
     3    listen_address: "0.0.0.0:9090"
     4    certificates:"FRONTEND_CERTIFICATE"
     5    key:"FRONTEND_KEY"
     6    frontend_config: {
     7      cleartext_xfcc_config: {
     8        client_certificate_header: "x-forwarded-client-cert"
     9      }
    10    }
    11  }
    12  admin_config: {
    13    listen_address: "0.0.0.0:9091"
    14  }
    15  health_check_config: {
    16    listen_address: "0.0.0.0:8080"
    17  }
    18  notification_use_http_notifier:false