diff options
author | 2022-04-06 14:21:50 +0200 | |
---|---|---|
committer | 2022-05-17 09:04:28 +0200 | |
commit | 965cf0ea3cd08fdad7ec28a5078032dada455124 (patch) | |
tree | 4f40953924a0ee4253b471215acd4edb8a6638b4 /tools/development/subscribe-pm-mapper.sh | |
parent | d1677918385c6efac68eb2121991ed653d412200 (diff) |
Disable TLS in DataRouter (CSIT)
Issue-ID: DCAEGEN2-3037
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I01dd54ac173ed2bf705071e2bca118a068680f0a
Diffstat (limited to 'tools/development/subscribe-pm-mapper.sh')
-rwxr-xr-x | tools/development/subscribe-pm-mapper.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/development/subscribe-pm-mapper.sh b/tools/development/subscribe-pm-mapper.sh index bbc775e..1b8a532 100755 --- a/tools/development/subscribe-pm-mapper.sh +++ b/tools/development/subscribe-pm-mapper.sh @@ -1,6 +1,6 @@ #!/bin/bash # ============LICENSE_START======================================================= -# Copyright (C) 2021 NOKIA +# Copyright (C) 2021-2022 NOKIA # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,4 +18,4 @@ source ./env/containers_ip # PM Mapper subscriber on data router -curl -v -X POST -H "Content-Type:application/vnd.dmaap-dr.subscription" -H "X-DMAAP-DR-ON-BEHALF-OF:pmmapper" --data-ascii @./resources/addSubscriber.json --post301 --location-trusted -k https://localhost:8443/subscribe/1 +curl -v -X POST -H "Content-Type:application/vnd.dmaap-dr.subscription" -H "X-DMAAP-DR-ON-BEHALF-OF:pmmapper" --data-ascii @./resources/addSubscriber.json --post301 --location-trusted -k http://localhost:8080/subscribe/1 |