[
	{
        "id": "passbolt",
        "name": "Passbolt",
        "logo": "/assets/logo_passbolt.svg",
        "description": "Open source password & secret management. Any business, any size.",
        "website": "https://www.passbolt.com/",
        "tags": ["Open Source", "Free", "Business", "Enterprise", "Web-Based", "Linux", "Windows", "Mobile", "Docker"],
        "sponsor": "silver",
        "sponsor_primary": true,
        "details": {
            "sections": [
                {
                    "title": "About Passbolt",
                    "content": "Passbolt is a hybrid credential platform. The all-in-one solution for all types of credentials and built for secure collaboration. Passbolt is versatile and can be self-hosted or cloud-hosted. Built for modern tech teams, trusted by mission-critical organisations, usable by everyone."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Granular access rights (RBAC): Administrators can define precise permissions at the password or resource level, enabling just-in-time access, principle-of-least-privilege, and instant revocation when users leave the organization.",
                        "Secure multi-factor authentication (MFA): Login requires a passphrase and private key, plus optional MFA via Yubikey, TOTP, or Duo.",
                        "Cross-platform support: Available as a web app, desktop app (Windows, macOS, Linux), and mobile apps (iOS, Android) with biometric login, form autofill, and offline access.",
                        "Auditability and compliance: Passbolt is 100% open source, regularly audited by third parties like Cure53, and compliant with SOC 2 Type II standards.  Full audit trails and compliance-ready reporting are available."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Passbolt install MariaDB as the default database management system, as detailed in the installation guides. After the package is installed, the setup wizard will assist in configuring the MariaDB database. When using Docker, passbolt is pre-configured with a MariaDB container, meaning no additional database configuration is required in this setup."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://www.passbolt.com/" },
                { "label": "GitHub", "url": "https://github.com/passbolt/passbolt_api" },
                { "label": "Download", "url": "https://www.passbolt.com/downloads" },
                { "label": "Documentation", "url": "https://www.passbolt.com/docs/" },
                { "label": "Sponsorship Renewal", "url": "https://mariadb.org/passbolt-renews-its-support-for-mariadb-foundation/" }
            ]
        }
    },
    {
        "id": "hashicorp-vault",
        "name": "Hashicorp Vault",
        "logo": "/assets/logo_hashicorp_vault.svg",
        "description": "Identity-based secrets management platform for securely storing and controlling access to credentials, certificates, and encryption keys.",
        "website": "https://developer.hashicorp.com/vault",
        "tags": ["Open Source", "Free", "Business", "Enterprise", "Linux", "Windows", "macOS", "Docker"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About Hashicorp Vault",
                    "content": "HashiCorp Vault is a secrets management platform that secures, stores, and tightly controls access to tokens, passwords, certificates, and encryption keys. Rather than storing static credentials, Vault can dynamically generate short-lived credentials on demand, reducing the risk of credential exposure and simplifying access management across infrastructure."
                },
                {
                    "title": "Key Features",
                    "content": [
                         "Dynamic Secrets: Generates on-demand, short-lived credentials for databases, cloud providers, and other systems, with automatic revocation after expiration.",
                        "Database Secrets Engine: Manages the full lifecycle of database credentials through pre-configured roles, eliminating the need for static passwords.",
                        "Transit Secrets Engine: Provides encryption-as-a-service for data in transit without requiring applications to manage their own encryption keys.",
                        "Identity-Based Access: Unified ACL system for managing access policies across multiple cloud providers and services."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "Vault includes a dedicated MySQL/MariaDB database secrets engine that dynamically generates database credentials based on configured roles. The engine supports root credential rotation, dynamic and static roles, username customization, and X.509 certificate authentication. Four plugin variants are available to accommodate different driver and username length requirements, including support for Aurora, RDS, and Google Cloud SQL with IAM authentication."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://developer.hashicorp.com/vault" },
                { "label": "GitHub", "url": "https://github.com/hashicorp/vault" },
                { "label": "Download", "url": "https://developer.hashicorp.com/vault/install" },
                { "label": "Documentation", "url": "https://developer.hashicorp.com/vault/docs" }
            ]
        }
    },
    {
        "id": "openbao",
        "name": "OpenBao",
        "logo": "/assets/logo_openbao.svg",
        "description": "Open source, community-driven secrets management fork of Vault, managed by the Linux Foundation.",
        "website": "https://openbao.org/",
        "tags": ["Open Source", "Free", "Linux", "Windows", "macOS", "Docker"],
        "sponsor": false,
        "details": {
            "sections": [
                {
                    "title": "About OpenBao",
                    "content": "OpenBao provides software for managing, storing, and distributing sensitive information including secrets, certificates, and encryption keys. Operating under open governance and an OSI-approved open-source license, OpenBao offers a fully open alternative for organisations seeking secrets management without proprietary licensing constraints."
                },
                {
                    "title": "Key Features",
                    "content": [
                        "Dynamic Credentials: Generates on-demand secrets for databases and other systems, with automatic revocation after lease expiration.",
                        "Secure Storage: Encrypts all secrets before persistent storage to protect against unauthorized access.",
                        "Encryption Services: Centralised key management for encrypting data across clouds and datacenters.",
                        "Lease and Revocation Management: Associates expiration dates with all secrets and supports revoking individual secrets or entire secret trees."
                    ]
                },
                {
                    "title": "MariaDB Support",
                    "content": "OpenBao includes a MySQL/MariaDB database secrets engine that dynamically generates database credentials based on configured roles. The engine supports root credential rotation, dynamic and static roles, username customization, and X.509 certificate authentication. Four plugin variants are available to accommodate different MySQL driver and username length requirements. As a fully open-source fork, OpenBao's MariaDB integration benefits from community-driven development under the Linux Foundation."
                }
            ],
            "links": [
                { "label": "Official Website", "url": "https://openbao.org/" },
                { "label": "GitHub", "url": "https://github.com/openbao/openbao" },
                { "label": "Download", "url": "https://openbao.org/downloads/" },
                { "label": "Documentation", "url": "https://openbao.org/docs/" }
            ]
        }
    }
]
