NGINX_SNIPPET

gafaelfawr.constants.NGINX_SNIPPET = 'auth_request_set $auth_www_authenticate $upstream_http_www_authenticate;\nauth_request_set $auth_status $upstream_http_x_error_status;\nauth_request_set $auth_error_body $upstream_http_x_error_body;\nerror_page 403 = @autherror;\n'

Code snippet to put into NGINX configuration for each ingress.