Skip to content

Commit

Permalink
test context
Browse files Browse the repository at this point in the history
  • Loading branch information
araya authored and araya committed Jul 12, 2023
1 parent 4f5ac3d commit b335c41
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions eval-context.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[
{
"contextName": "MyContext",
"includeRegexes": ["^https?://mdctmcrval.cms.gov/"],
"excludeRegexes": [],
"authentication": {
"method": "formBasedAuthentication",
"loginUrl": "https://cognito-idp.us-east-1.amazonaws.com",
"loginRequestData": "username=internaluser@test.com&password=PB74y*MfPFNT",
"loginRequestType": "POST",
"loginRequestHeaders": {
"Content-Type": "application/x-www-form-urlencoded"
},
"loginRequestCookies": []
}
}
]
[{
"contextName": "MyContext",
"includeRegexes": ["^https?://mdctmcrval.cms.gov/"],
"excludeRegexes": [],
"authentication": {
"method": "formBasedAuthentication",
"loginUrl": "https://cognito-idp.us-east-1.amazonaws.com",
"loginRequestData": "username=internaluser@test.com&password=PB74y*MfPFNT",
"loginRequestType": "POST",
"loginRequestHeaders": {
"Content-Type": "application/x-www-form-urlencoded"
},
"loginRequestCookies": []
}
}]

0 comments on commit b335c41

Please sign in to comment.