Hi teams, If you are in the list below, you are exposing http endpoints and the integration team is using them in testing as of M4 for elalto. As we move away from unsecured endpoints, we want to reduce our use of them and eventually target closing them off. To that end here is the list of all the endpoints and ports we are using. Please note that we may not be using all these ports unsecured, it is hard to tell but atleast one of them is unsecured.
As for actions, if your component is able to support something with https, you can update robot._properties.py (https://gerrit.onap.org/r/gitweb?p=testsuite/oom.git;a=blob;f=resources/config/eteshare/config/robot_properties.py;h=bfe29c290a2043e830bfc125c0f7b05cb1481615;hb=refs/heads/master) or get me on rocket chat and I can do it and we can reduce one more dependency before your component removes http access. If your component does not support https, obviously that will take more work and you will have to work with seccom for those requirements but you can skip this for now. POMBA: GLOBAL_POMBA_SERVER_PROTOCOL_HTTP = "http" GLOBAL_POMBA_AAICONTEXTBUILDER_PORT = "9530" GLOBAL_POMBA_SDCCONTEXTBUILDER_PORT = "9530" GLOBAL_POMBA_NETWORKDISCCONTEXTBUILDER_PORT = "9530" GLOBAL_POMBA_SERVICEDECOMPOSITION_PORT = "9532" GLOBAL_POMBA_SDNCCXTBUILDER_PORT = "9530" GLOBAL_POMBA_NETWORKDISCOVERY_MICROSERVICE_PORT = "9531" GLOBAL_POMBA_VALIDATIONSERVICE_PORT = "9529" GLOBAL_POMBA_KIBANA_PORT = "5601" GLOBAL_POMBA_ELASTICSEARCH_PORT = "9200" GLOBAL_POMBA_CONTEXTAGGREGATOR_PORT = "9529" CLI: GLOBAL_CLI_SERVER_PROTOCOL = "http" GLOBAL_CLI_SERVER_PORT = "8080" External API: GLOBAL_NBI_SERVER_PROTOCOL = "http" GLOBAL_NBI_SERVER_PORT = "8080" Logging: GLOBAL_LOG_SERVER_PROTOCOL = "http" GLOBAL_LOG_ELASTICSEARCH_PORT = "9200" GLOBAL_LOG_LOGSTASH_PORT = "9600" GLOBAL_LOG_KIBANA_PORT = "5601" SO: GLOBAL_SO_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_APIHAND_IP_ADDR + ':' + GLOBAL_SO_APIHAND_SERVER_PORT GLOBAL_SO_APIHAND_ENDPOINT = GLOBAL_SO_ENDPOINT GLOBAL_SO_SDCHAND_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_SDCHAND_IP_ADDR + ':' + GLOBAL_SO_SDCHAND_SERVER_PORT GLOBAL_SO_BPMN_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_BPMN_IP_ADDR + ':' + GLOBAL_SO_BPMN_SERVER_PORT GLOBAL_SO_CATDB_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_CATDB_IP_ADDR + ':' + GLOBAL_SO_CATDB_SERVER_PORT GLOBAL_SO_OPENSTACK_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_OPENSTACK_IP_ADDR + ':' + GLOBAL_SO_OPENSTACK_SERVER_PORT GLOBAL_SO_REQDB_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_REQDB_IP_ADDR + ':' + GLOBAL_SO_REQDB_SERVER_PORT GLOBAL_SO_SDNC_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_SDNC_IP_ADDR + ':' + GLOBAL_SO_SDNC_SERVER_PORT GLOBAL_SO_VFC_ENDPOINT = 'http://' + GLOBAL_INJECTED_SO_VFC_IP_ADDR + ':' + GLOBAL_SO_VFC_SERVER_PORT SDNC/CCSDK: GLOBAL_SDNC_SERVER_PROTOCOL = "http" GLOBAL_SDNC_REST_PORT = "8282" GLOBAL_SDNC_ADMIN_PORT = "8843" GLOBAL_CCSDK_CDS_SERVER_PROTOCOL = "http" GLOBAL_CCSDK_CDS_HEALTH_SERVER_PORT = "8080" DCAE: GLOBAL_DCAE_SERVER_PROTOCOL = "http" GLOBAL_DCAE_HEALTH_SERVER_PORT = "80" GLOBAL_DCAE_HVVES_SERVER_PORT = "6061" GLOBAL_DCAE_VES_PROTOCOL = "http" GLOBAL_DCAE_VES_SERVER_PORT = "8080" DMAAP: GLOBAL_DMAAP_DR_PROV_SERVER_PROTOCOL = "http" GLOBAL_DMAAP_DR_PROV_SERVER_PORT = "8080" GLOBAL_DMAAP_DR_NODE_SERVER_PROTOCOL = "http" GLOBAL_DMAAP_DR_NODE_SERVER_PORT = "8080" GLOBAL_MR_SERVER_PROTOCOL = "http" GLOBAL_MR_SERVER_PORT = "3904" MSB: GLOBAL_MSB_SERVER_PROTOCOL = "http" GLOBAL_MSB_SERVER_PORT = "80" MUSIC: GLOBAL_MUSIC_SERVER_PROTOCOL = "http" GLOBAL_MUSIC_SERVER_PORT = "8080" Portal: GLOBAL_PORTAL_SERVER_PROTOCOL = "http" GLOBAL_PORTAL_SERVER_PORT = "8989" VNFSDK: GLOBAL_VNFSDK_SERVER_PROTOCOL = "http" GLOBAL_VNFSDK_SERVER_PORT = "8702" Thanks, Daniel Rose ECOMP / ONAP com.att.ecomp 732-420-7308 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18894): https://lists.onap.org/g/onap-discuss/message/18894 Mute This Topic: https://lists.onap.org/mt/34096227/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
