Skip to content

Commit

Permalink
Merge pull request ballerina-platform#2342 from ldclakmal/fix-securit…
Browse files Browse the repository at this point in the history
…y-bbes

Disable unwanted output verification from security BBEs
  • Loading branch information
ldclakmal authored Nov 17, 2021
2 parents 42783f0 + 678f0ab commit 8473365
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1190,47 +1190,47 @@
"name": "Service - SSL/TLS",
"url": "http-service-ssl-tls",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Mutual SSL",
"url": "http-service-mutual-ssl",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Basic Auth File User Store",
"url": "http-service-basic-auth-file-user-store",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Basic Auth LDAP User Store",
"url": "http-service-basic-auth-ldap-user-store",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - JWT Auth",
"url": "http-service-jwt-auth",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - OAuth2",
"url": "http-service-oauth2",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand Down Expand Up @@ -1506,47 +1506,47 @@
"name": "Service - SSL/TLS",
"url": "graphql-service-ssl-tls",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Mutual SSL",
"url": "graphql-service-mutual-ssl",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Basic Auth File User Store",
"url": "graphql-service-basic-auth-file-user-store",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Basic Auth LDAP User Store",
"url": "graphql-service-basic-auth-ldap-user-store",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - JWT Auth",
"url": "graphql-service-jwt-auth",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - OAuth2",
"url": "graphql-service-oauth2",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
}
Expand Down Expand Up @@ -1599,47 +1599,47 @@
"name": "Service - SSL/TLS",
"url": "websocket-service-ssl-tls",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Mutual SSL",
"url": "websocket-service-mutual-ssl",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Basic Auth File User Store",
"url": "websocket-service-basic-auth-file-user-store",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - Basic Auth LDAP User Store",
"url": "websocket-service-basic-auth-ldap-user-store",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - JWT Auth",
"url": "websocket-service-jwt-auth",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
{
"name": "Service - OAuth2",
"url": "websocket-service-oauth2",
"verifyBuild": true,
"verifyOutput": true,
"verifyOutput": false,
"disablePlayground": true,
"isLearnByExample": false
},
Expand Down

0 comments on commit 8473365

Please sign in to comment.