github.com/avenga/couper@v1.12.2/server/testdata/integration/error_handler/02_couper.hcl (about)

     1  server "access_control" {
     2    endpoint "/" {
     3      access_control = ["ba"]
     4      response {
     5        status = 204
     6      }
     7    }
     8  }
     9  
    10  definitions {
    11    basic_auth "ba" {
    12      password = "couper"
    13  
    14      error_handler {
    15        response {} #default 200 OK
    16      }
    17    }
    18  }