summaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 7f4c635969..55c4751804 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -1222,6 +1222,29 @@ BE-onboarding-configuration.yaml
truststorePath: /config/truststore
truststorePassword: <%= @cassandra_truststore_password %>
+ # External Testing Configuration
+ externalTestingConfig:
+ #configuration to make available to the front end of this feature
+ client:
+ enabled: true
+ #array of endpoints that SDC-BE should connect with for external testing
+ endpoints:
+ // ID for endpoint
+ - id: vtp
+ // what format of post request does the endpoint accept for runs - json or multi-part form
+ postStyle: application/json
+ // is this endpoint enabled or disabled.
+ enabled: false
+ // base URL for the endpoint
+ url: http://ec2-34-237-35-152.compute-1.amazonaws.com:9090
+ // optional api key to pass in header to endpoint
+ apiKey: blahblahblah
+ - id: certifications repository
+ postStyle: application/json
+ url: http://ec2-34-237-35-152.compute-1.amazonaws.com:9090
+ enabled: true
+ apiKey: blahblahblah2
+
vnfrepo-configuration.yaml
**************************