Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 535 Bytes

File metadata and controls

28 lines (18 loc) · 535 Bytes

FastAPI: Helloworld

Basic example of an mse application working with a self-signed certificate on a fully zero trust environment and containing:

  • A simple helloworld fastAPI application
  • The mse app config file

Deploy your application

$ mse cloud deploy 

Your application is now ready to be used

Use it

You can get the certificate and check it using:

$ mse cloud verify "$APP_DOMAIN_NAME"

You can now query the microservice:

$ curl https://$APP_DOMAIN_NAME/ --cacert cert.pem