Skip to content
Snippets Groups Projects
Commit 5fc14be1 authored by Georgi Michev's avatar Georgi Michev
Browse files

Merge branch 'add-multi-get-header-policy' into 'main'

Add get multi header policy.

See merge request gaia-x/data-infrastructure-federation-services/tsa/policies!3
parents ea5ca282 a5b563a0
No related branches found
No related tags found
No related merge requests found
Pipeline #54552 passed with stage
in 31 seconds
......@@ -2,4 +2,4 @@ package example.getHeader
# gets the value for "x-cache-key" header and return it in the result
# result is empty if the "x-cache-key" header is not sent in the request
key = input.header["X-Cache-Key"]
key = input.headers["X-Cache-Key"]
package example.getMultiHeaders
key = input.headers["X-Cache-Key"]
host = input.headers["Host"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment