v0.154.1
Infisical/infisicalv0.154.1Nov 27, 2025by gupta-piyush19
AI Summary
Adds SSH PAM support, improves PKI sync capabilities with AWS Secret Manager, and fixes routing issues for sub-organizations.
Key Highlights
- SSH PAM (Pluggable Authentication Module) support
- AWS Secret Manager PKI sync feature
- GET endpoint for single auth token by ID
- Self-signed certificates support added
- Server-side filtering, search, and pagination for PAM
New Features
- SSH PAM support
- AWS Secret Manager PKI Sync
- GET endpoint for single auth token by ID
- Self-sign certs support
Full Release Notes
## What's Changed * improvement: add invite members link to nav bar to improve discovery by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/4888 * fix: product settings styling improvements by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4893 * feat: ssh pam by @sheensantoscapadngan in https://github.com/Infisical/infisical/pull/4860 * docs: refactor api endpoints nav into more organized groups by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/4891 * pam: server-side filter, search, pagination by @x032205 in https://github.com/Infisical/infisical/pull/4831 * Fix refresh issues on PKI Inventory table by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4885 * Remove secretName from AWSSecretsManager SECRET_SYNC_SKIP_FIELDS_MAP by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4898 * chore: add LDAP authentication example and parameters to .NET SDK docs by @victorvhs017 in https://github.com/Infisical/infisical/pull/4902 * [ENG-3611] docs: vercel secret sync info by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4907 * chore: add JWT, LDAP, and OCI authentication examples to Go SDK documentation by @victorvhs017 in https://github.com/Infisical/infisical/pull/4906 * Add AWS secret manager PKI Sync by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4910 * [ENG-4142] feat: adds GET endpoint for single auth token by ID by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4858 * pam: allow account credentials to be fetched more than once by @x032205 in https://github.com/Infisical/infisical/pull/4905 * [ENG-4019] chore: unify license key env variables by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4868 * Move nock to dev deps and include the route only for dev/test builds by @fangpenlin in https://github.com/Infisical/infisical/pull/4874 * [PKI-53] Workaround for cert manager ACME bug by @fangpenlin in https://github.com/Infisical/infisical/pull/4895 * [ENG-4199] feat: adds group projects table by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4914 * Add Chef PKI sync by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4897 * [ENG-4178] chore: removes `shouldCheckSecretPermission` column by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4909 * swap all instances of --relay with --target-relay-name by @x032205 in https://github.com/Infisical/infisical/pull/4908 * fix: resolved duplicate membership in identity by @akhilmhdh in https://github.com/Infisical/infisical/pull/4918 * [ENG-4124] fix: fixed routing for sub-orgs by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4904 * [PKI-51] Internal CA do not require CN when issuing cert by @fangpenlin in https://github.com/Infisical/infisical/pull/4920 * add --domain flag to access modal by @x032205 in https://github.com/Infisical/infisical/pull/4922 * style: info color and documentation link badge adjustments by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/4923 * Add self-sign certs support by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4925 * feat: added spa cache control by @akhilmhdh in https://github.com/Infisical/infisical/pull/4927 * Small UI changes on identities UI by @carlosmonastyrski in https://github.com/Infisical/infisical/pull/4929 * Documentation for Issuing Self-Signed Certificates by @dangtony98 in https://github.com/Infisical/infisical/pull/4930 * fix: minor bugs in project role access tree by @gupta-piyush19 in https://github.com/Infisical/infisical/pull/4931 * chore: better k8s auth error logging by @varonix0 in https://github.com/Infisical/infisical/pull/4933 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.154.0...v0.154.1