aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files
diff options
context:
space:
mode:
authorMorten Tokle <mortent@verizonmedia.com>2021-03-25 10:09:05 +0100
committerMorten Tokle <mortent@verizonmedia.com>2021-03-25 10:09:05 +0100
commit42b41fa23d421f8957ada3002e6ca82572e08ae7 (patch)
tree0524dab68ed098c3c8b8d2035113a0a72182e450 /config-model/src/test/schema-test-files
parent77429da3edf53f376c53a66e387c550dc42cb3ec (diff)
New syntax for cloud secret store
Diffstat (limited to 'config-model/src/test/schema-test-files')
-rw-r--r--config-model/src/test/schema-test-files/services.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/services.xml b/config-model/src/test/schema-test-files/services.xml
index d37000b1ff7..db1e6c29586 100644
--- a/config-model/src/test/schema-test-files/services.xml
+++ b/config-model/src/test/schema-test-files/services.xml
@@ -244,4 +244,11 @@
</nodes>
</container>
+ <container id='qrsCluster_2' version='1.0'>
+ <secret-store type="cloud">
+ <store id="foo">
+ <aws-parameter-store account="foo" aws-region="us-east-1"/>
+ </store>
+ </secret-store>
+ </container>
</services>