Skip to content
Snippets Groups Projects
  • Richard Gee's avatar
    d6cf1665
    Add auth proxy env-vars to gateway for ARM · d6cf1665
    Richard Gee authored
    
    The two docker compose files for ARM based systems were not configured to pass the auth_proxy variables through to the gateway at deploy time.  This was causing an error in the gateway which would manifest in the CLI and UI as: `ExternalAuthHandler: Get : unsupported protocol scheme ""`.
    
    This change adds `auth_proxy_url` & `auth_proxy_pass_body` to the two ARM compose files so as to mirror the config of the x86_64 compose file.
    
    Signed-off-by: default avatarRichard Gee <richard@technologee.co.uk>
    d6cf1665
    History
    Add auth proxy env-vars to gateway for ARM
    Richard Gee authored
    
    The two docker compose files for ARM based systems were not configured to pass the auth_proxy variables through to the gateway at deploy time.  This was causing an error in the gateway which would manifest in the CLI and UI as: `ExternalAuthHandler: Get : unsupported protocol scheme ""`.
    
    This change adds `auth_proxy_url` & `auth_proxy_pass_body` to the two ARM compose files so as to mirror the config of the x86_64 compose file.
    
    Signed-off-by: default avatarRichard Gee <richard@technologee.co.uk>