Cloud service

Public endpoint

Shipmate configures the services of your application to be private by default. This means that they can freely communicate with each other over a secure private network but are not accessible from the public internet. If you want to visit a service from your web browser, you can attach a public endpoint to the service, which exposes your service over a secure HTTPS connection.

Configuration as code

To configure a public endpoint in your code editor, use the following variables in the service's configuration as code file.

Example

# service: ...

public_endpoints:
  - name: web

Variables

name
required
string

The name of the public endpoint must use snake_case notation. In addition, public endpoints within a service cannot share the same name.