Graphlit Platform
Developer PortalChangelogPlatform StatusMore InformationJoin Discord
  • Graphlit Platform
    • What is Graphlit?
    • Key Concepts
  • Getting Started
    • Sign up for Graphlit
    • Create Graphlit Project
    • For Python Developers
    • For Node.js Developers
    • For .NET Developers
  • 🚀Quickstart
    • Next.js applications
      • GitHub Code
    • Python applications
      • GitHub Code
  • Graphlit Data API
    • API Usage
      • API Endpoints
      • API Authentication
      • API Explorer
      • GraphQL 101
    • API Reference
      • Content
        • Ingest With Workflow
        • Ingest File
        • Ingest Encoded File
        • Ingest Web Page
        • Ingest Text
        • Semantic Search
          • Query All Content
          • Query Facets
          • Query By Name
          • Filter By Contents
        • Metadata Filtering
          • Filter By Observations
          • Filter By Feeds
          • Filter By Collections
          • Filter By Content Type
          • Filter By File Type
          • Filter By File Size Range
          • Filter By Date Range
        • Summarize Contents
        • Extract Contents
        • Publish Contents
      • Knowledge Graph
        • Labels
        • Categories
        • Persons
        • Organizations
        • Places
        • Events
        • Products
        • Repos
        • Software
      • Collections
      • Feeds
        • Create Feed With Workflow
        • Create RSS Feed
        • Create Podcast Feed
        • Create Web Feed
        • Create Web Search Feed
        • Create Reddit Feed
        • Create Notion Feed
        • Create YouTube Feed
        • User Storage Feeds
          • Create OneDrive Feed
          • Create Google Drive Feed
          • Create SharePoint Feed
        • Cloud Storage Feeds
          • Create Amazon S3 Feed
          • Create Azure Blob Feed
          • Create Azure File Feed
          • Create Google Blob Feed
        • Messaging Feeds
          • Create Slack Feed
          • Create Microsoft Teams Feed
          • Create Discord Feed
        • Email Feeds
          • Create Google Mail Feed
          • Create Microsoft Outlook Feed
        • Issue Feeds
          • Create Linear Feed
          • Create Jira Feed
          • Create GitHub Issues Feed
        • Configuration Options
      • Workflows
        • Ingestion
        • Indexing
        • Preparation
        • Extraction
        • Enrichment
        • Actions
      • Conversations
      • Specifications
        • Azure OpenAI
        • OpenAI
        • Anthropic
        • Mistral
        • Groq
        • Deepseek
        • Replicate
        • Configuration Options
      • Alerts
        • Create Slack Audio Alert
        • Create Slack Text Alert
      • Projects
    • API Changelog
    • Multi-tenant Applications
  • JSON Mode
    • Overview
    • Document JSON
    • Transcript JSON
  • Content Types
    • Files
      • Documents
      • Audio
      • Video
      • Images
      • Animations
      • Data
      • Emails
      • Code
      • Packages
      • Other
    • Web Pages
    • Text
    • Posts
    • Messages
    • Emails
    • Issues
  • Data Sources
    • Feeds
  • Platform
    • Developer Portal
      • Projects
    • Cloud Platform
      • Security
      • Subprocessors
  • Resources
    • Community
Powered by GitBook
On this page
  • Encrypted Blob Storage with Azure
  • HTTPS (Secure Communication)
  • Cloud Service Best Practices
  • Updates

Was this helpful?

  1. Platform
  2. Cloud Platform

Security

Last updated 1 year ago

Was this helpful?

At Graphlit, we prioritize the security and protection of our customers' data. We employ robust security measures, including the use of Azure for encrypted blob storage, HTTPS, and best practices in cloud service management. This page provides an overview of our security practices.

Encrypted Blob Storage with Azure

We utilize Azure's encrypted blob storage for storing customer data. The following security measures are implemented:

  • Data Encryption: All customer data stored in Azure is encrypted at rest using industry-standard encryption algorithms, safeguarding it from unauthorized access.

  • Encryption in Transit: When transferring data to and from Azure, we ensure the use of secure communication channels, employing encryption protocols such as HTTPS to protect data during transit.

For more information about Azure's security practices, please refer to .

HTTPS (Secure Communication)

To ensure the secure transmission of data between our customers and our SaaS software, we enforce the use of HTTPS (Hypertext Transfer Protocol Secure) throughout our platform. HTTPS provides the following security benefits:

  • Data Encryption: HTTPS encrypts data during transit, preventing unauthorized interception or tampering.

  • Data Integrity: It ensures that data remains intact and unaltered during transmission.

  • Identity Verification: HTTPS verifies the authenticity of our website, establishing trust between our customers and our platform.

Cloud Service Best Practices

In addition to leveraging Azure's security features, we adhere to the following best practices for managing our cloud services:

  • Access Controls: We implement role-based access controls (RBAC) to limit access to sensitive resources. Only authorized personnel have the necessary permissions to manage and access customer data.

  • Regular Audits: We conduct regular security audits and vulnerability assessments to identify and address any potential security risks promptly.

  • Data Backups: We regularly back up customer data to prevent data loss and facilitate disaster recovery.

Updates

We are committed to continuously improving our security practices and staying up to date with evolving threats. We may update our security measures as needed to address emerging risks and challenges. We will make reasonable efforts to keep our customers informed of any significant changes.

If you have any questions or concerns regarding our security practices, please contact our .

Microsoft's Azure Security documentation
Security Team