diff options
author | liamfallon <liam.fallon@est.tech> | 2023-03-14 17:10:16 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-03-14 17:19:51 +0000 |
commit | 7c341bb7f05c40b84c0f78a7bfd31d7406040b7c (patch) | |
tree | 0c49217a3761f66a0616c40754fcfe3d73fd82bf /models-interactions | |
parent | 6709a8b05bcb543b6871baf35d52e7a156dde13d (diff) |
Update for SNI checking
Update policy/models for SNI checking
Issue-ID: POLICY-4474
Change-Id: I394069e90235859bcb9ccd95d92682f73cfa5b86
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-interactions')
-rw-r--r-- | models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json index 0ef03169a..cd84faf1e 100644 --- a/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json +++ b/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json @@ -4,6 +4,7 @@ "restServerParameters": { "host": "0.0.0.0", "port": 3903, + "sniHostCheck": false, "useHttps": true, "userName": "my-username", "password": "my-password" |