Updated on 2025-02-28 GMT+08:00

Data Protection

To prevent your data, such as function metadata, from being obtained by unauthorized or unauthenticated entities or individuals, FunctionGraph encrypts the data for transmission.

  • When creating or updating a function, you can upload new code through an OBS URL or a code package. FunctionGraph uses an isolated account to store code. When initializing function instances, FunctionGraph uses a temporary download link to import the code into the execution environment, applying virtualization to ensure that instances can only access their own code.
  • Function metadata and code are encrypted using AES256 for storage, and are encrypted using TLS 1.2 or later for transmission.
  • All API requests and internal communications are encrypted using TLS 1.2 or later.