Commit Graph

3984 Commits

Author SHA1 Message Date
Tuan Dang
5f29562fad Update existing endpoints in API reference to support Identities, update Identities docs 2023-12-11 20:01:32 +07:00
Maidul Islam
f3e8ef1537 Merge pull request #1192 from Infisical/stv3-org-roles
Add Identities + Universal Auth Authentication Method
2023-12-10 16:57:39 -05:00
Tuan Dang
4f6adb50d1 Minor UX update to identities 2023-12-10 22:35:12 +07:00
Tuan Dang
444ce9508d Resolve PR review items, moved identity auth logic into separate controller, etc. 2023-12-10 14:15:25 +07:00
vmatsiiako
aabd896c37 Updated changelog 2023-12-09 16:58:16 -08:00
Tuan Dang
50ef23e8a0 Restructure MIs to more generic Identity 2023-12-09 22:18:38 +07:00
Maidul Islam
b87f51a044 Update Chart.yaml 2023-12-08 17:26:19 -05:00
Maidul Islam
1233d9c1a0 Merge pull request #1223 from Infisical/patch-k8s-dependency-vulnerability
update resty + patch kube-proxy
2023-12-08 17:25:55 -05:00
Maidul Islam
ff0b4d7f2b Merge pull request #1225 from Infisical/upgrade-axios
Address axios vulnerability
2023-12-08 17:25:19 -05:00
Maidul Islam
ef61bc6a40 upgrade axios 2023-12-08 16:26:42 -05:00
Maidul Islam
13ee8c4e13 Merge pull request #1224 from Infisical/resolve-x/net-vulnerability
Update Resty
2023-12-08 16:01:06 -05:00
Maidul Islam
6ea9fc7134 update resty 2023-12-08 15:49:48 -05:00
Maidul Islam
00e1742a30 Merge branch 'main' into patch-k8s-dependency-vulnerability 2023-12-08 15:36:45 -05:00
Maidul Islam
5055b5402c update kube proxy for helm 2023-12-08 15:35:54 -05:00
Maidul Islam
ff9418c0c7 patch: loop variable deployment captured by func literal 2023-12-08 15:35:22 -05:00
Maidul Islam
d03921eef3 update resty + patch kube-proxy 2023-12-08 15:17:01 -05:00
Maidul Islam
602afdefc3 Merge pull request #1221 from Infisical/k8s-doc-update-secret-type
add docs for k8 secret type and label propagation
2023-12-07 20:12:53 -05:00
Maidul Islam
5eb505326b add docs for k8 secret type and label propagation 2023-12-07 20:10:11 -05:00
Maidul Islam
fcf4153d87 Update Chart.yaml 2023-12-07 19:34:08 -05:00
Maidul Islam
097282c5e1 Merge pull request #1182 from Allex1/secret
Make secret type field configurable
2023-12-07 19:31:39 -05:00
Maidul Islam
0eeef9a66c revert managed secret name 2023-12-07 19:30:43 -05:00
Maidul Islam
df0bec8a68 update chart version 2023-12-07 19:28:57 -05:00
Maidul Islam
13014b5345 create separate struct for managed secret + propagate lables/annotations 2023-12-07 19:26:48 -05:00
Maidul Islam
66d0cae066 Merge pull request #1220 from akhilmhdh/fix/update-secret-approval
fix(secret-approval): resolved update failure in secret approval mode
2023-12-07 13:19:34 -05:00
Akhil Mohan
8e82222fc5 fix(secret-approval): resolved update failure in secret approval mode and number not increasing on frontend 2023-12-07 23:48:00 +05:30
Maidul Islam
f822bcd10f Merge pull request #1218 from ntimo/patch-1
Fixed 'SMTP_PASSWORD' default value
2023-12-07 11:54:44 -05:00
Maidul Islam
89d0c0e3c3 temporarily disable max access token ttl 2023-12-06 20:45:07 -05:00
Maidul Islam
a4f6b828ad fix update machine params + default to no max ttl 2023-12-06 20:35:26 -05:00
Maidul Islam
0fb2056b8b update delete client secret to revoke client secret 2023-12-06 18:16:14 -05:00
Timo
c51f8c5838 Fixed 'SMTP_PASSWORD' default value 2023-12-06 21:41:34 +01:00
Tuan Dang
ec5cf97f18 Add case for MI token renewal 2023-12-07 00:29:08 +07:00
Tuan Dang
69b57817d6 Switch access token tracking to be persistent, add num uses, draft token renewal, update docs 2023-12-07 00:11:16 +07:00
Maidul Islam
aafbe40c02 add machineIdentityAccessToken model 2023-12-05 16:58:21 -05:00
Maidul Islam
9d9b83f909 fix expired client secret logic 2023-12-05 16:38:43 -05:00
Maidul Islam
ea1f144b54 add index to machine identity model 2023-12-05 16:37:16 -05:00
Tuan Dang
591f33ffbe Move MI endpoints from v3 to v1 2023-12-05 22:24:25 +07:00
Tuan Dang
855158d0bb Allow MI to create another MI test 2023-12-05 19:34:43 +07:00
Tuan Dang
87e997e7a0 Replace most getUserOrgPermissions with more generic getAuthDataOrgPermissions for MIs in backend 2023-12-05 19:20:30 +07:00
Tuan Dang
3c449214d1 Add error messages for MI expired client secret, num uses limit reached 2023-12-05 17:53:35 +07:00
Tuan Dang
d813f0716f Switch RBAC flag 2023-12-05 17:47:46 +07:00
Tuan Dang
6787c0eaaa Update authz logic for MI 2023-12-05 17:46:50 +07:00
Alex Birca
377a79f17d Make secret type field configurable 2023-12-05 10:13:20 +02:00
Tuan Dang
c91f6521c1 Update MI fields numUses, numUsesLimit, ttl, added modal for delete client secret confirmation 2023-12-05 11:15:57 +07:00
Tuan Dang
0ebd1d3d81 Merge branch 'stv3-org-roles' of https://github.com/Infisical/infisical into stv3-org-roles 2023-12-05 08:57:50 +07:00
Maidul Islam
d257a449bb add compound index to machineIdentityClientSecretDataSchema 2023-12-04 19:42:09 -05:00
Maidul Islam
6a744c96e5 add index to workspace to improve query 2023-12-04 19:41:40 -05:00
vmatsiiako
2a768a7bc4 Update postgres.mdx 2023-12-04 16:18:50 -08:00
Tuan Dang
28b617fd89 Update MI docs for client id/secret 2023-12-04 23:04:04 +07:00
Tuan Dang
8b1eaad7b5 Fix audit logs UI rendering 2023-12-04 18:23:04 +07:00
Tuan Dang
c917cf8a18 Add logging to MI secret endpoints 2023-12-04 17:48:32 +07:00