Commit Graph

16927 Commits

Author SHA1 Message Date
Scott Wilson
4be7005800 style: update info color value and update documentation link badge styling 2025-11-21 12:32:22 -08:00
Fang-Pen Lin
40ae5c8b3f Merge pull request #4920 from Infisical/PKI-51-internal-ca-do-not-require-cn
[PKI-51] Internal CA do not require CN when issuing cert
2025-11-21 11:11:36 -08:00
Fang-Pen Lin
709b3d7449 Remove allowEmptyCommonName flag 2025-11-21 10:34:31 -08:00
Fang-Pen Lin
810c06c6d7 No need for allowEmptyCommonName flag, just allow empty CN for all 2025-11-21 10:33:36 -08:00
Fang-Pen Lin
2b19425cc7 Fix linter error 2025-11-21 10:30:57 -08:00
Fang-Pen Lin
7c477ef027 Fix internal no CN test 2025-11-21 10:30:56 -08:00
Fang-Pen Lin
cf83ae2553 Allow empty CN 2025-11-21 10:30:55 -08:00
Fang-Pen Lin
02c346c77a Revert 2025-11-21 10:30:54 -08:00
Fang-Pen Lin
3a6e287f1b Use axio instead of fetch for acme HTTP-01 challenge 2025-11-21 10:30:53 -08:00
Fang-Pen Lin
5ad4aaf017 Add tests 2025-11-21 10:30:52 -08:00
Fang-Pen Lin
2786d5f049 Add tests 2025-11-21 10:30:51 -08:00
Akhil Mohan
d841094027 Merge pull request #4904 from Infisical/fix/suborgs-routing
[ENG-4124] fix: fixed routing for sub-orgs
2025-11-21 22:13:20 +05:30
Piyush Gupta
fcb949f4c3 fix: review changes 2025-11-21 20:54:42 +05:30
Piyush Gupta
ee89b93790 chore: added comments for routing redirects 2025-11-21 19:32:11 +05:30
carlosmonastyrski
7e017b63fe Merge pull request #4918 from Infisical/fix/identity-dup-memb
fix: resolved duplicate membership in identity
2025-11-21 10:57:15 -03:00
Piyush Gupta
7b00ab1d99 fix: review comments 2025-11-21 19:14:04 +05:30
Piyush Gupta
bba2aea0f5 Merge branch 'main' of https://github.com/Infisical/infisical into fix/suborgs-routing 2025-11-21 18:19:47 +05:30
Andre
617c9af5bb Merge pull request #4908 from Infisical/ENG-4152
swap all instances of --relay with --target-relay-name
2025-11-20 16:47:46 -05:00
Carlos Monastyrski
36059051b1 Fix race condition on identity/group membership check 2025-11-20 18:11:46 -03:00
Piyush Gupta
f37af1e9fb Merge pull request #4909 from Infisical/chore/removes-shouldCheckSecretPermission-column
[ENG-4178] chore: removes `shouldCheckSecretPermission` column
2025-11-21 02:21:22 +05:30
=
56f8245cf3 fix: resolved duplicate membership in identity 2025-11-21 01:58:53 +05:30
carlosmonastyrski
1233ff8a5f Merge pull request #4897 from Infisical/feat/PKI-29
Add Chef PKI sync
2025-11-20 17:28:40 -03:00
Carlos Monastyrski
b255a202a6 Add include Root CA on PKI syncs docs 2025-11-20 17:16:15 -03:00
Piyush Gupta
fccce241c4 Merge pull request #4914 from Infisical/feat/group-projects-table
[ENG-4199] feat: adds group projects table
2025-11-21 01:19:44 +05:30
Carlos Monastyrski
b8c7eb0c18 Merge branch 'feat/pki-sync-docs' into feat/PKI-29 2025-11-20 16:49:23 -03:00
Piyush Gupta
c8cb2736ab Merge branch 'main' of https://github.com/Infisical/infisical into fix/suborgs-routing 2025-11-21 01:06:17 +05:30
Carlos Monastyrski
8d628d7aab Merge remote-tracking branch 'origin/main' into feat/PKI-29 2025-11-20 16:10:49 -03:00
Carlos Monastyrski
b8afa81126 Remove unused state change on aws cert removals 2025-11-20 15:59:42 -03:00
Piyush Gupta
8e6733d42c chore: made knex orm query to raw sql query 2025-11-21 00:27:49 +05:30
Piyush Gupta
f379217604 fix: review comments 2025-11-21 00:20:47 +05:30
Carlos Monastyrski
e0c6f48808 PKI syncs: fixes and add includeRootCa to PKI cert issuance endpoints 2025-11-20 15:23:38 -03:00
Fang-Pen Lin
8a2b7d1f4e Merge pull request #4895 from Infisical/PKI-53-workaround-for-cert-manager
[PKI-53] Workaround for cert manager ACME bug
2025-11-20 10:02:40 -08:00
Fang-Pen Lin
2093dee2d1 Added todo 2025-11-20 09:38:13 -08:00
Fang-Pen Lin
ce41803629 deepcopy 2025-11-20 09:38:12 -08:00
Fang-Pen Lin
2026fcd628 Isolate vars 2025-11-20 09:38:11 -08:00
Fang-Pen Lin
022c3802e3 Add unique constraint for public key under the same profile 2025-11-20 09:38:10 -08:00
Fang-Pen Lin
d9d6d3b3d9 Add test to ensure that we don't create duplicate account 2025-11-20 09:38:09 -08:00
Fang-Pen Lin
d341dd0fb7 Return existing even if onlyReturnExisting is not set to ture while creating the new one 2025-11-20 09:38:08 -08:00
Fang-Pen Lin
b50f03d4fb Add test case for both jwk and kid provided 2025-11-20 09:38:07 -08:00
Fang-Pen Lin
9ae862fc1f Fix find existing account 2025-11-20 09:38:06 -08:00
Fang-Pen Lin
a668822e19 Only check EAB when creating a new account 2025-11-20 09:38:05 -08:00
Fang-Pen Lin
d190fb15c9 Add test to reproduce the problem 2025-11-20 09:38:04 -08:00
Fang-Pen Lin
b251cf4802 Update BDD test to ensure external account required value is returned 2025-11-20 09:38:03 -08:00
Fang-Pen Lin
ae48787834 Return external account required 2025-11-20 09:38:02 -08:00
Fang-Pen Lin
d272a5e0e5 Merge pull request #4874 from Infisical/dynamic-import-nock
Move nock to dev deps and include the route only for dev/test builds
2025-11-20 09:35:27 -08:00
Piyush Gupta
00ec4f9a29 Merge pull request #4868 from Infisical/chore/unify-license-key
[ENG-4019] chore: unify license key env variables
2025-11-20 23:03:00 +05:30
Piyush Gupta
4796bcd579 fix: review comments 2025-11-20 22:50:10 +05:30
Fang-Pen Lin
c5802c645c Fix import order 2025-11-20 09:19:54 -08:00
Fang-Pen Lin
c3fdb10b3e Fix broken tests 2025-11-20 09:10:00 -08:00
Fang-Pen Lin
af40e15cb7 Revert "Address comments"
This reverts commit 57d204c3cd80f005cc0c673efbaee438e2cab6e8.
2025-11-20 08:57:23 -08:00