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

    Pinned Locked
    16
    0 Votes
    16 Posts
    2k Views
    Package UpdatesP
    [0.8.1] Update infisical to v0.165.3 Full Changelog improvement(dynamic-secrets): remove legacy provider forms by @andrewhuhh in #7932 fix: always show cross-project secret sharing in prod settings by @mathnogueira in #7931 improvement(secrets): normalize honey token v3 interactions by @andrewhuhh in #7735 feat: resolved approval ui showing uuid in list by @akhilmhdh in #7945 feat: removed plan check from the policy delete endpoint by @akhilmhdh in #7950 feat: added better logging around the tunnel closing and changed the tunnel closing order by @akhilmhdh in #7944 fix: cert dashboard and signer approval policy improvements by @carlosmonastyrski in #7880 feat(pam): account password viewing with access requests by @lb-vn in #7879 feat: add oidc auth template support for MIs by @scott-ray-wilson in #7935 feat(secret-sync): add Daytona app connection and secret sync by @lobocv in #7866
  • 3 Votes
    3 Posts
    274 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
    157 Views
    No one has replied