Commit Graph

1162 Commits

Author SHA1 Message Date
Victor Santos
b18ec00f5d chore: update installation instructions and repository links for Infisical CLI
- Removed outdated warning regarding Debian/Ubuntu releases.
- Updated installation commands to use the official Infisical repository for all platforms.
- Replaced `curl` with `wget` in Alpine installation instructions for consistency.
- Updated version links in tips to point to the GitHub releases page.
2026-02-12 14:17:56 -03:00
Saif Ur Rahman
bbf0d79b98 feat(pki): add pagerduty channel to PKI alerting and split alerting docs (#5433)
* Split PKI alerting documentation into dedicated pages for better organization

* Add PagerDuty channel for PKI alerts and use clearErrors to prevent premature validation on channel add

* Add documentation for PagerDuty alerts

* Add PagerDuty integration key screenshot to documentation

* Use RE2

* Remove masked values from logs and notification message, fix casing of accordion header, update docs with image

* Revert debugging code

* Add channelId to pagerduty and remove alertId from email
2026-02-12 19:51:53 +05:30
Sheen Capadngan
6ed5b57b41 misc: addressed feedback 2026-02-11 06:17:01 +08:00
Sheen Capadngan
088e83510a doc: updates after restructuring 2026-02-11 05:01:17 +08:00
x032205
677982102e remove SMB credential check 2026-02-10 14:25:23 -05:00
x032205
5780e051cb Merge branch 'main' into pam/windows/windows-server-resource-and-account 2026-02-10 14:20:26 -05:00
x032205
c5049b73f5 swap from WinRM to SMB for credential validation 2026-02-09 20:04:46 -05:00
IgorHorta
0c43faeaca feat(sso): support wildcard email domains for OIDC
- Add matchesAllowedEmailDomain utility with exact and *.suffix pattern support
- Update OIDC config service to use new matcher
- *.infisical matches infisical.com, br.infisical.com, team.infisical.ai, etc.
- Update frontend placeholder and API docs
- Document wildcard support in SSO docs

Closes PLATFRM-202

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 19:08:57 -03:00
x032205
0e4582200b add docs 2026-02-08 22:58:10 -05:00
Daniel Hougaard
a7c51d7a1b requested changes 2026-02-07 01:02:44 +04:00
Daniel Hougaard
c00d1bdb69 Merge branch 'main' into daniel/operator-docs-2 2026-02-06 23:29:46 +04:00
Victor Santos
df87c1f388 refactor: update Windows local account rotation logic to omit domain for local accounts and enhance documentation on rotation methods and requirements 2026-02-05 23:29:20 -03:00
Victor Santos
6601623f0c docs: clarify prerequisites and details for Windows local account rotation and SMB connection 2026-02-05 23:11:53 -03:00
Saif Ur Rahman
e03a815d84 feat(pki): add slack webhook to alerts (#5369)
* Add Slack channel support for PKI Alerts

* Update PKI alerting docs with detailed Slack notification setup steps

* Add Slack notification images and link update in PKI alerting docs
2026-02-05 18:07:33 +05:30
Daniel Hougaard
2606089f45 Update vault.mdx 2026-02-04 23:10:48 +04:00
carlosmonastyrski
24cdd80e38 Merge pull request #5285 from Infisical/feat/PKI-100
feature: add AWS load balancer PKI sync
2026-02-04 15:43:37 -03:00
Igor Horta Corrêa
0a864d537b Merge pull request #5354 from Infisical/igor/secrets-99-improve-secret-rotation-docs-clarify-single-instance-vs-dual
docs: clarify single-instance vs dual-phase rotation per provider
2026-02-04 14:46:55 -03:00
Igor Horta Corrêa
a1a7141525 Update docs/documentation/platform/secret-rotation/overview.mdx
Co-authored-by: Victor Hugo dos Santos <115753265+victorvhs017@users.noreply.github.com>
2026-02-04 13:02:55 -03:00
Igor Horta Corrêa
dc06a34bdc Update docs/documentation/platform/secret-rotation/overview.mdx
Co-authored-by: Victor Hugo dos Santos <115753265+victorvhs017@users.noreply.github.com>
2026-02-04 13:02:39 -03:00
Saif Ur Rahman
a27c6a2329 feat(pki): add webhooks to alerts (#5327)
* Add webhooks to PKI alerts

* Replace `label`'s tooltip with `tooltipText` prop

* Refactor PKI alert channel management: unify state management, enforce `https://` for webhook URLs

* Add composite index on `alertId` and `triggeredAt` in `PkiAlertHistory` table

* Preserve webhook secrets by channel id on update

* Update `TPkiAlertChannelInput` type to exclude `id` from required fields

* Fix PKI alert notification URL path and safeguard composite index creation/deletion in migrations

* Use blockLocalAndPrivateIpAddresses for SSRF, add PkiAlertRunStatus enum, move webhook types to types file, increase timeout to 7s, and document channel retry behavior

* Add scrollable container for error messages in PKI alert rows

* Enforce maximum of 10 notification channels per PKI alert, fix truncation issues with long wehbook hostnames

* Send in-app notifications to project admins on PKI alert channel failures

* Refactor PKI alert notifications: separate email and webhook logic into individual modules with retry support and reusable utilities.

* Improve error handling in PKI alert lastRun status evaluation by adding notificationError check

* Enforce minimum of 1 notification channel per PKI alert and prevent deletion of the last channel.

* Require at least one enabled notification channel for PKI alerts and improve error feedback in the form.
2026-02-04 18:08:57 +05:30
Maidul Islam
9877d2c496 Merge pull request #5359 from Infisical/igor/eng-4528-add-documentation-for-sub-orgs
docs: add sub-organizations documentation
2026-02-03 22:11:26 -05:00
Maidul Islam
c0c6f786c7 add new sub orgs doc 2026-02-03 22:01:54 -05:00
IgorHorta
2c3b0f3f72 fix: adress pr feedback 2026-02-03 23:29:44 -03:00
IgorHorta
6f5642c116 fix: removing redundant part 2026-02-03 23:27:43 -03:00
IgorHorta
8e1b5c9d21 docs: simplify sub-org diagram and fix creation workflow
- Simplify Mermaid diagram to show clean hierarchy
- Fix creation steps: Organization tab → + New Sub-Organization
- Add missing sub-org-list.png image reference

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 18:35:11 -03:00
IgorHorta
02f98de1b7 docs: add sub-organizations documentation
Add comprehensive documentation for the sub-organizations feature:

- Add Sub-Organizations section to organization.mdx with concepts,
  resource model, limitations, workflows, and Mermaid diagram
- Fix incorrect "sub-organizations" terminology in organization-structure.mdx
- Add brief sub-organizations section to organization structure guide
- Add UI screenshots for sub-org list, creation, and resource management

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 18:26:41 -03:00
Carlos Monastyrski
14984e02f0 Merge origin/main into feat/PKI-100 2026-02-03 17:39:08 -03:00
carlosmonastyrski
494f41ff92 Merge pull request #5311 from Infisical/feat/PKI-41
feature: add PKI Cloudflare Sync
2026-02-03 15:49:29 -03:00
Carlos Monastyrski
1d90831da9 Minor fix on pki syncs overview link 2026-02-03 13:54:59 -03:00
IgorHorta
eb8d01a0c2 fix: addressing pr feedback 2026-02-03 12:15:44 -03:00
IgorHorta
37b2f39c81 docs: clarify single-instance vs dual-phase rotation per provider
- Add rotation behavior section to overview with provider comparison table
- Add dual-phase callout to 12 provider docs (PostgreSQL, MySQL, MSSQL, etc.)
- Update single-instance provider docs with warning callouts (Auth0, LDAP, Unix/Linux, Windows)
- Add FAQ explaining rotation type differences

Resolves SECRETS-99

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 11:12:21 -03:00
varonix
22ea87edcb Merge pull request #5307 from Infisical/daniel/dbt-rotation
feat: dbt app connection & service token secret rotation
2026-02-03 15:27:07 +04:00
Carlos Monastyrski
4e669ac225 Address PR suggestions 2026-02-02 23:28:56 -03:00
Victor Hugo dos Santos
f8f1e42c5f Merge pull request #5316 from Infisical/devin/PLATFRM-185-1769717049-okta-oidc-guide
docs: add Okta OIDC SSO step-by-step guide
2026-02-02 23:07:31 -03:00
Victor Santos
6f997f1325 docs: update Okta OIDC configuration steps to reference step 2 instead of step 3 2026-02-02 23:02:20 -03:00
Victor Santos
79cdfb30d4 docs: update Okta OIDC guide with new DPoP setting instructions and image; refine SSO configuration steps 2026-02-02 22:57:36 -03:00
Carlos Monastyrski
1fcb7ce69f Rename PKI sync default endpoint path 2026-02-02 18:20:11 -03:00
Carlos Monastyrski
c9b253d4de Address PR comments 2026-02-02 11:51:43 -03:00
Saif Ur Rahman
0583265a78 feat(pki): add support for csr based certificate issuance from web ui (#5308)
* Add support for CSR-based certificate issuance from web UI

* Document CSR-based certificate issuance process and update related UI references

* Update CSR certificate request guide for improved clarity in request method selection

* Fix typo

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Remove CSR size limit references from CSR request guide

* Refactored schema to use discriminated union

* Update CertificateIssuanceModal to use enum for request status and enhance documentation

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-01-31 13:28:53 +05:30
Daniel Hougaard
24bfe08b9e Merge branch 'main' into daniel/dbt-rotation 2026-01-31 04:54:48 +04:00
Daniel Hougaard
d5f099b614 requested changes 2026-01-31 04:50:43 +04:00
varonix
1466147128 Update docs/documentation/platform/secret-rotation/dbt-service-token.mdx
Co-authored-by: Victor Hugo dos Santos <115753265+victorvhs017@users.noreply.github.com>
2026-01-31 03:44:25 +04:00
IgorHorta
16c39eea3c adding to api key doc 2026-01-30 18:11:38 -03:00
IgorHorta
f76ccfa8d3 docs: openrouter branding in docs (SECRETS-102) 2026-01-30 17:40:05 -03:00
Devin AI
8e3fec2a02 docs: wrap URL in backticks per Greptile suggestion
Co-Authored-By: arsh@infisical.com <arshsb1998@gmail.com>
2026-01-30 20:07:14 +00:00
Devin AI
2b1693c779 docs: add screenshots for Okta OIDC guide
Co-Authored-By: arsh@infisical.com <arshsb1998@gmail.com>
2026-01-30 20:02:40 +00:00
Tuan Dang
366495cd6a docs: make secrets management video responsive
Use intrinsic ratio technique (padding-bottom: 56.25%) to maintain 16:9
aspect ratio across all screen sizes instead of fixed dimensions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 21:41:05 -08:00
Tuan Dang
1f86a4016d increase video size 2026-01-29 19:49:08 -08:00
Tuan Dang
7c56920427 fix wording 2026-01-29 19:44:39 -08:00
Jake Hulberg
54a8f51684 Added padding above / below video 2026-01-29 21:17:44 -06:00