Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Mierzwa <[email protected]>
  • Loading branch information
MaciejMierzwa committed Apr 20, 2023
1 parent 072a6c4 commit eea17d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/test/resources/restapi/securityconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,9 @@
"do_not_fail_on_forbidden":false,
"multi_rolespan_enabled":false,
"hosts_resolver_mode":"ip-only",
"do_not_fail_on_forbidden_empty":false
"do_not_fail_on_forbidden_empty":false,
"extensions": {
}
}

}
6 changes: 5 additions & 1 deletion src/test/resources/restapi/securityconfig_nondefault.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
"do_not_fail_on_forbidden" : false,
"multi_rolespan_enabled" : true,
"hosts_resolver_mode" : "ip-only",
"do_not_fail_on_forbidden_empty" : false
"do_not_fail_on_forbidden_empty" : false,
"extensions": {
"signing_key": "signing key",
"encryption_key": "encryption key"
}
}
}

0 comments on commit eea17d1

Please sign in to comment.