hotfix for header authorization

This commit is contained in:
2022-11-16 21:19:01 +06:00
parent 08da50705c
commit 047f51fd96
2 changed files with 4 additions and 17 deletions

View File

@@ -86,6 +86,10 @@ return """
name = "$headerName"
value = project.hasProperty('${headerValueProperty}') ? project.property('${headerValueProperty}') : System.getenv('${headerValueProperty}')
}
authentication {
header(HttpHeaderAuthentication)
}
"""
}