Skip to content

Commit

Permalink
Update sample spec with ID extractor / form settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasinsaurralde committed Sep 15, 2016
1 parent 1e8e910 commit 790a666
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/coprocess_grpc_app_sample_protected.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
"name": "MyAuthCheck"
},
"id_extractor": {
"extract_from": "form",
"extract_with": "value",
"extractor_config": {
"param_name": "key"
}
},
"id_extractor__": {
"extract_from": "header",
"extract_with": "regex",
"extractor_config": {
Expand Down

0 comments on commit 790a666

Please sign in to comment.