Skip to content

Commit

Permalink
stub: Update rules stub
Browse files Browse the repository at this point in the history
Signed-off-by: arekkas <[email protected]>
  • Loading branch information
arekkas authored and aeneasr committed Aug 31, 2018
1 parent a558103 commit 475f39a
Showing 1 changed file with 0 additions and 54 deletions.
54 changes: 0 additions & 54 deletions stub/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,6 @@
},
{
"handler": "anonymous"
},
{
"handler": "oauth2_introspection",
"config": {
"required_scope": [
"foo",
"bar"
]
}
},
{
"handler": "oauth2_introspection",
"config": {
"required_scope": [
"foo",
"baz"
]
}
},
{
"handler": "oauth2_client_credentials"
}
],
"authorizer": {
Expand Down Expand Up @@ -69,27 +48,6 @@
},
{
"handler": "anonymous"
},
{
"handler": "oauth2_introspection",
"config": {
"required_scope": [
"foo",
"bar"
]
}
},
{
"handler": "oauth2_introspection",
"config": {
"required_scope": [
"foo",
"baz"
]
}
},
{
"handler": "oauth2_client_credentials"
}
],
"authorizer": {
Expand Down Expand Up @@ -119,18 +77,6 @@
},
{
"handler": "anonymous"
},
{
"handler": "oauth2_introspection",
"config": {
"required_scope": [
"foo",
"bar"
]
}
},
{
"handler": "oauth2_client_credentials"
}
],
"authorizer": {
Expand Down

0 comments on commit 475f39a

Please sign in to comment.