github.com/google/fleetspeak@v0.1.15-0.20240426164851-4f31f62c1aea/sandboxes/https-header-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      https_header_checksum_config: {
     8        client_certificate_header: "client-certificate"
     9        client_certificate_checksum_header: "x-client-cert-hash"
    10      }
    11    }
    12  }
    13  admin_config: {
    14    listen_address: "0.0.0.0:9091"
    15  }
    16  health_check_config: {
    17    listen_address: "0.0.0.0:8080"
    18  }
    19  notification_use_http_notifier:false