Commit Graph

6070 Commits

Author SHA1 Message Date
x032205
77061dad7d PAM: add more resource type previews 2025-11-12 11:27:05 -05:00
Victor Hugo dos Santos
667e2a08d5 Merge pull request #4804 from Infisical/feature/secret-reference-shortcut
feature: secret reference shortcut
2025-11-12 09:53:20 -03:00
x032205
c63480a4d4 pam: mcp resource type preview 2025-11-11 23:15:16 -05:00
carlosmonastyrski
4d6876b774 Merge pull request #4846 from Infisical/PKI-9
PKI: add support to export certs in PKCS12 format
2025-11-11 13:58:53 -03:00
Victor Santos
619846983d Enhance filter state management in InfisicalSecretInput by adding a tags property to the search state, improving flexibility for future filtering options. 2025-11-11 09:23:23 -03:00
BlackMagiq
6e622c8f8c Merge pull request #4841 from Infisical/pki-alerting-v2-docs
Update Documentation for Certificate Alerting
2025-11-10 20:42:08 -05:00
Carlos Monastyrski
ff07bb643a Address greptile comments 2025-11-10 22:15:16 -03:00
Carlos Monastyrski
76645ccd23 PKI: add support to export certs in PKCS12 format 2025-11-10 18:39:51 -03:00
Victor Santos
7b91e7192c Refactor secret path handling in InfisicalSecretInput to use folderPath directly, enhancing clarity in permission validation logic. 2025-11-10 16:43:06 -03:00
Andre
821ab27273 Merge pull request #4818 from Infisical/PLATFRM-4
make --relay flag optional & add sudo to gateway start examples
2025-11-10 14:16:01 -05:00
Victor Santos
f16bc7df7e Refactor filter state management in SecretDashboardPage to improve clarity and maintainability. Introduced a new function to derive filter state from query parameters and streamlined filter reset logic. 2025-11-10 15:57:58 -03:00
Victor Santos
2083e9102f Refactor secret permission validation in InfisicalSecretInput and improve tooltip styling in CreateSecretForm components 2025-11-10 14:50:57 -03:00
Victor Santos
7c4e3bf698 Merge branch 'main' into feature/secret-reference-shortcut 2025-11-10 14:20:23 -03:00
x032205
4e1f94c94a Merge branch 'main' into ENG-4111 2025-11-10 09:25:15 -05:00
Sheen Capadngan
a336cfa0c5 misc: updated certificates v3 endpoint to be under /pki 2025-11-10 21:44:25 +08:00
Sheen Capadngan
eb2553270b misc: added audit logs 2025-11-10 21:23:02 +08:00
Tuan Dang
5e40f9a254 Run linter 2025-11-09 21:58:47 -05:00
Tuan Dang
788bb36d78 Add docs for cert alerting, update README 2025-11-09 21:46:57 -05:00
x032205
7838c27915 fix reviewed time & lint 2025-11-08 00:28:03 -05:00
Daniel Hougaard
eb797943b9 Merge pull request #4820 from Infisical/daniel/cert-auth
feat(app-connections/azure-client-secrets): certificate auth
2025-11-08 04:42:54 +04:00
Carlos Monastyrski
9487d39971 Merge remote-tracking branch 'origin/main' into feat/pki-alerting 2025-11-07 16:43:14 -03:00
Fang-Pen Lin
91c85b33d5 Fix icon mis-aligment 2025-11-07 10:41:25 -08:00
Fang-Pen Lin
198f9558c8 Rename UI name 2025-11-07 10:07:12 -08:00
Fang-Pen Lin
d7274e7e63 Show copy button again 2025-11-07 09:44:43 -08:00
Fang-Pen Lin
eebf62f30c Fix linter 2025-11-07 09:21:14 -08:00
Fang-Pen Lin
7faac62c8a Fix linter errors 2025-11-07 09:21:03 -08:00
Fang-Pen Lin
69381fa6dd Add missing stuff for ui 2025-11-07 09:21:02 -08:00
Fang-Pen Lin
3ac3f44f1a Fix UI 2025-11-07 09:21:01 -08:00
Fang-Pen Lin
4b0f7a80d7 Add more missing stuff 2025-11-07 09:21:00 -08:00
Fang-Pen Lin
dd30028c5d Add missing acme stuff 2025-11-07 09:20:59 -08:00
Fang-Pen Lin
c38985a533 Wrong feature flag 2025-11-07 09:20:58 -08:00
Fang-Pen Lin
18c13317ae Add feature flag for frontend 2025-11-07 09:20:57 -08:00
Fang-Pen Lin
e8eb238744 Put acme behind the flag 2025-11-07 09:20:56 -08:00
Fang-Pen Lin
8a8f683c4d Hide fixme from user 2025-11-07 09:20:53 -08:00
Fang-Pen Lin
b5a555fee5 Expose directory url 2025-11-07 09:20:23 -08:00
Fang-Pen Lin
c928b6abf7 ui 2025-11-07 09:20:21 -08:00
Fang-Pen Lin
01a2871a6e UI adjustment 2025-11-07 09:20:20 -08:00
Fang-Pen Lin
f2fa429458 Improve UI 2025-11-07 09:20:19 -08:00
Fang-Pen Lin
ab47ef9e6e Reveal 2025-11-07 09:20:18 -08:00
Fang-Pen Lin
59ce408ec1 Reveal 2025-11-07 09:20:17 -08:00
Fang-Pen Lin
2d8126c011 Add more missing ACME stuff
# Conflicts:
#	frontend/src/pages/cert-manager/PoliciesPage/components/CertificateProfilesTab/ProfileRow.tsx

# Conflicts:
#	frontend/src/pages/cert-manager/PoliciesPage/components/CertificateProfilesTab/CreateProfileModal.tsx
2025-11-07 09:18:02 -08:00
Fang-Pen Lin
5b8b133756 Add acme option 2025-11-07 09:17:58 -08:00
Fang-Pen Lin
687873a95d Add acme dropdown option 2025-11-07 09:17:57 -08:00
Victor Santos
782776e9de Enhance InfisicalSecretInput to use wildcard for environment and secret tags; update error message to reflect resource type. Improve tooltip in CreateSecretForm for secret references in both Overview and SecretDashboard pages. 2025-11-07 12:58:52 -03:00
Victor Santos
299e3065d5 Merge branch 'main' into feature/secret-reference-shortcut 2025-11-07 12:26:06 -03:00
Victor Santos
0d1e9bbc04 Merge branch 'main' into feature/slack-secret-sync-error-notification 2025-11-07 10:03:56 -03:00
Carlos Monastyrski
b37a9f4168 Address PR comments 2025-11-07 02:09:26 -03:00
Daniel Hougaard
542f823771 addressed requested changes 2025-11-07 05:45:51 +04:00
BlackMagiq
f4b9e836c7 Merge pull request #4819 from Infisical/fix/pki-old-templates-issuance
Add new option on legacy templates to issue new certificates
2025-11-06 16:45:21 -08:00
Carlos Monastyrski
db4bba1dcd Small fix on templates v2 form 2025-11-06 21:29:19 -03:00