summaryrefslogtreecommitdiffstats
path: root/security-utils/src/test/resources
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-13 10:48:24 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-13 10:49:05 +0200
commit1f693c55dcc6f7a4fbf9fae288085bd2dea2c63e (patch)
tree9256738699d0bf0f3b7d88b2de868146a74c1934 /security-utils/src/test/resources
parentb9b314f5c55b3b09e12d5407415640a149844767 (diff)
Add Capability and CapabilitySet including JSON serialization
Diffstat (limited to 'security-utils/src/test/resources')
-rw-r--r--security-utils/src/test/resources/transport-security-options-with-authz-rules.json3
1 files changed, 2 insertions, 1 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 06ed6e0943c..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
@@ -22,6 +22,7 @@
"field" : "CN",
"must-match" : "hostname"
} ],
- "name" : "node"
+ "name" : "node",
+ "capabilities" : [ "vespa.slobrok.api" ]
} ]
} \ No newline at end of file