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

    Pinned Locked
    17
    0 Votes
    17 Posts
    2k Views
    Package UpdatesP
    [0.8.2] Update infisical to v0.165.6 Full Changelog Auto-refresh scan runs and installations while a scan is running (#7964) Fix Unix rotation prompt fragmentation (#7976) Prevent inheriting existing login browser organization when using CLI login (#7993) feat: added support to send region to license server by @akhilmhdh in #7975 fix: dont inherit exisitng login browser org when using cli login by @scott-ray-wilson in #7993 improvement(secret-syncs): rename disable secret deletion copy by @claude in #7948 fix(frontend): use text-muted for v3 textarea and command placeholders by @claude in #7962 fix: bound membership removal and role changes by the target's privileges for legacy system by @Thiago-AS in #7916 improvement(ui): migrate project upgrade gate to v3 by @andrewhuhh in #7954
  • 3 Votes
    3 Posts
    277 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
    182 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
    158 Views
    No one has replied