Maidul Islam
735ad4ff65
Merge pull request #1924 from Infisical/misc/metrics-observability
...
feat: added setup for production observability (metrics via OTEL)
2024-11-19 13:56:29 -05:00
Sheen Capadngan
41e36dfcef
misc: updated service name
2024-11-20 02:34:46 +08:00
Daniel Hougaard
6685f8aa0a
fix(identity): remove access tokens when auth method is removed
2024-11-19 22:24:17 +04:00
Scott Wilson
61263b9384
fix: unhandle empty value in bulk create/insert secrets
2024-11-19 08:30:58 -08:00
Scott Wilson
b6d8be2105
fix: handle empty string to allow clearing secret on update
2024-11-19 08:16:30 -08:00
Sheen Capadngan
0693f81d0a
misc: finalized instrumentation setup
2024-11-19 23:25:20 +08:00
Daniel Hougaard
31fc64fb4c
Update identity-azure-auth-service.ts
2024-11-19 17:54:31 +04:00
Maidul Islam
8bf7e4c4d1
Merge pull request #2743 from akhilmhdh/fix/auth-method-migration
...
fix: migration in loop due to cornercase
2024-11-18 16:01:04 -05:00
=
2027d4b44e
feat: moved auth method deletion to top
2024-11-19 02:17:25 +05:30
Maidul Islam
d401c9074e
Merge pull request #2715 from Infisical/misc/finalize-org-migration-script
...
misc: finalize org migration script
2024-11-18 14:15:20 -05:00
Maidul Islam
6ff1602fd5
Merge pull request #2708 from Infisical/misc/oidc-setup-extra-handling
...
misc: added OIDC error and edge-case handling
2024-11-18 10:56:09 -05:00
Daniel Hougaard
53bea22b85
fix: added unlock command
2024-11-18 19:22:43 +04:00
Sheen Capadngan
7c84adc1c2
misc: added new package to lock
2024-11-18 23:04:01 +08:00
Sheen Capadngan
fa8d6735a1
misc: reverted package lock
2024-11-18 23:00:55 +08:00
Sheen Capadngan
a6137f267d
Merge remote-tracking branch 'origin/main' into misc/metrics-observability
2024-11-18 22:54:14 +08:00
Sheen Capadngan
827931e416
misc: addressed comment
2024-11-18 21:52:36 +08:00
Sheen Capadngan
faa83344a7
misc: address role slug issue in invite user endpoint
2024-11-18 21:43:06 +08:00
Sheen Capadngan
089a7e880b
misc: added message for bypass
2024-11-18 17:29:01 +08:00
Sheen
ba89491d4c
Merge pull request #2731 from Infisical/feat/totp-authenticator
...
feat: TOTP authenticator
2024-11-16 11:58:39 +08:00
Sheen Capadngan
682b552fdc
misc: addressed remaining comments
2024-11-16 03:15:39 +08:00
=
d4cfd0b6ed
fix: migration in loop due to cornercase
2024-11-16 00:37:57 +05:30
Sheen Capadngan
433971a72d
misc: addressed comments 1
2024-11-15 23:25:32 +08:00
Maidul Islam
4acf9413f0
Merge pull request #2737 from Infisical/backfill-identity-metadata
...
Fix: Handle Missing User/Identity Metadata Keys in Permissions Check
2024-11-15 01:34:45 -07:00
Maidul Islam
d75e49dce5
update trigegr to only create if it doesn't exit
2024-11-15 00:52:08 -07:00
Maidul Islam
8819abd710
only create triggers when create new table
2024-11-15 00:42:30 -07:00
Maidul Islam
796f76da46
Merge pull request #2738 from Infisical/fix-cert-migration
...
Fix ca version migration
2024-11-14 23:20:09 -07:00
Maidul Islam
1295b68d80
Fix ca version migration
...
We didn't do a check to see if the column already exists. Because of this, we get this error during migrations:
```
| migration file "20240802181855_ca-cert-version.ts" failed
infisical-db-migration | migration failed with error: alter table "certificates" add column "caCertId" uuid null - column "caCertId" of relation "certificates" already exists
```
2024-11-14 23:07:30 -07:00
Scott Wilson
c79f84c064
fix: use proxy on metadata permissions check to handle missing keys
2024-11-14 11:36:07 -08:00
Sheen Capadngan
6bae3628c0
misc: readded saml email error
2024-11-14 19:37:13 +08:00
Sheen Capadngan
44ba31a743
misc: added org mfa settings update and other fixes
2024-11-14 01:16:15 +08:00
Sheen Capadngan
6bdbac4750
feat: initial implementation for totp authenticator
2024-11-14 00:07:35 +08:00
Scott Wilson
60fb195706
Merge pull request #2726 from Infisical/scott/paste-secrets
...
Feat: Paste Secrets for Upload
2024-11-12 17:57:13 -08:00
Scott Wilson
7138b392f2
Feature: add ability to paste .env, .yml or .json secrets for upload and also fix upload when keys conflict but are not on current page
2024-11-12 10:21:07 -08:00
Akhil Mohan
d272c6217a
Merge pull request #2722 from Infisical/scott/secret-refrence-fixes
...
Fix: Secret Reference Multiple References and Special Character Stripping
2024-11-12 22:49:18 +05:30
Maidul Islam
17d5e4bdab
Merge pull request #2671 from Infisical/daniel/hsm
...
feat: hardware security module's support
2024-11-11 15:38:02 -07:00
Daniel Hougaard
f22a5580a6
requested changes
2024-11-12 02:27:38 +04:00
Scott Wilson
334a728259
chore: remove console log
2024-11-11 14:06:12 -08:00
Scott Wilson
4a3143e689
fix: correct unique secret check to account for env and path
2024-11-11 14:04:36 -08:00
Scott Wilson
14810de054
fix: correct secret reference value replacement to support special characters
2024-11-11 13:46:39 -08:00
Scott Wilson
8cfcbaa12c
fix: correct secret reference validation check to permit referencing the same secret multiple times and improve error message
2024-11-11 13:17:25 -08:00
Scott Wilson
0e946f73bd
Merge pull request #2713 from scott-ray-wilson/bitbucket-integration-additions
...
Feature: Add Support for Deployment Environment Scope for Bitbucket Integration
2024-11-11 11:27:12 -08:00
Scott Wilson
7b8551f883
fix: use constant url for bitbucket update/create secret
2024-11-11 10:56:26 -08:00
Sheen
3b1ce86ee6
Merge pull request #2704 from Infisical/feat/add-support-for-no-bootstrap-cert-est
...
feat: add support for EST device enrollment without bootstrap certs
2024-11-12 02:40:37 +08:00
Sheen Capadngan
c649661133
misc: remove not nullable from alter
2024-11-12 02:35:21 +08:00
=
0dddd58be1
feat: random patches
2024-11-11 23:59:26 +05:30
Daniel Hougaard
148f522c58
updated migrations
2024-11-11 21:52:35 +04:00
Scott Wilson
d4c911a28f
feature: add support for deployment environment scope for bitbucket and refactor bitbucket create UI
2024-11-11 09:47:23 -08:00
Daniel Hougaard
603fcd8ab5
Update hsm-service.ts
2024-11-11 21:47:07 +04:00
Daniel Hougaard
a1474145ae
Update hsm-service.ts
2024-11-11 21:47:07 +04:00
Daniel Hougaard
7c055f71f7
Update hsm-service.ts
2024-11-11 21:47:07 +04:00