Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Enhancement from R1

  1. Providing Provides HTTPS endpoint at MSB API gateway
    Now the client can either send an HTTP request to 80(VM)/30081(k8s) or an HTTPS request to 443(VM)/30443(k8s) of MSB Internal API gateway to access the services.
    Jira
    serverONAP JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyMSB-140
  2. MSB JAVA SDK Supports supports HTTPS service registration
    HTTPS  service registration is supported by REST API, kube2msb and MSB Java SDK now.
    Jira
    serverONAP JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyMSB-152
  3. Support websocket service
    MSB API gateway can proxy websocket service now. 
    Service registration is the same as normal REST service.
    Client sends a websocket request to API gateway, API gateway handles the service discovery and load balacing, then the client gets the push notification.
    Jira
    serverONAP JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyMSB-156


S3P Updates

  1. Security
    1. CII Badge

      Badge level for project 1601 is passing

    2. SONAR code coverage.  Reach or surpass the 50% goal on all repos.
    3. Nexus IQ scans: 
      1. All critical license issues are cleared
      2. Most of the critical security issues are cleared.  The left one is Remote Code Execution (RCE) introduced by the jackson-bind, which is an indirect dependency of some fundamental 3-party libraries such as dropwizard, Hibernate and swagger. We are still looking for possible solution or mitigation.
    4. Provides HTTPS endpoint at MSB API gateway to provide encrypted communication
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-140
  2. Scalability and Resiliency
    1. Reach out to help ONAP projects to integrate with MSB
    2. Create a wiki page to track the integration progress:  MSB Integration Status
    3. Deploy multiple API Gateway and discovery instances inside MSB.
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-117
  3. Performance and stability
    1. Plan to define performance metrics and set up a baseline
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-116
  4. Manageability
    1. Plan to integrate with logging enhancement project to provide central Logging
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keyMSB-145
    2. Provide a portal to manage the registered services
    3. Integrate swagger UIs with MSB portal, the user can browse the REST API definition of all registered services  

...