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 29 Posts
  • Infisical - Package Updates

    Pinned Locked
    23
    0 Votes
    23 Posts
    2k Views
    Package UpdatesP
    [0.8.8] Update infisical to v0.165.12 Full Changelog feat(pam): restore Oracle Database account support by @carlosmonastyrski in #8035 fix(cert-management): fix dupe member issue by @lb-vn in #8147 fix: oracle cli version by @carlosmonastyrski in #8152 fix: point MFA and Google SSO enforcement upgrade gates at the Advanced plan by @Thiago-AS in #8156 fix(project-roles): unblock duplicating the built-in Admin role by @claude in #8157 feat: add PostHog trial events for cloud billing trials by @0xArshdeep in #8145 fix(identity-gcp-auth): enforce GCE project and zone restrictions by @victorvhs017 in #8148 feat: support AWS US ISO and ISOB regions for external KMS by @Thiago-AS in #8170 feat(pki): certificate audit log details by @bernie-g in #8117 fix: enforce privilege boundary on auth method changes on legacy system by @Thiago-AS in #8061
  • 3 Votes
    3 Posts
    314 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
    203 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
    166 Views
    No one has replied