Skip to main content

Library to bootstrap WSGI/ASGI application for Gramine

Project description

MicroService Encryption Lib SGX

Overview

MSE lib SGX bootstraps the execution of an encrypted ASGI/WSGI Python web application for Gramine.

The library is responsible for:

  • Configuring the SSL certificates with either:
    • RA-TLS, a self-signed certificate including the Intel SGX quote in an X.509 v3 extension
    • Custom, the private key and full keychain is provided by the application owner
    • No SSL, the secure channel may be managed elsewhere by an SSL proxy
  • Decrypting Python modules encrypted with XSala20-Poly1305 AE
  • Running the ASGI/WSGI Python web application with hypercorn

Technical details

The flow to run an encrypted Python web application is the following:

  1. A first self-signed HTTPS server using RA-TLS is launched waiting to receive a JSON payload with:
    • UUID, a unique application identifier provided to mse-bootstrap as an argument
    • the decryption key of the code
    • Optionally the private key corresponding to the certificate provided to mse-bootstrap (for Custom certificate)
  2. If the UUID and decryption key are the expected one, the configuration server is stopped, the code is decrypted and finally run as a new server

Installation

$ pip install mse-lib-sgx

Usage

$ mse-bootstrap --help
usage: mse-bootstrap [-h] [--host HOST] [--port PORT] [--subject SUBJECT] [--san SAN] --app-dir APP_DIR --id ID [--plaincode]
                     [--timeout TIMEOUT] [--version] [--debug]
                     (--ratls EXPIRATION_DATE | --no-ssl | --certificate CERTIFICATE_PATH)
                     application

Bootstrap ASGI/WSGI Python web application for Gramine

positional arguments:
  application           ASGI application path (as module:app)

optional arguments:
  -h, --help            show this help message and exit
  --host HOST           hostname of the server
  --port PORT           port of the server
  --subject SUBJECT     Subject as RFC 4514 string for the RA-TLS certificate
  --san SAN             Subject Alternative Name in the RA-TLS certificate
  --app-dir APP_DIR     path of the python web application
  --id ID               identifier of the application as UUID in RFC 4122
  --plaincode           unencrypted python web application
  --timeout TIMEOUT     seconds before closing the configuration server
  --version             show program's version number and exit
  --debug               debug mode with more logging
  --ratls EXPIRATION_DATE
                        generate a self-signed certificate for RA-TLS with a specific expiration date (Unix time)
  --no-ssl              use HTTP without SSL
  --certificate CERTIFICATE_PATH
                        custom certificate used for the SSL connection, private key must be sent through the configuration server

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mse-lib-sgx-2.3.0a4.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

mse_lib_sgx-2.3.0a4-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

Details for the file mse-lib-sgx-2.3.0a4.tar.gz.

File metadata

  • Download URL: mse-lib-sgx-2.3.0a4.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for mse-lib-sgx-2.3.0a4.tar.gz
Algorithm Hash digest
SHA256 d899656ed47aa3ac294563cd32cd5f122fd1de8917ad22c1096b00c4e2d5caaf
MD5 3ef2a89d2fe76192144b72a12712c882
BLAKE2b-256 7e155ab4b0c23b0c364a83060d582711f55bdbbcdc8bd64d2baf5781acffa7a6

See more details on using hashes here.

File details

Details for the file mse_lib_sgx-2.3.0a4-py3-none-any.whl.

File metadata

File hashes

Hashes for mse_lib_sgx-2.3.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 774fd9037bda46c5d308acfb29a595543c18026687b0ec40eed0c38041105b1b
MD5 f512c094e359f23bfd142684ccdbd5eb
BLAKE2b-256 007d1c2b71ea83360ecbf385e63e1e86b95396ef323533b88e4c57120aa02ad2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page