Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Infisical

4 Topics 27 Posts
  • Infisical - Package Updates

    Pinned Locked
    21
    0 Votes
    21 Posts
    2k Views
    Package UpdatesP
    [0.8.6] Update infisical to v0.165.10 Full Changelog fix(group-service): block sub-org membership changes on parent-owned groups by @victorvhs017 in #8030 fix(pki): issue only policy-validated subject and SAN values by @carlosmonastyrski in #8056 fix(pam): atomic recording secret mint by @bernie-g in #8043 feat: validation rule api revamp by @varonix0 in #8046 fix(announcements): stabilize modal height and image loading by @andrewhuhh in #8042 feat(pki): manage imported certificates by attaching a certificate profile by @carlosmonastyrski in #7961 feat(vault-migration): add support for folder creation by @adilsitos in #7928
  • 3 Votes
    3 Posts
    305 Views
    L
    @robi Short answer: no, not in the sense you mean. Infisical has no third-party extension mechanism. There is no equivalent of vault plugin register, no external plugin binaries, no stable interface for adding auth methods or secrets engines. The backend/src/server/plugins/ directory is just Fastify's internal module convention, and the Backstage / Airflow / varlock "Infisical plugins" you may run across are plugins for those systems that consume Infisical's API. Nothing extends the server itself. LDAP is also about the worst candidate for a community implementation, because of where it lives: backend/src/ee/services/ldap-config/, alongside the SAML and OIDC SSO services. Everything under ee/ is proprietary-licensed rather than MIT, and the self-hosted terms say Infisical retains rights over modifications and patches to it. You could write a clean-room LDAP auth method in the MIT half instead, which sidesteps the licence question, but it would never be merged upstream since it competes directly with the paid feature. That means maintaining a permanent fork of a codebase shipping several releases a month, and on Cloudron, building and tracking your own image forever. Worth separating two things though. What is gated is human SSO. Machine identity auth including OIDC is on the free tier, per the feature table in my first post, so machines can already federate against Keycloak or similar without a licence. It is only admin login to the Infisical UI that needs LDAP/SAML/OIDC. If you want a genuine plugin system with no open core, OpenBao is the honest answer: MPL 2.0, Linux Foundation governance, external plugin binaries in a separate repo, with LDAP auth, the SSH CA and dynamic secrets all included free. Not something you bolt onto Infisical, an alternative to it. We are currently packaging OpenBao for Cloudron and will hopefully make it available as a community application later.
  • 3 Votes
    2 Posts
    192 Views
    L
    We just had our first update to Infisical v0.162.14. All went well. Thank you for packaging this for Cloudron!
  • How is Infisical?

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied