Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(3021) Exclude health check requests from host auth #2319

Merged
merged 1 commit into from
Jan 17, 2024

Commits on Jan 17, 2024

  1. Exclude health check requests from host auth

    Exclude health check requests from host authorisation, to allow the AWS
    deploy pipeline to proceed faster. Currently health check requests are
    denied by the host auth process, because the IPs are not in the DOMAIN
    or ADDITIONAL_HOSTNAMES env vars.
    
    We don't have a canonical list of the IPs, nor do we have easy access to
    the env vars (these particular env vars live in task definitions, not
    in ParameterStore).
    
    https://api.rubyonrails.org/classes/ActionDispatch/HostAuthorization.html
    CristinaRO committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    38b634a View commit details
    Browse the repository at this point in the history