summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources/transport-security-options-with-authz-rules.json
diff options
context:
space:
mode:
Diffstat (limited to 'security-utils/src/test/resources/transport-security-options-with-authz-rules.json')
-rw-r--r--security-utils/src/test/resources/transport-security-options-with-authz-rules.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/security-utils/src/test/resources/transport-security-options-with-authz-rules.json b/security-utils/src/test/resources/transport-security-options-with-authz-rules.json
index ea0bee38c8a..85c3a78311e 100644
--- a/security-utils/src/test/resources/transport-security-options-with-authz-rules.json
+++ b/security-utils/src/test/resources/transport-security-options-with-authz-rules.json
@@ -16,14 +16,13 @@
"must-match" : "myscheme://resource/path/"
} ],
"name" : "cfgserver",
- "description" : "cfgserver policy description",
- "roles" : [ "myrole" ]
+ "description" : "cfgserver policy description"
}, {
"required-credentials" : [ {
"field" : "CN",
"must-match" : "hostname"
} ],
"name" : "node",
- "roles" : [ "anotherrole" ]
+ "capabilities" : [ "vespa.slobrok.api" ]
} ]
} \ No newline at end of file