github.com/avenga/couper@v1.12.2/server/testdata/multi/backends/errors/anonymous_backend_token_request.hcl (about) 1 server { 2 endpoint "/" { 3 proxy { 4 backend { 5 origin = "https://example.com" 6 beta_token_request { 7 url = "https://as/token" 8 backend { 9 origin = "https://as" 10 } 11 backend = "BE" 12 } 13 } 14 } 15 } 16 backend "BE" { 17 } 18 }