Versions Compared

Key

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

...

Enhancements since R1

  1. 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 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


...