v0.162.17
Infisical/infisicalv0.162.17Aug 7, 2026by saifsmailbox98
AI Summary
This update introduces Redis support for PAM, enables issuing CA certificates from AWS Private CA, and brings UI refinements such as dark mode and organizational selection page improvements.
Key Highlights
- PAM Redis account type and web access
- PKI support for AWS Private CA
- UI dark mode and improved organization selection
- Fix for recovery email logic and identity alert deletion
New Features
- Fill account fields from a pasted connection string
- Redis account type
- Redis web access
- Support issuing CA certificates from AWS Private CA
- Removed deprecation banner for self serve customers
- Add extraArgs to gateway helm chart
Full Release Notes
## What's Changed * feat(pam): fill account fields from a pasted connection string by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7504 * fix: delete alerts when deleting identity by @Thiago-AS in https://github.com/Infisical/infisical/pull/7507 * docs(style): add dark mode by @adkah in https://github.com/Infisical/infisical/pull/7508 * improvement: re-vamp org selection page by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7521 * docs(style): fix icon color on card components by @adkah in https://github.com/Infisical/infisical/pull/7528 * fix(ui): remove text balancing from dialog headers by @andrewhuhh in https://github.com/Infisical/infisical/pull/7533 * fix: send recovery email to user.email instead of username by @Thiago-AS in https://github.com/Infisical/infisical/pull/7537 * docs(secrets-mgmt): audit quickstart by @adkah in https://github.com/Infisical/infisical/pull/7531 * improvement: revise access restricted display by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7534 * feat(pam): redis account type by @x032205 in https://github.com/Infisical/infisical/pull/7447 * feat(pam): redis web access by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7510 * docs(assistant): hide floating bubble by @adkah in https://github.com/Infisical/infisical/pull/7551 * docs(config): add contextual options by @adkah in https://github.com/Infisical/infisical/pull/7552 * improvement: truncate org name on invite and display disabled email field by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7547 * docs: fix broken links by @adkah in https://github.com/Infisical/infisical/pull/7553 * improvement: update the access restricted banner to v3 components by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7548 * fix: fix glob pattern test popover and update docs so glob match is clearer by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7558 * docs(claude): add code comments house style to root CLAUDE.md by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7559 * feat: removed deprecation banner for self serve customers by @akhilmhdh in https://github.com/Infisical/infisical/pull/7561 * improvement: revise identity alert ui by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7532 * feat(pki): support issuing CA certificates from AWS Private CA by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7543 * fix(secret-folder): false secret-approval-policy error when moving folders (drop implied folder-read gate) by @claude[bot] in https://github.com/Infisical/infisical/pull/7556 * fix(api): validate certificate id params as UUIDs in cert-manager certificate routes by @bernie-g in https://github.com/Infisical/infisical/pull/7562 * feat: add extraArgs to gateway helm chart by @bernie-g in https://github.com/Infisical/infisical/pull/7544 * fix: avoid interval overflow for expire alerts by @Thiago-AS in https://github.com/Infisical/infisical/pull/7567 * fix: correct project highlight when projects share name by @scott-ray-wilson in https://github.com/Infisical/infisical/pull/7576 * fix(dialog): constrain modal content height by @andrewhuhh in https://github.com/Infisical/infisical/pull/7545 * fix: move gcp sync regions to an advanced accordion by @mathnogueira in https://github.com/Infisical/infisical/pull/7560 * improvement(pki): show disabled certificate profiles for API enrollment by @saifsmailbox98 in https://github.com/Infisical/infisical/pull/7535 ## New Contributors * @adkah made their first contribution in https://github.com/Infisical/infisical/pull/7508 **Full Changelog**: https://github.com/Infisical/infisical/compare/v0.162.16...v0.162.17