Skip to content

Commit

Permalink
Merge branch 'feature/importing-policies' into eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Dec 16, 2022
2 parents 218210f + c233c3f commit dafdc47
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ public static final class Policy {
*/
public static final JsonObject POLICY_JSON_OBJECT = JsonObject.of("{\n" +
" \"policyId\": \"" + POLICY_ID + "\",\n" +
" \"imports\": {},\n" +
" \"entries\": {\n" +
" \"maker\": {\n" +
" \"subjects\": {\n" +
Expand Down Expand Up @@ -205,7 +206,8 @@ public static final class Policy {
" ],\n" +
" \"revoke\": []\n" +
" }\n" +
" }\n" +
" },\n" +
" \"importable\":\"implicit\"\n" +
" }\n" +
" }\n" +
"}");
Expand Down

0 comments on commit dafdc47

Please sign in to comment.