Squash

    Note

    This extension is only available in contrib images.

    Note

    This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted.

    Tip

    Squash configuration overview.

    cluster

    (string, REQUIRED) The name of the cluster that hosts the Squash server.

    attachment_template

    1. {
    2. "pod": "{{ POD_NAME }}",
    3. "namespace": "{{ POD_NAMESPACE }}"
    4. "match_request": true
    5. }

    (where POD_NAME, POD_NAMESPACE are configured in the pod via the Downward API)

    request_timeout

    () The timeout for individual requests sent to the Squash cluster. Defaults to 1 second.

    attachment_timeout

    (Duration) The total timeout Squash will delay a request and wait for it to be attached. Defaults to 60 seconds.

    () Amount of time to poll for the status of the attachment object in the Squash server (to check if has been attached). Defaults to 1 second.