github.com/avenga/couper@v1.12.2/server/testdata/endpoints/03_couper.hcl (about) 1 server "backends" { 2 api { 3 endpoint "/anything" { 4 proxy { 5 backend { 6 origin = env.COUPER_TEST_BACKEND_ADDR 7 8 basic_auth = "${request.headers.x-user}:pass" 9 } 10 } 11 } 12 } 13 }