Sheen Capadngan
f8a4b6365c
Merge pull request #1961 from Infisical/misc/resolved-goreleaser-hardcode
...
misc: resolved goreleaser hardcoded version
2024-06-12 22:02:41 +08:00
Sheen Capadngan
e27d273e8f
misc: resolved goreleaser hardcoded version
2024-06-12 22:00:14 +08:00
Maidul Islam
30dc2d0fcb
Merge pull request #1960 from Infisical/misc/hardcoded-goreleaser-version-for-cli
...
misc: hardcoded goreleaser version
2024-06-12 09:57:37 -04:00
Sheen Capadngan
12e217d200
misc: hardcoded goreleaser version
2024-06-12 21:54:35 +08:00
Maidul Islam
a3a1c9d2e5
Merge pull request #1959 from Infisical/fix/resolved-cli-release-action
...
fix: resolved secret name mismatch for cli release action
2024-06-12 08:52:58 -04:00
Sheen Capadngan
0f266ebe9e
fix: resolved secret name mismatch for cli release action
2024-06-12 20:45:57 +08:00
Maidul Islam
506e0b1342
Merge pull request #1953 from akhilmhdh/main
...
Trailing slash in secret approval policy and overview bug
2024-06-12 08:43:08 -04:00
Akhil Mohan
958ad8236a
Merge pull request #1932 from minuchi/fix/typo-in-gh-actions
...
fix: remove extraneous 'r' causing script error in github actions
2024-06-12 16:04:45 +05:30
Daniel Hougaard
b06b8294e9
Merge pull request #1946 from Infisical/daniel/fix-username-unique-bug
...
Fix: Email confirmation during SAML login failing (edge-case)
2024-06-12 04:39:32 +02:00
Tuan Dang
cb9dabe03f
Delete unaccepted users upon merge user op
2024-06-11 18:41:35 -07:00
Daniel Hougaard
7626dbb96e
Fix: Permission error page displayed after user sign up if organization enforces SAML auth
2024-06-12 00:55:33 +02:00
Daniel Hougaard
869be3c273
Improvements
2024-06-12 00:28:11 +02:00
=
9a2355fe63
feat: removed trailing slash from secret input and fixed overview not showing nested imported secrets
2024-06-12 00:17:42 +05:30
=
3929a82099
feat: resolved approval failing for trailing slash
2024-06-12 00:16:27 +05:30
BlackMagiq
40e5c6ef66
Merge pull request #1945 from Infisical/daniel/scim-fix
...
Fix: SCIM Groups find by filter
2024-06-11 10:42:24 -07:00
Maidul Islam
6c95e75d0d
Merge pull request #1952 from akhilmhdh/feat/fix-signup
...
fix: resolved signup failing in cloud
2024-06-11 11:36:53 -04:00
=
d6c9e6db75
fix: resolved signup failing in cloud
2024-06-11 21:03:06 +05:30
Akhil Mohan
76f87a7708
Merge pull request #1951 from akhilmhdh/fix/password-state-stuck
...
fix: stuck on password step resolved
2024-06-11 20:09:51 +05:30
Sheen Capadngan
366f03080d
Merge pull request #1757 from Infisical/fix/resolved-cli-offline-mode-get
...
fix: resolved cli offline mode get
2024-06-11 22:32:59 +08:00
Sheen Capadngan
dfdd8e95f9
misc: renamed connection check method
2024-06-11 22:14:19 +08:00
=
c4797ea060
fix: stuck on password step resolved
2024-06-11 19:09:12 +05:30
Sheen Capadngan
6e011a0b52
Merge pull request #1950 from Infisical/fix/resolved-import-override-display-1
...
feat: handled import override in the API layer
2024-06-11 17:41:43 +08:00
Sheen Capadngan
05ed00834a
misc: used set
2024-06-11 17:14:24 +08:00
Sheen Capadngan
38b0edf510
fix: addressed lint issue
2024-06-11 17:07:24 +08:00
Sheen Capadngan
56b9506b39
fix: type fix
2024-06-11 16:48:16 +08:00
Sheen Capadngan
ae34e015db
fix: added missing required property
2024-06-11 16:43:51 +08:00
Sheen Capadngan
7c42768cd8
feat: handled import overwrite in the API layer
2024-06-11 16:27:12 +08:00
Sheen Capadngan
b4a9e0e62d
Merge pull request #1948 from Infisical/fix/resolved-import-override-display
...
fix: resolved import override behavior
2024-06-11 15:55:19 +08:00
BlackMagiq
30606093f4
Merge pull request #1949 from Infisical/streamline-smtp
...
Update SMTP configuration
2024-06-11 00:32:50 -07:00
Tuan Dang
16862a3b33
Fix lint issue
2024-06-11 00:01:58 -07:00
Tuan Dang
e800a455c4
Update SMTP config
2024-06-10 23:45:40 -07:00
Sheen Capadngan
ba0de6afcf
fix: resolved import override behavior
2024-06-11 14:04:59 +08:00
Maidul Islam
bfc82105bd
Merge pull request #1947 from Infisical/patch-multi-line-encoding
...
Patch multi line encoding when expandSecretRef is enabled
2024-06-11 00:55:31 -04:00
Maidul Islam
00fd44b33a
fix type issues
2024-06-11 00:34:54 -04:00
Maidul Islam
e2550d70b5
make skipMultilineEncoding null|undefined|bool
2024-06-11 00:28:55 -04:00
Maidul Islam
163d33509b
Patch multi line encoding when expandSecretRef is enabled
...
By default when you create a secret, it will have multi line encoding off but we actually treat this as true in the backend and UI. User’s aren’t expecting their multi line secrets to be double quoted by and made into a single line with/n, however we are doing it by default at the moment. This PR makes multi line encoding opt in and not opt out
2024-06-10 23:42:07 -04:00
Sheen Capadngan
c8a3252c1a
Merge pull request #1929 from Infisical/feat/add-option-to-mask-and-protect-gitlab-secrets
...
feat: add integration option to mask and protect gitlab secrets
2024-06-11 11:38:18 +08:00
Daniel Hougaard
0bba1801b9
Merge pull request #1936 from Infisical/daniel/go-sdk-docs
...
Docs: Go SDK
2024-06-11 04:27:17 +02:00
Daniel Hougaard
a61e92c49c
Update go.mdx
2024-06-11 04:26:35 +02:00
Daniel Hougaard
985116c6f2
Update user-service.ts
2024-06-11 04:04:42 +02:00
Shubham Palriwala
9945d249d6
Merge pull request #1937 from Infisical/shubham/eng-487-investigate-the-stripedb-inconsistency
...
fix: update org seats whenever membership status is accepted
2024-06-11 07:05:27 +05:30
Daniel Hougaard
8bc9a5efcd
Fix: SCIM Groups find by filter
2024-06-11 00:00:16 +02:00
Maidul Islam
b31d2be3f3
Merge pull request #1931 from minuchi/fix/preserve-annotations-when-updating
...
fix: preserve existing annotations when updating managed secret
2024-06-10 17:14:29 -04:00
Maidul Islam
8329cbf299
update toggle lable
2024-06-10 17:09:20 -04:00
Maidul Islam
9138ab8ed7
update flag describe
2024-06-10 17:01:16 -04:00
Maidul Islam
ea517bc199
Merge pull request #1941 from belikedeep/docker-compose-command-update
...
Fix: Updated docker compose command (from compose V1 to compose v2)
2024-06-10 16:46:10 -04:00
Maidul Islam
a82b813553
describe isReplication flag
2024-06-10 16:20:29 -04:00
Sheen Capadngan
cf9169ad6f
test: resolved test issues
2024-06-11 03:37:51 +08:00
Maidul Islam
af03f706ba
Merge pull request #1943 from Infisical/create-pull-request/patch-1718043322
...
GH Action: rename new migration file timestamp
2024-06-10 14:15:55 -04:00
github-actions
9cf5bbc5d5
chore: renamed new migration files to latest timestamp (gh-action)
2024-06-10 18:15:21 +00:00
Maidul Islam
9161dd5e13
Merge pull request #1925 from Infisical/feat/add-captcha
...
feat: added captcha to password login
2024-06-10 14:14:57 -04:00
Sheen Capadngan
69b76aea64
misc: added secrets folder path to backup scoping
2024-06-11 01:45:34 +08:00
Sheen Capadngan
c9a95023be
Revert "adjustment: moved backup logic to cmd layer"
...
This reverts commit 8fc4fd64f8
.
2024-06-11 01:03:26 +08:00
Sheen Capadngan
9db5be1c91
Revert "adjustment: moved secret backup logic to cmd layer"
...
This reverts commit 920b9a7dfa
.
2024-06-11 00:58:36 +08:00
Sheen Capadngan
a1b41ca454
Revert "feature: added offline support for infisical export"
...
This reverts commit 88a4fb84e6
.
2024-06-11 00:52:59 +08:00
Sheen Capadngan
6c252b4bfb
misc: revert backup flow modification for run.go
2024-06-11 00:49:57 +08:00
Sheen Capadngan
aafddaa856
misc: finalized option label
2024-06-10 23:08:39 +08:00
Sheen Capadngan
776f464bee
misc: used metadata schema parsing
2024-06-10 22:45:17 +08:00
Sheen Capadngan
104b0d6c60
Merge remote-tracking branch 'origin/main' into feat/add-option-to-mask-and-protect-gitlab-secrets
2024-06-10 22:41:44 +08:00
belikedeep
9303124f5f
Updated docker compose command (from compose V1 to compose v2)
2024-06-10 20:09:08 +05:30
Sheen Capadngan
03c9a5606b
Merge pull request #1928 from Infisical/feat/add-option-for-delete-disabling-github-integ
...
feat: added option for disabling github secret deletion
2024-06-10 22:35:04 +08:00
Sheen Capadngan
120e482c6f
Merge remote-tracking branch 'origin/main' into fix/resolved-cli-offline-mode-get
2024-06-10 14:15:18 +08:00
Sheen Capadngan
f4a1a00b59
misc: improved text of github option
2024-06-10 14:00:56 +08:00
Sheen Capadngan
b9933d711c
misc: addressed schema update
2024-06-10 13:58:40 +08:00
Sheen Capadngan
1abdb531d9
misc: removed comments
2024-06-10 13:36:53 +08:00
Sheen Capadngan
59b3123eb3
adjustment: removed unintended yaml updates
2024-06-10 13:33:42 +08:00
Sheen Capadngan
c1954a6386
Merge branch 'feat/add-captcha' of https://github.com/Infisical/infisical into feat/add-captcha
2024-06-10 13:27:31 +08:00
Sheen Capadngan
0bbb86ee2a
misc: simplified captcha flag and finalized build process
2024-06-10 13:24:44 +08:00
ShubhamPalriwala
7c9c65312b
fix: pass correct id
2024-06-10 09:04:34 +05:30
ShubhamPalriwala
8a46cbd08f
fix: update org seats whenever membership status is accepted
2024-06-10 09:02:11 +05:30
Daniel Hougaard
fa05639592
Docs: Go SDK
2024-06-10 05:18:39 +02:00
Maidul Islam
429b2a284d
Merge branch 'main' into feat/add-captcha
2024-06-09 17:44:55 -04:00
Maidul Islam
6c596092b0
Merge pull request #1927 from Infisical/shubham/eng-983-optimise-secretinput-usage-to-mask-secret-when-not-in-focus
...
fix: share secret input now masks value onBlur
2024-06-09 17:43:30 -04:00
Maidul Islam
fcd13eac8a
update saml org slug environment
2024-06-09 14:41:23 -04:00
Maidul Islam
1fb653754c
update saml slug env
2024-06-09 14:37:13 -04:00
Akhil Mohan
bb1d73b0f5
Merge pull request #1935 from Infisical/fix-saml-auto-redirect
...
patch saml auto redirect
2024-06-09 23:09:29 +05:30
Maidul Islam
59e9226d85
patch saml auto redirect
2024-06-09 13:30:44 -04:00
Maidul Islam
e6f42e1231
Merge pull request #1933 from Infisical/add-folder-sorting
...
added sorting for folders in overview
2024-06-08 22:31:07 -04:00
Vladyslav Matsiiako
06e7a90a44
added sorting for folders in overview
2024-06-08 22:26:49 -04:00
Maidul Islam
f075ff23a9
patch encoding type for kms
2024-06-08 18:38:25 -04:00
minuchi
4c0e04528e
fix: remove extraneous 'r' causing script error in github actions
2024-06-09 02:21:57 +09:00
minuchi
6d40d951c6
fix: preserve existing annotations when updating managed secret
2024-06-09 01:43:41 +09:00
ShubhamPalriwala
e5b7ebbabf
revert: change in core component
2024-06-08 05:47:47 +05:30
Sheen Capadngan
610dd07a57
misc: updated failed password attempt limit for captcha
2024-06-08 00:39:14 +08:00
Sheen Capadngan
9d6d7540dc
misc: removed unnecessary project property
2024-06-08 00:34:33 +08:00
Sheen Capadngan
847c2c67ec
adjustment: made secret-deletion opt in
2024-06-08 00:30:30 +08:00
Maidul Islam
faa1572faf
update docs grammar
2024-06-07 12:04:21 -04:00
Maidul Islam
d288bcbd74
explain how auto reload works in docs
2024-06-07 12:01:59 -04:00
BlackMagiq
af1d30a49a
Merge pull request #1926 from Infisical/misc/added-auto-redeploy-cf-pages-option
...
misc: added auto-redeploy option for cf pages integration
2024-06-07 09:58:06 -04:00
Sheen Capadngan
2bd9ad0137
feat: add option to maks and protect gitlab secrets
2024-06-07 21:46:34 +08:00
Sheen Capadngan
76a424dcfb
feat: added option for disabling github secret deletion
2024-06-07 19:00:51 +08:00
ShubhamPalriwala
9d46c269d4
fix: secret input on tab moves to next field and masks value
2024-06-07 13:05:04 +05:30
Sheen Capadngan
cd92ce627c
misc: added autoredeploy option for cf pages integration
2024-06-07 13:23:46 +08:00
Sheen Capadngan
15c05b4910
misc: finalized captcha error message
2024-06-06 21:54:35 +08:00
Sheen Capadngan
65d88ef08e
misc: improved ux by requiring captcha entry before submission
2024-06-06 21:24:25 +08:00
Sheen Capadngan
81e4129e51
feat: added base captcha implementation
2024-06-06 20:42:54 +08:00
Sheen Capadngan
c1ca2a6f8c
Merge pull request #1918 from Infisical/feat/added-rundeck-api-integration
...
feat: added rundeck integration
2024-06-06 12:34:59 +08:00
BlackMagiq
9b6602a8e9
Merge pull request #1917 from akhilmhdh/feat/internal-kms
...
Internal functions for KMS
2024-06-06 00:01:27 -04:00
=
22db286dda
fix: resolved failing github action for api breaking change
2024-06-06 01:25:38 +05:30
Sheen Capadngan
9fd0373e39
misc: improved error handling
2024-06-06 03:15:57 +08:00
=
62f92b0bfa
feat: resolved root key failing for base64 and also added projectid and orgid field
2024-06-05 23:58:45 +05:30
=
abbef4fc44
feat: changed encrypt function input to buffer
2024-06-05 22:44:21 +05:30
=
34ca942f9d
fix: resolved failing test setup
2024-06-05 22:44:21 +05:30
=
1acf25dd53
feat: implmented first internal functions for KMS service
2024-06-05 22:44:20 +05:30
=
a0653883b6
feat: added pg bytea support to generate schema function
2024-06-05 22:44:20 +05:30
Maidul Islam
f3a4c32e3a
Merge pull request #1921 from akhilmhdh/fix/select-list-overflow
...
fix: ui issue resolved for list overflow
2024-06-04 20:38:40 -04:00
Sheen Capadngan
6a6fe3e202
misc: finalized doc reference
2024-06-04 22:37:45 +08:00
Sheen Capadngan
8f4963839e
misc: final updates
2024-06-04 22:34:26 +08:00
Akhil Mohan
4c06f134fb
Merge pull request #1884 from Infisical/fix/resolved-trailing-slash-issue-additional-privileges
...
fix: resolved trailing slash issue with additional privileges
2024-06-04 19:59:40 +05:30
Sheen Capadngan
12d3632a03
misc: added documentation for rundeck integration
2024-06-04 22:04:12 +08:00
=
c34c13887a
fix: ui issue resolved for list overflow
2024-06-04 19:27:25 +05:30
Sheen Capadngan
378d6c259b
feat: finished integration sync for rundeck
2024-06-04 21:10:24 +08:00
Sheen Capadngan
2a538d9560
feat: added frontend pages for rundeck integration
2024-06-04 13:30:50 +08:00
Maidul Islam
eafa50747b
increase rate limits
2024-06-03 13:55:59 -04:00
Maidul Islam
77f794e1d0
Merge pull request #1891 from Infisical/snyk-fix-d845d74692da524b59866cf430937d1d
...
[Snyk] Security upgrade mysql2 from 3.9.7 to 3.9.8
2024-06-03 00:23:25 -04:00
Maidul Islam
3b9afb8b5b
Merge pull request #1914 from Infisical/shubham/optimise-loading-gif
...
chore: compress loader gifs
2024-06-03 00:10:03 -04:00
Sheen Capadngan
8bf763dd5a
Merge pull request #1903 from Infisical/feat/add-tags-to-existing-aws-params
...
feat: added support for tagging existing aws params
2024-06-03 01:39:17 +08:00
ShubhamPalriwala
e93b465004
chore: compress loader gifs
2024-06-01 21:46:03 +05:30
Maidul Islam
000d87075b
Merge pull request #1913 from srevinsaju/patch-1
2024-06-01 09:45:21 -04:00
Srevin Saju
2291bdc036
docs: fix typo
2024-06-01 16:22:59 +03:00
Maidul Islam
791361d2c3
update migration name
2024-05-31 18:12:47 -04:00
Maidul Islam
2a18844ef8
Merge pull request #1775 from akhilmhdh/feat/secret-replication
...
Secret replication
2024-05-31 17:59:43 -04:00
=
1dfad876cf
fix: replicated import not expanding inside folder
2024-06-01 00:39:09 +05:30
Maidul Islam
7ddf4492a7
Merge pull request #1907 from Infisical/daniel/k8-secret-expand
...
Feat: Expand secret references with Machine Identity
2024-05-31 14:16:14 -04:00
Maidul Islam
3c92a2a256
make imports and refs default for all users (this is non breaking so okay)
2024-05-31 14:15:34 -04:00
Maidul Islam
45683dc4c6
Merge pull request #1908 from Infisical/daniel/k8-mi-include-imports
...
Feat: Include Imports for Machine Identity auth
2024-05-31 14:10:32 -04:00
=
c6043568cf
feat: removed isReplicated fields from secret as no longer needed corresponding its changes in ui
2024-05-31 23:10:04 +05:30
=
cf690e2e16
feat: switched to pull all and selectively replicated strategy and simplified logic
2024-05-31 23:10:04 +05:30
Maidul Islam
c67642786f
make replicated secrets more intuitive
2024-05-31 23:10:04 +05:30
=
41914e0027
feat: switched to secretapproval check for license
2024-05-31 23:10:04 +05:30
=
a13d4a4970
feat: implemented replication to a folder strategy ui
2024-05-31 23:10:03 +05:30
=
5db6ac711c
feat: implemented replication to a folder strategy
2024-05-31 23:10:03 +05:30
=
f426025fd5
fix: resolved approval failing when secret was missing in board
2024-05-31 23:10:03 +05:30
Maidul Islam
d6fcba9169
update texts for secret replication
2024-05-31 23:10:03 +05:30
=
51d4fcf9ee
feat: moved secret replication to ee folder
2024-05-31 23:10:03 +05:30
=
316259f218
feat: added subscription plan to secret replication
2024-05-31 23:10:03 +05:30
=
7311cf8f6c
feat: updated enable replication text
2024-05-31 23:10:03 +05:30
=
5560c18a09
feat: made migration script idempotent
2024-05-31 23:10:02 +05:30
=
b0c472b5e1
feat: added user status signs for replication failure etc
2024-05-31 23:10:02 +05:30
=
25a615cbb3
feat: made sure secret updates make replicated into normal ones
2024-05-31 23:10:02 +05:30
=
4502d394a3
feat: added back dedupe queue for both replication and syncing ops
2024-05-31 23:10:02 +05:30
=
531d3751a8
feat: resolved personal secret breaking secret replication
2024-05-31 23:10:02 +05:30
=
2d0d90785f
feat: added icon for replicated secret
2024-05-31 23:10:02 +05:30
=
cec884ce34
fix: merge conflicts
2024-05-31 23:10:02 +05:30
=
346dbee96a
feat: switched to actor and actorId for replication
2024-05-31 23:10:02 +05:30
Akhil Mohan
d5229a27b2
feat: added resync replication feature
2024-05-31 23:10:01 +05:30
Akhil Mohan
a11f120a83
feat: updated ui replication text and approval replication flag
2024-05-31 23:10:01 +05:30
Akhil Mohan
51c1487ed1
feat: updated ui to reflect secret import and approval
2024-05-31 23:10:01 +05:30
Akhil Mohan
c9d6c5c5f7
feat: update prefix key and secret queue fixed for new secretPathFind
2024-05-31 23:10:01 +05:30
Akhil Mohan
3541ddf8ac
feat: fixed folder dal wrong folder details in findBySecretPath issue and replication dal
2024-05-31 23:10:01 +05:30
Akhil Mohan
0ae286a80e
feat: added secret approval policy in replication
2024-05-31 23:10:01 +05:30
Akhil Mohan
36b7911bcc
feat: poc for secret replication completed
2024-05-31 23:10:01 +05:30
Maidul Islam
520167a8ff
Merge pull request #1905 from Infisical/shubham/eng-970-single-text-area-instead-of-key-and-value
...
feat: secret sharing supports expiry on view count
2024-05-31 11:34:04 -04:00
Daniel Hougaard
8c2f709f2a
Bump version
2024-05-31 16:25:43 +02:00
Daniel Hougaard
804314cc18
Feat: Include imports for MI Auth
2024-05-31 16:22:32 +02:00
Daniel Hougaard
0c9557b8b5
Feat: Expand secret references with Machine Identity
2024-05-31 15:41:34 +02:00
ShubhamPalriwala
fb4f12fa37
fix: validation message + limit default input unit options
2024-05-31 16:59:54 +05:30
ShubhamPalriwala
29b106c5bd
feat: secrets expire either with time or views
2024-05-31 12:47:19 +05:30
ShubhamPalriwala
e7d32b5f2d
feat: hide expiry condition to end user & fix decrement condition in knex
2024-05-31 10:58:49 +05:30
ShubhamPalriwala
862e0437e7
fix: use dropdown instead of switch
2024-05-31 09:24:39 +05:30
ShubhamPalriwala
89eff65124
feat: public page shows left views or time on shared secret
2024-05-31 00:29:40 +05:30
ShubhamPalriwala
2347242776
docs: secret sharing
2024-05-31 00:22:31 +05:30
ShubhamPalriwala
3438dbc70d
feat: secret sharing supports expiry on view count + multi-line secret value
2024-05-31 00:00:48 +05:30
Sheen Capadngan
d79d7ca5e8
feat: added support for tagging existing aws params
2024-05-30 21:40:09 +08:00
ShubhamPalriwala
c097c918ed
fix: docs to open in new tab
2024-05-30 10:06:14 +05:30
Maidul Islam
b801c1e48f
Merge pull request #1860 from Infisical/doc/role-desc
...
docs: updated the cause of option1 and option2 in role update commit
2024-05-29 19:20:16 -04:00
vmatsiiako
cd2b81cb9f
Update navbar
2024-05-29 16:14:45 -07:00
Maidul Islam
bdd65784a1
Merge pull request #1898 from Infisical/shubham/eng-632-fix-ghost-users-are-added-to-seats-in-stripe
...
fix: remove ghost users being added as seats in stripe
2024-05-29 17:21:52 -04:00
Maidul Islam
73195b07a4
update secret share text
2024-05-29 17:16:04 -04:00
vmatsiiako
bdff2cd33d
Update secret-reference.mdx
2024-05-29 14:13:38 -07:00
Maidul Islam
1990ce8c7d
update secret sharing texts
2024-05-29 17:06:24 -04:00
Maidul Islam
285c4a93c6
update secret sharing time stamp
2024-05-29 20:34:08 +00:00
Maidul Islam
bbb21c95f6
Merge pull request #1886 from Infisical/shubham/feat-secret-sharing
2024-05-29 14:46:13 -04:00
Sheen Capadngan
394340c599
Merge pull request #1899 from Infisical/feat/added-support-for-configuring-custom-ssl-cert-trust
...
feat: added support for configuring trust of custom SSL certs
2024-05-30 01:36:10 +08:00
ShubhamPalriwala
30039b97b5
fix: remove unnecessary useEffect
2024-05-29 23:01:23 +05:30
Sheen Capadngan
71d4935c0f
feat: added support for configuring trust of custom SSL certs
2024-05-29 23:50:36 +08:00
Akhil Mohan
40e7ab33cb
fix: resolved lint issue
2024-05-29 13:35:32 +00:00
Sheen Capadngan
aa193adf48
Merge pull request #1896 from Infisical/feat/removed-the-need-to-pass-api-for-cli-domain
...
feat: removed the need to pass /api for cli domain
2024-05-29 21:34:00 +08:00
Sheen Capadngan
dbac4b4567
Merge pull request #1887 from Infisical/feat/added-support-for-personal-secrets-creation-via-CLI
...
feat: added support for personal secrets creation via CLI
2024-05-29 21:30:15 +08:00
Sheen Capadngan
df38e79590
fix: addressed type issue
2024-05-29 21:11:03 +08:00
ShubhamPalriwala
8f778403b4
cleanup: secret sharing perms
2024-05-29 18:15:22 +05:30
ShubhamPalriwala
686a28cc09
fix: remove ghost users being added as seats in stripe
2024-05-29 18:05:51 +05:30
ShubhamPalriwala
1068e6024d
fix: page title
2024-05-29 14:20:40 +05:30
ShubhamPalriwala
286426b240
feat: use hash as pw & move to symmetric encrpytion
2024-05-29 14:10:47 +05:30
ShubhamPalriwala
b5b778e241
fix: minor ui changes + delete expired secrets + address other feedback
2024-05-29 14:10:47 +05:30
ShubhamPalriwala
f85a35fde8
feat: move feature to org level
2024-05-29 14:10:47 +05:30
ShubhamPalriwala
3b40f37f50
cleanup: console logs
2024-05-29 14:10:46 +05:30
ShubhamPalriwala
4e51a3b784
fix: input type & docs link
2024-05-29 14:10:46 +05:30
ShubhamPalriwala
387981ea87
feat: secret sharing
2024-05-29 14:10:46 +05:30
Maidul Islam
81b0c8bc12
Merge pull request #1897 from Infisical/create-pull-request/patch-1716962873
2024-05-29 02:08:42 -04:00
github-actions
06dca77be2
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-29 06:07:52 +00:00
Maidul Islam
b79ed28bb8
Merge pull request #1895 from Infisical/maidul-12djiqd
2024-05-29 02:07:26 -04:00
Sheen Capadngan
7c6b6653f5
feat: removed the need to pass /api for cli domain
2024-05-29 13:51:20 +08:00
Maidul Islam
6055661515
add secret version secrets index
2024-05-29 00:54:29 -04:00
Daniel Hougaard
f3eda1fd13
Merge pull request #1893 from Infisical/daniel/fix-query-invalidation-bug
...
Fix: Select organization query invalidation
2024-05-29 03:08:41 +02:00
Daniel Hougaard
60178a6ba6
Update queries.tsx
2024-05-29 02:59:53 +02:00
Daniel Hougaard
3e6d43e4df
Update queries.tsx
2024-05-29 02:59:29 +02:00
snyk-bot
f11c2d6b3e
fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MYSQL2-6861580
2024-05-29 00:10:15 +00:00
Maidul Islam
be68ecc25d
update api fields
2024-05-28 17:31:09 -04:00
Maidul Islam
b2ad7cc7c0
small rephrase
2024-05-28 17:20:22 -04:00
Maidul Islam
6c6c436cc6
Merge pull request #1874 from akhilmhdh/feat/tf-role-sp-changes
...
Updates api endpoints for project role and identity specfic privilege
2024-05-28 16:59:44 -04:00
Sheen Capadngan
01ea41611b
Merge pull request #1890 from Infisical/misc/minor-mfa-lock-prompt-adjustments
...
misc: minor ui adjustments
2024-05-29 02:06:05 +08:00
Sheen Capadngan
dc7bf9674a
misc: minor ui adjustments
2024-05-29 02:00:49 +08:00
Sheen Capadngan
b6814b67b0
Merge pull request #1885 from Infisical/fix/gitlab-integration-creation-with-groups
...
fix: resolved gitlab integration creation issue with groups selection
2024-05-29 01:08:45 +08:00
Sheen Capadngan
5234a89612
Merge pull request #1888 from Infisical/create-pull-request/patch-1716910746
...
GH Action: rename new migration file timestamp
2024-05-29 01:01:35 +08:00
Sheen Capadngan
45bb2f0fcc
Merge pull request #1889 from Infisical/fix/added-lock-prompt-to-sso-signin
...
fix: added account locked prompt to sso signin flow
2024-05-29 01:00:48 +08:00
Sheen Capadngan
4c7e218d0d
misc: removed unnecessary set state
2024-05-29 00:58:29 +08:00
Sheen Capadngan
0371a57548
fix: added account locked prompt to sso signin flow
2024-05-29 00:43:14 +08:00
github-actions
7d0eb9a0fd
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-28 15:39:05 +00:00
Sheen Capadngan
44b14756b1
Merge pull request #1861 from Infisical/feat/secure-mfa-endpoints-with-improved-rate-limiting
...
feat: secure mfa endpoints with improved rate limiting and account locking
2024-05-28 23:38:35 +08:00
Sheen Capadngan
1a4f8b23ff
feat: added support for personal secrets creation via CLI
2024-05-28 21:13:59 +08:00
Sheen Capadngan
51f4047207
Merge pull request #1883 from Infisical/misc/improve-rbac-integration-creation-and-update-1
...
misc: improved integration rbac control
2024-05-28 19:49:27 +08:00
Sheen Capadngan
a618e0ebf2
fix: resolved gitlab integration creation issue regarding groups
2024-05-28 19:43:00 +08:00
Maidul Islam
4567e505ec
pause project delete
2024-05-28 05:40:32 -04:00
Vladyslav Matsiiako
c638caede5
changed sidebar color
2024-05-27 22:32:54 -07:00
Vladyslav Matsiiako
300deb5607
added time off page to company wiki
2024-05-27 22:26:21 -07:00
Sheen Capadngan
3e9ce79398
fix: resolved trailing slash issue with additional privileges
2024-05-28 12:38:57 +08:00
Sheen Capadngan
0fc4fb8858
misc: added backend validation for secrets read during integration create/update
2024-05-28 12:13:35 +08:00
Vladyslav Matsiiako
1e63604f1e
added more styling to docs
2024-05-27 16:03:42 -07:00
Vladyslav Matsiiako
6ce86c4240
added more styling to docs
2024-05-27 16:00:39 -07:00
Vladyslav Matsiiako
fd65936ae7
Merge branch 'main' of https://github.com/Infisical/infisical
2024-05-27 15:59:14 -07:00
Daniel Hougaard
c894a18797
Merge pull request #1718 from Infisical/daniel/mi-ux-fix-2
...
Fix: Machine Identities user experience improvement
2024-05-28 00:34:17 +02:00
Vladyslav Matsiiako
c170ba6249
changed docs design
2024-05-27 15:32:56 -07:00
Daniel Hougaard
c344330c93
Merge pull request #1882 from Infisical/daniel/azure-auth-sdk-docs
...
Docs: Azure & Kubernetes auth SDK documentation
2024-05-28 00:18:16 +02:00
Daniel Hougaard
a6dd36f684
Docs: Azure documentation
2024-05-28 00:11:57 +02:00
Daniel Hougaard
eb8acba037
Docs: Azure documentation
2024-05-28 00:11:55 +02:00
Daniel Hougaard
c7a8e1102e
Docs: Azure documentation
2024-05-28 00:11:52 +02:00
Daniel Hougaard
aca71a7b6f
Docs: Azure documentation
2024-05-28 00:11:49 +02:00
Daniel Hougaard
ae075df0ec
Fix: Old docs
2024-05-28 00:11:33 +02:00
Daniel Hougaard
75927f711c
Merge pull request #1863 from Infisical/daniel/auth-sdk-docs
...
Docs: Updated docs to reflect new SDK structure
2024-05-27 23:29:03 +02:00
BlackMagiq
b1b1ce07a3
Merge pull request #1878 from Infisical/create-pull-request/patch-1716795461
...
GH Action: rename new migration file timestamp
2024-05-27 11:10:48 -07:00
Sheen Capadngan
fe4cc950d3
misc: updated temporary lock error message
2024-05-28 01:41:16 +08:00
Sheen Capadngan
81f7884d03
Merge pull request #1881 from Infisical/fix/resolved-identity-deletion-issue-across-projects
...
fix: resolved identity deletion issue across projects
2024-05-28 00:28:18 +08:00
Sheen Capadngan
b8c35fbf15
fix: resolved identity deletion issue across projects
2024-05-28 00:13:47 +08:00
Sheen Capadngan
42e73d66fc
Merge pull request #1873 from Infisical/feat/add-personal-overrides-and-secret-reference-to-download-envs
...
feat: added personal overrides and support for secret ref during download
2024-05-27 23:09:59 +08:00
Sheen Capadngan
a0f678a295
misc: moved to using router push instead of reload
2024-05-27 22:59:24 +08:00
github-actions
fe40e4f475
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-27 07:37:39 +00:00
BlackMagiq
b9782c1a85
Merge pull request #1833 from Infisical/azure-auth
...
Azure Native Authentication Method
2024-05-27 00:37:09 -07:00
Vladyslav Matsiiako
a0be2985dd
Added money page
2024-05-26 22:19:42 -07:00
vmatsiiako
86d16c5b9f
Merge pull request #1877 from Infisical/sheensantoscapadngan-patch-1
...
Update onboarding.mdx
2024-05-26 22:05:12 -07:00
Sheen Capadngan
c1c1471439
Update onboarding.mdx
2024-05-27 12:28:14 +08:00
Sheen Capadngan
3639a7fc18
misc: migrated to native DAL method
2024-05-27 11:01:22 +08:00
Sheen Capadngan
59c8dc3cda
Merge branch 'main' into feat/secure-mfa-endpoints-with-improved-rate-limiting
2024-05-27 10:55:06 +08:00
vmatsiiako
527e1d6b79
Merge pull request #1876 from Infisical/aws-integration-patch
...
added company handbook
2024-05-26 16:16:18 -07:00
Vladyslav Matsiiako
3e32915a82
added company handbook
2024-05-26 16:14:37 -07:00
=
7a955e3fae
docs: api docs for identity specific privilege
2024-05-26 22:49:36 +05:30
=
ee5130f56c
feat: privilege api better permission inputs and required changes in ui for role and privilege
2024-05-26 22:49:35 +05:30
=
719f3beab0
feat: api changes for update role api for identity based use
2024-05-26 22:49:35 +05:30
Maidul Islam
4faa9ced04
Merge pull request #1837 from akhilmhdh/feat/resource-daily-prune
...
Daily cron for cleaning up expired tokens from db
2024-05-24 12:53:26 -04:00
Maidul Islam
b6ff07b605
revert repete cron
2024-05-24 12:45:19 -04:00
Maidul Islam
1753cd76be
update delete access token logic
2024-05-24 12:43:14 -04:00
Sheen Capadngan
f75fc54e10
Merge pull request #1870 from Infisical/doc/updated-gcp-secrets-manager-doc-reminder
...
doc: added reminder for GCP oauth user permissions
2024-05-25 00:00:15 +08:00
Sheen Capadngan
b9a6f94eea
misc: moved user lock reset after backup success
2024-05-24 23:56:24 +08:00
Maidul Islam
966bd77234
Update gcp-secret-manager.mdx
2024-05-24 11:55:29 -04:00
Sheen Capadngan
c782df1176
Merge pull request #1872 from Infisical/fix/resolve-cloudflare-pages-integration
...
fix: resolved cloudflare pages integration
2024-05-24 23:50:57 +08:00
Sheen Capadngan
c0daa11aeb
misc: addressed PR comments
2024-05-24 23:45:16 +08:00
Sheen Capadngan
9b2b6d61be
Merge branch 'main' into feat/secure-mfa-endpoints-with-improved-rate-limiting
2024-05-24 22:18:05 +08:00
Sheen Capadngan
efe10e361f
feat: added personal overrides and support for secret ref to download envs
2024-05-24 22:14:32 +08:00
Sheen Capadngan
e9c5b7f846
Merge pull request #1871 from Infisical/fix/address-json-drop-behavior
...
fix: address json drag behavior
2024-05-24 21:46:33 +08:00
Sheen Capadngan
008b37c0f4
fix: resolved cloudflare pages integration
2024-05-24 19:45:20 +08:00
Sheen Capadngan
c9b234dbea
fix: address json drag behavior
2024-05-24 17:42:38 +08:00
Sheen Capadngan
049df6abec
Merge pull request #1869 from Infisical/misc/made-aws-sm-mapping-plaintext-one-to-one
...
misc: made aws sm mapping one to one plaintext
2024-05-24 02:15:04 +08:00
Sheen Capadngan
8497182a7b
misc: finalized addition
2024-05-24 02:11:03 +08:00
Sheen Capadngan
133841c322
doc: added reminder for oauth user permissions
2024-05-24 01:55:59 +08:00
Sheen Capadngan
e7c5645aa9
misc: made aws sm mapping one to one plaintext
2024-05-24 00:35:55 +08:00
Sheen Capadngan
0bc778b9bf
Merge pull request #1865 from Infisical/feat/add-one-to-one-support-for-aws-sm
...
feat: added one to one support for aws secret manager integration
2024-05-23 23:48:47 +08:00
Sheen Capadngan
b0bc41da14
misc: finalized schema type
2024-05-23 22:18:24 +08:00
Daniel Hougaard
a234b686c2
Merge pull request #1867 from Infisical/daniel/better-no-project-found-error
...
Fix: Better error message on project not found during bot lookup
2024-05-23 15:54:14 +02:00
Daniel Hougaard
6230167794
Update project-bot-fns.ts
2024-05-23 15:48:54 +02:00
Daniel Hougaard
68d1849ba0
Fix: Better error message on project not found during bot lookup
2024-05-23 15:47:08 +02:00
Daniel Hougaard
5c10427eaf
Merge pull request #1866 from Infisical/daniel/fix-no-orgs-selectable
...
Fix: No orgs selectable if a user has been removed from an organization
2024-05-23 15:19:13 +02:00
Daniel Hougaard
290d99e02c
Fix: No orgs selectable if a user has been removed from an organization
2024-05-23 15:11:20 +02:00
Sheen Capadngan
b75d601754
misc: documentation changes and minor UI adjustments
2024-05-23 21:03:48 +08:00
Sheen Capadngan
de2a5b4255
feat: added one to one support for aws SM integration
2024-05-23 20:30:55 +08:00
Daniel Hougaard
3d65d121c0
docs: updated docs to reflect new SDK structure
2024-05-23 04:45:33 +02:00
Maidul Islam
663f8abc51
bring back last updated at for service token
2024-05-22 20:44:07 -04:00
Maidul Islam
941a71efaf
add index for expire at needed for pruning
2024-05-22 20:38:04 -04:00
Maidul Islam
19bbc2ab26
add secrets index
2024-05-22 19:04:44 -04:00
Maidul Islam
f4de52e714
add index on secret snapshot folders
2024-05-22 18:15:04 -04:00
Maidul Islam
0b87121b67
add index to secret-snapshot-secret for field snapshotId
2024-05-22 17:46:16 -04:00
Maidul Islam
e649667da8
add indexs to secret versions and secret snapshot secrets
2024-05-22 16:52:18 -04:00
Maidul Islam
6af4b3f64c
add index for audit logs
2024-05-22 15:48:24 -04:00
Maidul Islam
efcc248486
add tx to find ghost user
2024-05-22 14:54:20 -04:00
Maidul Islam
82eeae6030
track identity
2024-05-22 13:34:44 -04:00
Sheen Capadngan
a0d9331e67
misc: removed comment
2024-05-23 00:21:19 +08:00
Sheen Capadngan
8ec8b1ce2f
feat: add custom rate limiting for mfa
2024-05-22 23:51:58 +08:00
Sheen Capadngan
e3dae9d498
feat: integration user lock flow to frontend
2024-05-22 22:51:20 +08:00
Sheen Capadngan
41d72d5dc6
feat: added user-locking on mfa failure
2024-05-22 21:55:56 +08:00
Maidul Islam
440c77965c
add logs to track permission inject
2024-05-21 22:35:13 -04:00
Maidul Islam
880289217e
revert identity based rate limit
2024-05-21 22:24:53 -04:00
Maidul Islam
d0947f1040
update service tokens
2024-05-21 22:02:01 -04:00
Akhil Mohan
75bb651b1d
docs: updated the cause of option1 and option2 in role update commit
2024-05-22 00:19:04 +05:30
Sheen Capadngan
303edadb1e
Merge pull request #1848 from Infisical/feat/add-integration-sync-status
...
feat: added integration sync status
2024-05-22 01:19:36 +08:00
Maidul Islam
50155a610d
Merge pull request #1858 from Infisical/misc/address-digital-ocean-env-encryption
...
misc: made digital ocean envs encrypted by default
2024-05-21 13:15:09 -04:00
Sheen Capadngan
c2830a56b6
misc: made digital ocean envs encrypted by default
2024-05-22 01:12:28 +08:00
Sheen Capadngan
b9a9b6b4d9
misc: applied ui/ux changes
2024-05-22 00:06:06 +08:00
Maidul Islam
e7f7f271c8
Merge pull request #1857 from Infisical/misc/added-pino-logger-redaction
...
misc: added logger redaction
2024-05-21 11:49:36 -04:00
Sheen Capadngan
b26e96c5a2
misc: added logger redaction
2024-05-21 23:04:11 +08:00
Sheen Capadngan
9b404c215b
adjustment: ui changes to sync button
2024-05-21 16:04:36 +08:00
Sheen Capadngan
d6dae04959
misc: removed unnecessary notification
2024-05-21 14:01:15 +08:00
Sheen Capadngan
629bd9b7c6
added support for manual syncing of integrations
2024-05-21 13:56:44 +08:00
Tuan Dang
4e06fa3a0c
Move azure auth migration file to front
2024-05-20 21:15:42 -07:00
Tuan Dang
0f827fc31a
Merge remote-tracking branch 'origin' into azure-auth
2024-05-20 21:14:30 -07:00
vmatsiiako
3d4aa0fdc9
Merge pull request #1853 from Infisical/daniel/jenkins-docs
...
Docs: Jenkins Plugin
2024-05-20 20:13:42 -07:00
Daniel Hougaard
711e30a6be
Docs: Plugin installation
2024-05-21 04:58:24 +02:00
Daniel Hougaard
7b1462fdee
Docs: Updated Jenkins docs to reflect new plugin
2024-05-21 04:56:26 +02:00
Daniel Hougaard
50915833ff
Images
2024-05-21 04:56:15 +02:00
Maidul Islam
44e37fd531
update distinct id for service tokens
2024-05-20 19:50:52 -04:00
Maidul Islam
fa3f957738
count for null actor
2024-05-20 19:26:03 -04:00
Maidul Islam
224b26ced6
Merge pull request #1852 from Infisical/rate-limit-based-on-identity
...
rate limit based on identity
2024-05-20 19:04:41 -04:00
Maidul Islam
e833d9e67c
revert secret read limit
2024-05-20 19:01:01 -04:00
Maidul Islam
dc08edb7d2
rate limit based on identity
2024-05-20 18:52:23 -04:00
Maidul Islam
0b78e30848
Delete mongo infisical helm
2024-05-20 16:27:15 -04:00
Sheen Capadngan
9253c69325
misc: finalized ui design of integration sync status
2024-05-21 02:35:23 +08:00
Tuan Dang
7189544705
Merge branch 'azure-auth' of https://github.com/Infisical/infisical into azure-auth
2024-05-20 08:41:19 -07:00
Tuan Dang
a724ab101c
Fix identities docs markings
2024-05-20 08:39:10 -07:00
Sheen Capadngan
7d3a62cc4c
feat: added integration sync status
2024-05-20 20:56:29 +08:00
Tuan Dang
dea67e3cb0
Update azure auth based on review
2024-05-19 22:24:26 -07:00
Tuan Dang
ce66cccd8b
Fix merge conflicts
2024-05-19 22:19:49 -07:00
Tuan Dang
7e2147f14e
Adjust aws iam auth docs
2024-05-19 22:05:38 -07:00
Daniel Hougaard
91eda2419a
Update machine-identities.mdx
2024-05-20 00:32:10 +02:00
Akhil Mohan
32f39c98a7
Merge pull request #1842 from akhilmhdh/feat/membership-by-id
...
Endpoints for retreiving membership details
2024-05-19 23:51:30 +05:30
Maidul Islam
ddf6db5a7e
small rephrase
2024-05-19 14:19:42 -04:00
BlackMagiq
554dbf6c23
Merge pull request #1846 from Infisical/create-pull-request/patch-1716042374
...
GH Action: rename new migration file timestamp
2024-05-18 07:33:38 -07:00
github-actions
d1997f04c0
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-18 14:26:13 +00:00
BlackMagiq
deefaa0961
Merge pull request #1827 from Infisical/k8s-auth
...
Kubernetes Native Authentication Method
2024-05-18 07:25:52 -07:00
Tuan Dang
a392c9f022
Move k8s migration to front
2024-05-17 22:41:33 -07:00
Maidul Islam
34222b83ee
review fixes for k8s auth
2024-05-17 21:44:02 -04:00
Tuan Dang
b350eef2b9
Add access token trusted ip support for azure auth
2024-05-17 15:43:12 -07:00
Tuan Dang
85725215f2
Merge remote-tracking branch 'origin' into azure-auth
2024-05-17 15:41:58 -07:00
Tuan Dang
ef36852a47
Add access token trusted ip support to k8s auth
2024-05-17 15:41:32 -07:00
Tuan Dang
d79fd826a4
Merge remote-tracking branch 'origin' into k8s-auth
2024-05-17 15:39:52 -07:00
Maidul Islam
18aaa423a9
Merge pull request #1845 from Infisical/patch-gcp-id-token-auth
...
Patch Identity Access Token Trusted IPs validation for AWS/GCP Auth
2024-05-17 18:38:15 -04:00
Tuan Dang
32c33eaf6e
Patch identity token trusted ips validation for aws/gcp auths
2024-05-17 11:58:08 -07:00
Maidul Islam
702699b4f0
Update faq.mdx
2024-05-17 12:13:11 -04:00
Maidul Islam
35ee03d347
Merge pull request #1843 from akhilmhdh/fix/validation-permission
...
feat: added validation for project permission body in identity specific privilege
2024-05-17 11:50:35 -04:00
=
9c5deee688
feat: added validation for project permission body in identity specific privilege
2024-05-17 21:09:50 +05:30
=
ce4cb39a2d
docs: added doc for new endpoints of getting membership and some title change
2024-05-17 20:49:58 +05:30
=
84724e5f65
feat: added endpoints to fetch a particule project user membership and identity
2024-05-17 20:45:31 +05:30
=
56c2e12760
feat: added create identity project membership to api reference and support for roles
2024-05-17 17:09:35 +05:30
=
21656a7ab6
docs: seperate project user and identities api into seperate
2024-05-17 16:15:52 +05:30
=
2ccc77ef40
feat: split project api description for identities and users into seperate
2024-05-17 16:15:05 +05:30
Akhil Mohan
1438415d0c
Merge pull request #1450 from Cristobal-M/feat-support-imports-in-cli-export
...
feat(cli): support of include-imports in export command
2024-05-17 14:21:34 +05:30
Akhil Mohan
eca0e62764
Merge pull request #1829 from akhilmhdh/feat/revoke-access-token
...
Revoke access token endpoint
2024-05-16 23:41:38 +05:30
Maidul Islam
e4186f0317
Merge pull request #1838 from akhilmhdh/fix/aws-parameter-stoer
...
fix: get all secrets from aws ssm
2024-05-16 12:27:20 -04:00
=
704c630797
feat: added rate limit for sync secrets
2024-05-16 21:34:31 +05:30
Maidul Islam
f398fee2b8
make var readable
2024-05-16 11:43:32 -04:00
=
7fce51e8c1
fix: get all secrets from aws ssm
2024-05-16 20:51:07 +05:30
=
76c9d642a9
fix: resolved identity check failing due to comma seperated header in ip
2024-05-16 15:46:19 +05:30
=
3ed5dd6109
feat: removed audit log queue and switched to resource clean up queue
2024-05-16 15:46:19 +05:30
=
08e7815ec1
feat: added increment and decrement ops in update knex orm
2024-05-16 15:46:19 +05:30
=
04d961b832
feat: added dal to remove expired token for queue and fixed token validation check missing num uses increment and maxTTL failed check
2024-05-16 15:46:18 +05:30
Cristobal
a6fe233122
Feat: missing documentation for include-imports in export and run command
2024-05-16 11:44:29 +02:00
Tuan Dang
9c0a1b7089
Merge remote-tracking branch 'origin' into azure-auth
2024-05-15 23:23:50 -07:00
Tuan Dang
9352e8bca0
Add docs for Azure auth
2024-05-15 23:13:19 -07:00
Maidul Islam
5e678b1ad2
Merge pull request #1836 from akhilmhdh/fix/create-secret-fail-reference
...
fix: resolved create secret failing for reference
2024-05-15 22:34:37 -04:00
Akhil Mohan
cf453e87d8
Merge pull request #1835 from Infisical/daniel/fix-expansion
...
Fix: Fix secret expansion II
2024-05-16 08:02:41 +05:30
=
4af703df5b
fix: resolved create secret failing for reference
2024-05-16 07:35:05 +05:30
Daniel Hougaard
75b8b521b3
Update secret-service.ts
2024-05-16 03:31:01 +02:00
Daniel Hougaard
58c1d3b0ac
Merge pull request #1832 from Infisical/daniel/fix-secret-expand-with-recursive
...
Fix: Secret expansion with recursive mode enabled
2024-05-16 02:33:28 +02:00
Maidul Islam
6b5cafa631
Merge pull request #1834 from Infisical/patch-update-project-identity
...
patch project identity update
2024-05-15 20:23:09 -04:00
Maidul Islam
4a35623956
remove for of with for await
2024-05-15 20:19:10 -04:00
Maidul Islam
74fe673724
patch project identity update
2024-05-15 20:12:45 -04:00
Tuan Dang
265932df20
Finish preliminary azure auth method
2024-05-15 16:30:42 -07:00
Daniel Hougaard
2f92719771
Fix: Secret expansion with recursive mode
2024-05-16 00:29:07 +02:00
Akhil Mohan
399ca7a221
Merge pull request #1826 from justin1121/patch-1
...
Update secret-versioning.mdx
2024-05-15 15:34:03 +05:30
=
29f37295e1
docs: added revoke token api to api-reference
2024-05-15 15:27:26 +05:30
=
e3184a5f40
feat(api): added revoke access token endpoint
2024-05-15 15:26:38 +05:30
Tuan Dang
ace008f44e
Make rejectUnauthorized true if ca cert is passed for k8s auth method
2024-05-14 22:49:37 -07:00
Maidul Islam
4afd95fe1a
Merge pull request #1825 from akhilmhdh/feat/sync-integration-inline
...
Secret reference and integration sync support
2024-05-15 01:36:19 -04:00
Maidul Islam
3cd719f6b0
update index secret references button
2024-05-15 09:57:24 +05:30
Maidul Islam
c6352cc970
updated texts and comments
2024-05-15 09:57:24 +05:30
=
d4555f9698
feat: ui for reindex secret reference
2024-05-15 09:57:24 +05:30
=
393964c4ae
feat: implemented inline secret reference integration sync
2024-05-15 09:57:23 +05:30
Tuan Dang
e4afbe8662
Update k8s auth docs
2024-05-14 20:44:09 -07:00
Tuan Dang
0d89aa8607
Add docs for K8s auth method
2024-05-14 18:02:05 -07:00
Tuan Dang
2b91ec5ae9
Fix merge conflicts
2024-05-14 13:37:39 -07:00
Maidul Islam
c438479246
update prod pipeline names
2024-05-14 16:14:42 -04:00
Justin Patriquin
9828cbbfbe
Update secret-versioning.mdx
2024-05-14 16:28:43 -03:00
Tuan Dang
cd910a2fac
Update k8s auth impl to be able to test ca, tokenReviewerjwt locally
2024-05-14 11:42:26 -07:00
Maidul Islam
fc1dffd7e2
Merge pull request #1823 from Infisical/snyk-fix-a2a4b055e42c14d5cbdb505e7670d300
...
[Snyk] Security upgrade bullmq from 5.3.3 to 5.4.2
2024-05-14 12:02:13 -04:00
Maidul Islam
55f8198a2d
Merge pull request #1821 from matthewaerose/patch-1
...
Fix: Correct typo from 'Halm' to 'Helm'
2024-05-14 11:46:49 -04:00
Maidul Islam
4d166402df
Merge pull request #1824 from Infisical/create-pull-request/patch-1715660210
...
GH Action: rename new migration file timestamp
2024-05-14 00:17:34 -04:00
github-actions
19edf83dbc
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-14 04:16:49 +00:00
snyk-bot
13f6b238e7
fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
2024-05-14 04:16:40 +00:00
Maidul Islam
8dee1f8fc7
Merge pull request #1800 from Infisical/gcp-iam-auth
...
GCP Native Authentication Method
2024-05-14 00:16:28 -04:00
Maidul Islam
3b23035dfb
disable secret scanning
2024-05-13 23:12:36 -04:00
Matthew
0c8ef13d8d
Fix: Correct typo from 'Halm' to 'Helm'
2024-05-13 13:38:09 -05:00
Maidul Islam
389d51fa5c
Merge pull request #1819 from akhilmhdh/feat/hide-secret-scanner
...
feat: added secret-scanning disable option
2024-05-13 13:53:35 -04:00
Maidul Islam
638208e9fa
update secret scanning text
2024-05-13 13:48:23 -04:00
Maidul Islam
c176d1e4f7
Merge pull request #1818 from akhilmhdh/fix/patches-v2
...
Improvised secret input component and fontawesome performance improvment
2024-05-13 13:42:30 -04:00
=
91a23a608e
feat: added secret-scanning disable option
2024-05-13 21:55:37 +05:30
=
c6a25271dd
fix: changed cross key to check for submission for save secret changes
2024-05-13 19:50:38 +05:30
=
0f5c1340d3
feat: dashboard optimized on font awesome levels using symbols technique
2024-05-13 13:40:59 +05:30
=
ecbdae110d
feat: simplified secret input with auto completion
2024-05-13 13:40:59 +05:30
=
8ef727b4ec
fix: resolved typo in dashboard nav header redirection
2024-05-13 13:40:59 +05:30
=
c6f24dbb5e
fix: resolved unique key error secret input rendering
2024-05-13 13:40:59 +05:30
Tuan Dang
c45dae4137
Merge remote-tracking branch 'origin' into k8s-auth
2024-05-12 16:16:44 -07:00
vmatsiiako
18c0d2fd6f
Merge pull request #1814 from Infisical/aws-integration-patch
...
Allow updating tags in AWS Secret Manager integration
2024-05-12 15:03:19 -07:00
Tuan Dang
c1fb8f47bf
Add UntagResource IAM policy requirement for AWS SM integration docs
2024-05-12 08:57:41 -07:00
Tuan Dang
bd57a068d1
Fix merge conflicts
2024-05-12 08:43:29 -07:00
Maidul Islam
990eddeb32
Merge pull request #1816 from akhilmhdh/fix/remove-migration-notice
...
fix: removed migration notice
2024-05-11 13:43:04 -04:00
=
ce01f8d099
fix: removed migration notice
2024-05-11 23:04:43 +05:30
Maidul Islam
faf6708b00
Merge pull request #1815 from akhilmhdh/fix/migration-mode-patch-v1
...
feat: maintaince mode enable machine identity login and renew
2024-05-11 11:26:21 -04:00
=
a58d6ebdac
feat: maintaince mode enable machine identity login and renew
2024-05-11 20:54:00 +05:30
Tuan Dang
818b136836
Make app and appId optional in update integration endpoint
2024-05-10 19:17:40 -07:00
Tuan Dang
0cdade6a2d
Update AWS SM integration to allow updating tags
2024-05-10 19:07:44 -07:00
Tuan Dang
bcf9b68e2b
Update GCP auth method description
2024-05-10 10:28:29 -07:00
Tuan Dang
6aa9fb6ecd
Updated docs
2024-05-10 10:24:29 -07:00
Tuan Dang
38e7382d85
Remove GCP audit log space
2024-05-10 10:15:43 -07:00
Tuan Dang
95e12287c2
Minor edits to renaming GCE -> ID Token
2024-05-10 10:14:13 -07:00
Tuan Dang
c6d14a4bea
Update
2024-05-10 10:10:51 -07:00
Tuan Dang
0a91586904
Remove service account JSON requirement from GCP Auth
2024-05-10 09:56:35 -07:00
Sheen Capadngan
6561a9c7be
Merge pull request #1804 from Infisical/feat/add-support-for-secret-folder-rename-overview
...
Feature: add support for secret folder rename in the overview page
2024-05-10 23:07:14 +08:00
Daniel Hougaard
86aaa486b4
Update secret-folder-service.ts
2024-05-10 17:00:30 +02:00
Sheen Capadngan
9880977098
misc: addressed naming suggestion
2024-05-10 22:52:08 +08:00
Sheen Capadngan
b93aaffe77
adjustment: updated to use project slug
2024-05-10 22:34:16 +08:00
Maidul Islam
1ea0d55dd1
Merge pull request #1813 from Infisical/misc/update-documentation-for-github-integration
...
misc: updated documentation for github integration to include official action
2024-05-10 09:14:14 -04:00
Sheen Capadngan
0866a90c8e
misc: updated documentation for github integration
2024-05-10 16:29:12 +08:00
Sheen Capadngan
3fff272cb3
feat: added snapshot for batch
2024-05-10 15:46:31 +08:00
Sheen Capadngan
2559809eac
misc: addressed formatting issues
2024-05-10 14:41:35 +08:00
Sheen Capadngan
f32abbdc25
feat: integrate overview folder rename with new batch endpoint
2024-05-10 14:00:49 +08:00
Sheen Capadngan
a6f750fafb
feat: added batch update endpoint for folders
2024-05-10 13:57:00 +08:00
Tuan Dang
610f474ecc
Rename migration file
2024-05-09 16:58:39 -07:00
Tuan Dang
03f4a699e6
Improve GCP docs
2024-05-09 16:53:08 -07:00
Tuan Dang
533d49304a
Update GCP documentation
2024-05-09 15:35:50 -07:00
Tuan Dang
184b59ad1d
Resolve merge conflicts
2024-05-09 12:51:24 -07:00
Maidul Islam
b4a2123fa3
Merge pull request #1812 from Infisical/delete-pg-migrator
...
Delete PG migrator folder
2024-05-09 15:19:04 -04:00
Tuan Dang
79cacfa89c
Delete PG migrator folder
2024-05-09 12:16:13 -07:00
Maidul Islam
44531487d6
Merge pull request #1811 from Infisical/maidul-pacth233
...
revert schema name for memberships-unique-constraint
2024-05-09 13:46:32 -04:00
Maidul Islam
7c77a4f049
revert schema name
2024-05-09 13:42:23 -04:00
Maidul Islam
9dfb587032
Merge pull request #1810 from Infisical/check-saml-email-verification
...
Update isEmailVerified field upon invite signups
2024-05-09 13:03:52 -04:00
Tuan Dang
3952ad9a2e
Update isEmailVerified field upon invite signups
2024-05-09 09:51:53 -07:00
Akhil Mohan
9c15cb407d
Merge pull request #1806 from Infisical/aws-non-delete
...
Add option to not delete secrets in parameter store
2024-05-09 21:56:48 +05:30
Maidul Islam
cb17efa10b
Merge pull request #1809 from akhilmhdh/fix/patches-v2
...
Workspace slug support in secret v3 Get Key
2024-05-09 12:17:14 -04:00
Maidul Islam
4adc2c4927
update api descriptions
2024-05-09 12:11:46 -04:00
Maidul Islam
1a26b34ad8
Merge pull request #1805 from Infisical/revise-aws-auth
...
Reframe AWS IAM auth to AWS Auth with IAM type
2024-05-09 12:06:31 -04:00
=
21c339d27a
fix: better error message on ua based login error
2024-05-09 21:32:09 +05:30
Maidul Islam
1da4cf85f8
rename schema file
2024-05-09 11:59:47 -04:00
=
20f29c752d
fix: added workspaceSlug support get secret by key
2024-05-09 21:23:57 +05:30
BlackMagiq
29ea12f8b1
Merge pull request #1807 from Infisical/mermaid-universal-auth
...
Add mermaid diagram for Universal Auth
2024-05-08 22:05:12 -07:00
Tuan Dang
b4f1cce587
Add mermaid diagram for universal auth
2024-05-08 22:03:57 -07:00
Maidul Islam
5a92520ca3
Update build-staging-and-deploy-aws.yml
2024-05-09 00:53:42 -04:00
Tuan Dang
42471b22bb
Finish AWS Auth mermaid diagram
2024-05-08 21:52:56 -07:00
Vladyslav Matsiiako
79704e9c98
add option to not delete secrets in parameter store
2024-05-08 21:49:09 -07:00
Maidul Islam
1165d11816
Update build-staging-and-deploy-aws.yml
2024-05-09 00:27:21 -04:00
Tuan Dang
15ea96815c
Rename AWS IAM auth to AWS Auth with IAM type
2024-05-08 21:22:23 -07:00
Maidul Islam
86d4d88b58
package json lock
2024-05-09 00:19:44 -04:00
Maidul Islam
a12ad91e59
Update build-staging-and-deploy-aws.yml
2024-05-09 00:15:42 -04:00
Tuan Dang
3113e40d0b
Add mermaid diagrams to gcp auth docs
2024-05-08 20:09:08 -07:00
Tuan Dang
2406d3d904
Update GCP auth docs
2024-05-08 17:03:26 -07:00
Tuan Dang
e99182c141
Complete adding GCP GCE auth
2024-05-08 15:51:09 -07:00
vmatsiiako
f23056bcbc
Update IdentityTable.tsx
2024-05-08 09:20:30 -07:00
Sheen Capadngan
522dd0836e
feat: added validation for folder name duplicates
2024-05-08 23:25:33 +08:00
Sheen Capadngan
e461787c78
feat: added support for renaming folders in the overview page
2024-05-08 23:24:33 +08:00
Sheen Capadngan
f74993e850
Merge pull request #1803 from Infisical/misc/improved-select-path-component-ux-1
...
misc: added handling of input focus to select path component
2024-05-08 22:00:02 +08:00
Sheen Capadngan
d0036a5656
Merge remote-tracking branch 'origin/main' into misc/improved-select-path-component-ux-1
2024-05-08 17:28:31 +08:00
Sheen Capadngan
e7f19421ef
misc: resolved auto-popup of suggestions
2024-05-08 17:24:06 +08:00
Daniel Hougaard
e18d830fe8
Merge pull request #1801 from Infisical/daniel/k8-recursive
...
Feat: Recursive support for K8 operaetor
2024-05-08 00:44:07 +02:00
Daniel Hougaard
be2fc4fec4
Update Chart.yaml
2024-05-08 00:42:38 +02:00
Daniel Hougaard
829dbb9970
Update values.yaml
2024-05-08 00:41:53 +02:00
Daniel Hougaard
0b012c5dfb
Chore: Helm
2024-05-08 00:23:50 +02:00
Daniel Hougaard
b0421ccad0
Docs: Add recursive to example
2024-05-08 00:21:08 +02:00
Daniel Hougaard
6b83326d00
Feat: Recursive mode support
2024-05-08 00:18:53 +02:00
Daniel Hougaard
1f6abc7f27
Feat: Recursive mode and fix error formatting
2024-05-08 00:18:40 +02:00
Daniel Hougaard
4a02520147
Update sample
2024-05-08 00:18:26 +02:00
Daniel Hougaard
14f38eb961
Feat: Recursive mode types
2024-05-08 00:16:51 +02:00
Tuan Dang
ac469dbe4f
Update GCP auth docs
2024-05-07 14:58:14 -07:00
Tuan Dang
d98430fe07
Merge remote-tracking branch 'origin' into gcp-iam-auth
2024-05-07 14:29:08 -07:00
Tuan Dang
82bafd02bb
Fix merge conflicts
2024-05-07 14:28:41 -07:00
BlackMagiq
37a59b2576
Merge pull request #1799 from Infisical/create-pull-request/patch-1715116016
...
GH Action: rename new migration file timestamp
2024-05-07 14:27:45 -07:00
github-actions
cebd22da8e
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-07 21:06:55 +00:00
BlackMagiq
d200405c6e
Merge pull request #1778 from Infisical/aws-iam-auth
...
AWS IAM Authentication Method
2024-05-07 14:06:30 -07:00
Maidul Islam
3a1cdc4f44
Delete backend/src/db/migrations/20240507162149_test.ts
2024-05-07 15:41:09 -04:00
Tuan Dang
1d40d9e448
Begin frontend for GCP IAM Auth
2024-05-07 12:40:19 -07:00
Tuan Dang
e96ca8d355
Draft GCP IAM Auth docs
2024-05-07 12:15:18 -07:00
Maidul Islam
2929d94f0a
Merge pull request #1797 from Infisical/maidul98-patch-10
...
test
2024-05-07 14:28:03 -04:00
Maidul Islam
0383ae9e8b
Create 20240507162149_test.ts
2024-05-07 14:27:44 -04:00
Maidul Islam
00faa6257f
Delete backend/src/db/migrations/20240507162149_test.ts
2024-05-07 14:27:33 -04:00
Maidul Islam
183bde55ca
correctly fetch merged by user login
2024-05-07 14:26:56 -04:00
Maidul Islam
c96fc1f798
Merge pull request #1795 from Infisical/maidul98-patch-9
...
test
2024-05-07 14:09:49 -04:00
Maidul Islam
80f7ff1ea8
Create 20240507162149_test.ts
2024-05-07 14:09:38 -04:00
Maidul Islam
c87620109b
Rename 20240507162141_access to 20240507162141_access.ts
2024-05-07 13:58:10 -04:00
Maidul Islam
02c158b4ed
Delete backend/src/db/migrations/20240507162180_test
2024-05-07 13:47:25 -04:00
Tuan Dang
588f4bdb09
Fix merge conflict
2024-05-07 10:45:07 -07:00
Tuan Dang
4d74d264dd
Finish preliminary backend endpoints for GCP IAM Auth method
2024-05-07 10:42:39 -07:00
Maidul Islam
ddfa64eb33
Merge pull request #1793 from Infisical/maidul98-patch-8
...
testing-ignore
2024-05-07 13:27:19 -04:00
Maidul Islam
7fdaa1543a
Create 20240507162180_test
2024-05-07 13:26:52 -04:00
Maidul Islam
c8433f39ed
Delete backend/src/db/migrations/20240507162180_test
2024-05-07 13:26:42 -04:00
Maidul Islam
ba238a8f3b
get pr details by pr number
2024-05-07 13:25:35 -04:00
Sheen Capadngan
dd89a80449
Merge pull request #1788 from Infisical/feature/add-multi-select-deletion-overview
...
Feature: Add support for deleting secrets and folders in the Overview page
2024-05-08 01:25:21 +08:00
Maidul Islam
a1585db76a
Merge pull request #1791 from Infisical/maidul98-patch-7
...
Create 20240507162180_test
2024-05-07 13:16:59 -04:00
Maidul Islam
f5f0bf3c83
Create 20240507162180_test
2024-05-07 13:16:42 -04:00
Maidul Islam
3638645b8a
get closed by user
2024-05-07 13:15:15 -04:00
Sheen Capadngan
f957b9d970
misc: migrated to react-state
2024-05-08 01:03:41 +08:00
Maidul Islam
b461697fbf
Merge pull request #1790 from Infisical/fix/api-doc-typo
...
doc: fixed typo in api privilege documentation
2024-05-07 12:56:34 -04:00
Akhil Mohan
3ce91b8a20
doc: fixed typo in api privilege documentation
2024-05-07 22:25:36 +05:30
Sheen Capadngan
8bab14a672
misc: added handling of input focus
2024-05-08 00:43:14 +08:00
Maidul Islam
78922a80e2
Merge pull request #1716 from Infisical/snyk-fix-0eecde4245cc6ed2d19ec9aa18a14703
...
[Snyk] Security upgrade mysql2 from 3.9.4 to 3.9.7
2024-05-07 12:23:13 -04:00
Maidul Islam
0181007c66
Merge pull request #1789 from Infisical/create-pull-request/patch-1715098901
...
GH Action: rename new migration file timestamp
2024-05-07 12:22:42 -04:00
github-actions
306cf8733e
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-07 16:21:40 +00:00
Maidul Islam
6e829516db
Merge pull request #1652 from Infisical/daniel/request-access
...
Feat: Request Access
2024-05-07 12:21:17 -04:00
Sheen Capadngan
c08fcc6f5e
adjustment: finalized notification text
2024-05-08 00:12:55 +08:00
Daniel Hougaard
9a585ad930
Fix: Rebase error
2024-05-07 17:30:36 +02:00
Daniel Hougaard
95c1fff7d3
Chore: Remove unused files
2024-05-07 17:30:36 +02:00
Daniel Hougaard
9c2591f3a6
Fix: Moved Divider to v2
2024-05-07 17:30:36 +02:00
Daniel Hougaard
a579598b6d
Chore: Moved verifyApprovers
2024-05-07 17:30:36 +02:00
Daniel Hougaard
af0d31db2c
Fix: Improved migrations
2024-05-07 17:30:36 +02:00
Daniel Hougaard
fb6c4acf31
Delete access-approval-request-secret-dal.ts
2024-05-07 17:30:36 +02:00
Daniel Hougaard
551ca0fa8c
Migration improvements
2024-05-07 17:30:36 +02:00
Daniel Hougaard
4a0ccbe69e
Fixed bugs
2024-05-07 17:30:36 +02:00
Daniel Hougaard
f5a463ddea
Update SecretApprovalPage.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
ce1ad6f32e
Fix: Rebase errors
2024-05-07 17:30:36 +02:00
Daniel Hougaard
56c8b4f5e5
Removed unnessecary types
2024-05-07 17:30:36 +02:00
Daniel Hougaard
29b26e3158
Update AccessApprovalRequest.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
6e209bf099
Update AccessApprovalRequest.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
949d210263
Update AccessApprovalRequest.tsx
2024-05-07 17:30:36 +02:00
Vladyslav Matsiiako
1a2d8e96f3
style changes
2024-05-07 17:30:36 +02:00
Daniel Hougaard
9198eb5fba
Update licence-fns.ts
2024-05-07 17:30:36 +02:00
Daniel Hougaard
0580f37c5e
Update generate-schema-types.ts
2024-05-07 17:30:36 +02:00
Daniel Hougaard
e53d40f0e5
Update SecretApprovalPage.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
801c0c5ada
Fix: Remove redundant code
2024-05-07 17:30:36 +02:00
Daniel Hougaard
7b8af89bee
Fix: Validate approvers access
2024-05-07 17:30:36 +02:00
Daniel Hougaard
ef7f5c9eac
Feat: Request access (new routes)
2024-05-07 17:30:36 +02:00
Daniel Hougaard
db0b4a5ad1
Feat: Request access
2024-05-07 17:30:36 +02:00
Daniel Hougaard
cb505d1525
Draft
2024-05-07 17:30:36 +02:00
Daniel Hougaard
c66476e2b4
Fix: Multiple approvers acceptance bug
2024-05-07 17:30:36 +02:00
Daniel Hougaard
60a06edd9b
Style: Fix styling
2024-05-07 17:30:36 +02:00
Daniel Hougaard
e8e1d46f0e
Capitalization
2024-05-07 17:30:36 +02:00
Daniel Hougaard
038fe3508c
Removed unnessecary types
2024-05-07 17:30:36 +02:00
Daniel Hougaard
7d1dff9e5a
Fix: Security vulnurbility making it possible to spoof env & secret path requested.
2024-05-07 17:30:36 +02:00
Daniel Hougaard
5117f5d3c1
Update AccessApprovalRequest.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
350dd97b98
Update AccessApprovalRequest.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
121902e51f
Update AccessApprovalRequest.tsx
2024-05-07 17:30:36 +02:00
Vladyslav Matsiiako
923bf02046
style changes
2024-05-07 17:30:36 +02:00
Daniel Hougaard
27447ddc88
Update licence-fns.ts
2024-05-07 17:30:36 +02:00
Daniel Hougaard
a3b4b650d1
Removed unused parameter
2024-05-07 17:30:36 +02:00
Daniel Hougaard
3f0f45e853
Update SpecificPrivilegeSection.tsx
2024-05-07 17:30:36 +02:00
Daniel Hougaard
3bb50b235d
Update generate-schema-types.ts
2024-05-07 17:30:36 +02:00
Daniel Hougaard
1afd120e8e
Feat: Request access
2024-05-07 17:30:36 +02:00
Daniel Hougaard
ab3593af37
Feat: Request access
2024-05-07 17:30:36 +02:00
Daniel Hougaard
2c2afbea7a
Fix: Move to project slug
2024-05-07 17:30:36 +02:00
Daniel Hougaard
4eabbb3ac5
Fix: Added support for request access
2024-05-07 17:30:36 +02:00
Daniel Hougaard
1ccd74e1a5
Fix: Remove redundant code
2024-05-07 17:30:35 +02:00
Daniel Hougaard
812cced9d5
Feat: Request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
cd6be68461
Fix: Validate approvers access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
5c69bbf515
Feat: Request access (new routes)
2024-05-07 17:30:35 +02:00
Daniel Hougaard
448f89fd1c
Feat: Request Access (migrations)
2024-05-07 17:30:35 +02:00
Daniel Hougaard
3331699f56
Feat: Request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
810f670e64
Feat: Request Access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
5894df4370
Draft
2024-05-07 17:30:35 +02:00
Daniel Hougaard
2aacd54116
Update SpecificPrivilegeSection.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
73d9fcc0de
Draft
2024-05-07 17:30:35 +02:00
Tuan Dang
7ac3bb20df
Update instance recognition of offline license
2024-05-07 17:30:35 +02:00
Daniel Hougaard
d659b5a624
Fix: Duplicate access request check
2024-05-07 17:30:35 +02:00
Daniel Hougaard
0bbdf2a8f4
Update SecretApprovalPage.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
a8eba9cfbf
Fix: Moved from email to username
2024-05-07 17:30:35 +02:00
Daniel Hougaard
a3d7c5f599
Cleanup
2024-05-07 17:30:35 +02:00
Daniel Hougaard
c325674da0
Fix: Move standalone components to individual files
2024-05-07 17:30:35 +02:00
Daniel Hougaard
3637152a6b
Chore: Remove unused files
2024-05-07 17:30:35 +02:00
Daniel Hougaard
8ed3c0cd68
Fix: Use username instead of email
2024-05-07 17:30:35 +02:00
Daniel Hougaard
cdd836d58f
Fix: Columns
2024-05-07 17:30:35 +02:00
Daniel Hougaard
3d3b1eb21a
Fix: Use username instead of email
2024-05-07 17:30:35 +02:00
Daniel Hougaard
6aab28c4c7
Feat: Badge component
2024-05-07 17:30:35 +02:00
Daniel Hougaard
f038b28c1c
Fix: Moved Divider to v2
2024-05-07 17:30:35 +02:00
Daniel Hougaard
24a286e898
Update index.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
0c1103e778
Fix: Pick
2024-05-07 17:30:35 +02:00
Daniel Hougaard
2c1eecaf85
Chore: Moved verifyApprovers
2024-05-07 17:30:35 +02:00
Daniel Hougaard
5884565de7
Fix: Make verifyApprovers independent on memberships
2024-05-07 17:30:35 +02:00
Daniel Hougaard
dd43268506
Fix: Made API endpoints more REST compliant
2024-05-07 17:30:35 +02:00
Daniel Hougaard
9d362b8597
Chore: Cleaned up models
2024-05-07 17:30:35 +02:00
Daniel Hougaard
972ecc3e92
Fix: Improved migrations
2024-05-07 17:30:35 +02:00
Daniel Hougaard
dc3014409f
Delete access-approval-request-secret-dal.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
4e449f62c0
Fix: Don't display requested by when user has no access to read workspace members
2024-05-07 17:30:35 +02:00
Daniel Hougaard
c911a7cd81
Fix: Don't display requested by when user has no access to read workspace members
2024-05-07 17:30:35 +02:00
Daniel Hougaard
44370d49e3
Fix: Add tooltip for clarity and fix wording
2024-05-07 17:30:35 +02:00
Daniel Hougaard
c7d2dfd351
Fix: Requesting approvals on previously rejected resources
2024-05-07 17:30:35 +02:00
Daniel Hougaard
1785548a40
Fix: Sort by createdAt
2024-05-07 17:30:35 +02:00
Daniel Hougaard
2baf9e0739
Migration improvements
2024-05-07 17:30:35 +02:00
Daniel Hougaard
01e7ed23ba
Fixed bugs
2024-05-07 17:30:35 +02:00
Daniel Hougaard
1f789110e3
Update SecretApprovalPage.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
c874c943c1
Fix: Rebase errors
2024-05-07 17:30:35 +02:00
Daniel Hougaard
dab69dcb51
Removed unnessecary types
2024-05-07 17:30:35 +02:00
Daniel Hougaard
8e82bfae86
Update AccessApprovalRequest.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
bc810ea567
Update AccessApprovalRequest.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
22470376d9
Update AccessApprovalRequest.tsx
2024-05-07 17:30:35 +02:00
Vladyslav Matsiiako
bb9503471f
style changes
2024-05-07 17:30:35 +02:00
Daniel Hougaard
a687b1d0db
Update licence-fns.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
0aa77f90c8
Update SpecificPrivilegeSection.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
5a04371fb0
Update generate-schema-types.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
70c06c91c8
Update SecretApprovalPage.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
926d324ae3
Fix: Added support for request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
e48377dea9
Fix: Remove redundant code
2024-05-07 17:30:35 +02:00
Daniel Hougaard
5e1484bd05
Fix: Validate approvers access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
6d9de752d7
Feat: Request access (new routes)
2024-05-07 17:30:35 +02:00
Daniel Hougaard
f9a9b1222e
Feat: Request Access (migrations)
2024-05-07 17:30:35 +02:00
Daniel Hougaard
4326ce970a
Feat: Request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
7a3a9ca9ea
Draft
2024-05-07 17:30:35 +02:00
Daniel Hougaard
32a110e0ca
Fix: Multiple approvers acceptance bug
2024-05-07 17:30:35 +02:00
Daniel Hougaard
da5278f6bf
Fix: Rename change -> secret
2024-05-07 17:30:35 +02:00
Daniel Hougaard
7e765681cb
Style: Fix styling
2024-05-07 17:30:35 +02:00
Daniel Hougaard
0990ce1f92
Capitalization
2024-05-07 17:30:35 +02:00
Daniel Hougaard
2369ff6813
Removed unnessecary types
2024-05-07 17:30:35 +02:00
Daniel Hougaard
478520f090
Remove unnessecary types and projectMembershipid
2024-05-07 17:30:35 +02:00
Daniel Hougaard
54313f9c08
Renaming
2024-05-07 17:30:35 +02:00
Daniel Hougaard
cb8763bc9c
Update smtp-service.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
c5d11eee7f
Feat: Find users by project membership ID's
2024-05-07 17:30:35 +02:00
Daniel Hougaard
8e1d19c041
Feat: access request emails
2024-05-07 17:30:35 +02:00
Daniel Hougaard
608c7a4dee
Update index.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
c7b60bcf0e
Update access-approval-request-types.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
6ae62675be
Feat: Send emails for access requests
2024-05-07 17:30:35 +02:00
Daniel Hougaard
fb2ab200b9
Feat: Request access, extract permission details
2024-05-07 17:30:35 +02:00
Daniel Hougaard
f1428d72c2
Fix: Security vulnurbility making it possible to spoof env & secret path requested.
2024-05-07 17:30:35 +02:00
Daniel Hougaard
4cb51805f0
Update AccessApprovalRequest.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
8c40918cef
Update AccessApprovalRequest.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
3a002b921a
Update AccessApprovalRequest.tsx
2024-05-07 17:30:35 +02:00
Vladyslav Matsiiako
299653528c
style changes
2024-05-07 17:30:35 +02:00
Daniel Hougaard
8c256bd9c8
Fix: Status filtering & query invalidation
2024-05-07 17:30:35 +02:00
Daniel Hougaard
f8e0e01bb8
Fix: Access request query invalidation
2024-05-07 17:30:35 +02:00
Vladyslav Matsiiako
b59413ded0
fix privilegeId issue
2024-05-07 17:30:35 +02:00
Daniel Hougaard
15c747e8e8
Fix: Request access permissions
2024-05-07 17:30:35 +02:00
Daniel Hougaard
073a9ee6a4
Update licence-fns.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
d371c568f1
Add count
2024-05-07 17:30:35 +02:00
Daniel Hougaard
e6c086ab09
Fix: Don't allow users to request access to the same resource with same permissions multiple times
2024-05-07 17:30:35 +02:00
Daniel Hougaard
890c8b89be
Removed unused parameter
2024-05-07 17:30:35 +02:00
Daniel Hougaard
6f4b62cfbb
Removed logs
2024-05-07 17:30:35 +02:00
Daniel Hougaard
076c70f6ff
Removed logs
2024-05-07 17:30:35 +02:00
Daniel Hougaard
aedc1f2441
Update SpecificPrivilegeSection.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
352d363bd4
Update generate-schema-types.ts
2024-05-07 17:30:35 +02:00
Daniel Hougaard
ac92a916b4
Update SecretApprovalPage.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
17587ff1b8
Fix: Minor fixes
2024-05-07 17:30:35 +02:00
Daniel Hougaard
7f1c8d9ff6
Create index.tsx
2024-05-07 17:30:35 +02:00
Daniel Hougaard
ac24c0f760
Feat: Request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
0e95c1bcee
Feat: Request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
447630135b
Feat: Request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
ddd6adf804
Fix: Move to project slug
2024-05-07 17:30:35 +02:00
Daniel Hougaard
a4b6d2650a
Fix: Move to project slug
2024-05-07 17:30:35 +02:00
Daniel Hougaard
2f5d6b11da
Fix: Move to project slug
2024-05-07 17:30:35 +02:00
Daniel Hougaard
d380b7f788
Fix: Added support for request access
2024-05-07 17:30:35 +02:00
Daniel Hougaard
7aee4fdfcd
Feat: Request access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
83bd3a0bf4
Update index.tsx
2024-05-07 17:30:27 +02:00
Daniel Hougaard
1f68730aa3
Fix: Improve disabled Select
2024-05-07 17:30:27 +02:00
Daniel Hougaard
7fd1d72985
Fix: Access Request setup
2024-05-07 17:30:27 +02:00
Daniel Hougaard
b298eec9db
Fix: Danger color not working on disabled buttons
2024-05-07 17:30:27 +02:00
Daniel Hougaard
696479a2ef
Fix: Remove redundant code
2024-05-07 17:30:27 +02:00
Daniel Hougaard
ad6e2aeb9e
Feat: Request Access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
ad405109a0
Feat: Request access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
992a82015a
Feat: Request access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
317956a038
Fix: Types mismatch
2024-05-07 17:30:27 +02:00
Daniel Hougaard
5255c4075a
Fix: Validate approvers access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
eca36f1993
Feat: Request access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
7e29a6a656
Fix: Access Approval Policy DAL bugs
2024-05-07 17:30:27 +02:00
Daniel Hougaard
f458e34c37
Feat: Request access (new routes)
2024-05-07 17:30:27 +02:00
Daniel Hougaard
99f5ed1f4b
Fix: Move to project slug
2024-05-07 17:30:27 +02:00
Daniel Hougaard
f981c59b5c
Feat: Request access (models)
2024-05-07 17:30:27 +02:00
Daniel Hougaard
a528d011c0
Feat: Request Access (migrations)
2024-05-07 17:30:27 +02:00
Daniel Hougaard
d337118803
Feat: Request access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
68a11db1c6
Feat: Request access
2024-05-07 17:30:27 +02:00
Daniel Hougaard
91bf6a6dad
Fix: Remove logs
2024-05-07 17:30:13 +02:00
Daniel Hougaard
12c655a152
Feat: Request Access
2024-05-07 17:30:13 +02:00
Daniel Hougaard
1d2f10178f
Draft
2024-05-07 17:30:13 +02:00
Tuan Dang
c5cd5047d7
Update trusted email migration file with backfill
2024-05-07 07:59:37 -07:00
Sheen Capadngan
06c103c10a
misc: added handling for no changes made
2024-05-07 22:19:20 +08:00
Sheen Capadngan
b6a73459a8
misc: addressed rbac for bulk delete in overview
2024-05-07 16:37:10 +08:00
Sheen Capadngan
536f51f6ba
misc: added descriptive error message
2024-05-07 15:21:17 +08:00
Sheen Capadngan
a9b72b2da3
feat: added handling of folder/secret deletion
2024-05-07 15:16:37 +08:00
Tuan Dang
e3c80309c3
Move aws auth migration file to front
2024-05-06 23:03:45 -07:00
Tuan Dang
ec3d6c20e8
Merge remote-tracking branch 'origin' into aws-iam-auth
2024-05-06 22:58:47 -07:00
Tuan Dang
5d7c0f30c8
Fix typo universal auth
2024-05-06 22:58:35 -07:00
Sheen Capadngan
a3552d00d1
feat: add multi-select in secret overview
2024-05-07 13:52:42 +08:00
Maidul Islam
c9f0ba08e1
Merge pull request #1787 from Infisical/create-pull-request/patch-1715052491
...
GH Action: rename new migration file timestamp
2024-05-07 01:17:35 -04:00
github-actions
308e605b6c
chore: renamed new migration files to latest timestamp (gh-action)
2024-05-07 03:28:10 +00:00
Maidul Islam
4d8965eb82
Merge pull request #1762 from Infisical/groups-phase-2c
...
Groups Phase 2B (Trust external SAML/LDAP email option, email verification, SCIM user ID ref update)
2024-05-06 23:27:50 -04:00
Tuan Dang
0357e7c80e
Put email-confirmation migration into trusted-saml-ldap-emails file
2024-05-06 19:58:58 -07:00
Tuan Dang
ba1b223655
Patch migration file hasTable ref
2024-05-06 19:44:43 -07:00
Tuan Dang
0b089e6fa6
Update aws iam auth fns filename
2024-05-06 18:35:34 -07:00
Tuan Dang
3b88a2759b
Patch unsynchronized username/email for saml/scim
2024-05-06 18:27:36 -07:00
Maidul Islam
42383d5643
Merge pull request #1782 from akhilmhdh/feat/privilege-identity-api-change
...
Privilege identity api change
2024-05-06 15:01:02 -04:00
Akhil Mohan
d198ba1a79
feat: refactored the map unpack to a function
2024-05-06 23:27:51 +05:30
Maidul Islam
b3579cb271
rephrase text for permission schema zod
2024-05-06 13:44:39 -04:00
Tuan Dang
30ccb78c81
Merge remote-tracking branch 'origin' into groups-phase-2c
2024-05-06 09:33:36 -07:00
Maidul Islam
fdd67c89b3
Merge pull request #1783 from akhilmhdh:feat/dashboard-slug-fix
...
feat: debounced main page search and rolled back to old input component
2024-05-06 12:31:57 -04:00
Akhil Mohan
79e9b1b2ae
feat: debounced main page search and rolled back to old input component
2024-05-06 20:43:23 +05:30
Akhil Mohan
86fd4d5fba
feat: added a fixed sorted order to avoid jumps
2024-05-06 14:26:46 +05:30
Akhil Mohan
4692aa12bd
feat: updated identity additional privilege permission object in api to have a proper body and explanation
2024-05-06 14:01:30 +05:30
Akhil Mohan
61a0997adc
fix(ui): secret path input showing / for a valid value that comes delayed
2024-05-06 14:00:32 +05:30
Tuan Dang
c276c44c08
Finish preliminary backend endpoints / db structure for k8s auth
2024-05-05 19:14:49 -07:00
Maidul Islam
b4f1bec1a9
Merge pull request #1781 from Infisical/feature/added-secret-expand-in-raw-secret-get
...
feat: added secret expand option in secrets get API
2024-05-04 22:09:12 -04:00
Maidul Islam
ab79342743
rename to expandSecretReferences
2024-05-04 22:05:57 -04:00
Maidul Islam
1957531ac4
Update docker-compose.mdx
2024-05-04 21:01:19 -04:00
Sheen Capadngan
61ae0e2fc7
feat: added secret expand option in secrets get API
2024-05-04 14:42:22 +08:00
Tuan Dang
cbf8e041e9
Finish docs for AWS IAM Auth, update ARN regex
2024-05-03 17:20:44 -07:00
Tuan Dang
87b571d6ff
Merge remote-tracking branch 'origin'
2024-05-03 09:52:48 -07:00
Tuan Dang
1e6af8ad8f
Update email in beginEmailSignupProcess
2024-05-03 09:49:10 -07:00
Maidul Islam
a771ddf859
Merge pull request #1721 from akhilmhdh/feat/audit-log-stream
...
Audit log streams
2024-05-03 12:48:55 -04:00
Akhil Mohan
c4cd6909bb
docs: improved datadog log stream doc
2024-05-03 20:09:57 +05:30
Akhil Mohan
49642480d3
fix: resolved headers not working in queue
2024-05-03 20:06:24 +05:30
Akhil Mohan
b667dccc0d
docs: improved text audit log stream
2024-05-03 18:19:37 +05:30
Akhil Mohan
fdda247120
feat: added a catch and override error message for ping check
2024-05-03 18:18:57 +05:30
Maidul Islam
ee8a88d062
Update docker-swarm.mdx
2024-05-03 08:44:43 -04:00
Maidul Islam
33349839cd
Merge pull request #1780 from Infisical/maidul-1221
...
Make migration notice visible
2024-05-03 08:24:07 -04:00
Maidul Islam
8f3883c7d4
update date
2024-05-03 08:20:20 -04:00
Maidul Islam
38cfb7fd41
patch migration notice bug
2024-05-03 08:19:27 -04:00
Akhil Mohan
a331eb8dc4
docs: updated docs with header inputs for audit log stream and datadog section added
2024-05-03 17:43:58 +05:30
Akhil Mohan
2dcb409d3b
feat: changed from token to headers for audit log streams api
2024-05-03 17:43:14 +05:30
Akhil Mohan
39bcb73f3d
Merge pull request #1779 from Infisical/adjustment/added-workspace-slug-to-api-projects-get
...
Added slug to API response from workspace get all
2024-05-03 15:38:34 +05:30
Sheen Capadngan
52189111d7
adjustment: added slug to response
2024-05-03 18:03:21 +08:00
Tuan Dang
5c4d35e30a
Merge remote-tracking branch 'origin' into aws-iam-auth
2024-05-02 22:53:14 -07:00
Tuan Dang
d5c74d558a
Start docs for AWS IAM auth
2024-05-02 22:52:37 -07:00
Tuan Dang
9c002ad645
Finish preliminary AWS IAM Auth method
2024-05-02 22:42:02 -07:00
Akhil Mohan
f369761920
feat: rollback license-fns
2024-05-03 00:31:40 +05:30
Akhil Mohan
8eb22630b6
docs: added docs for audit log stream
2024-05-03 00:23:59 +05:30
Akhil Mohan
d650fd68c0
feat: improved api desc, added ping check before accepting stream
2024-05-03 00:23:59 +05:30
Maidul Islam
387c899193
add line breaks for readiblity
2024-05-03 00:23:59 +05:30
Maidul Islam
37882e6344
rephrase ui texts
2024-05-03 00:23:59 +05:30
Akhil Mohan
68a1aa6f46
feat: switched audit log stream from project level to org level
2024-05-03 00:23:59 +05:30
Akhil Mohan
fa18ca41ac
feat(server): fixed if projectid is missing
2024-05-03 00:23:59 +05:30
Akhil Mohan
8485fdc1cd
feat(ui): audit log page completed
2024-05-03 00:23:59 +05:30
Akhil Mohan
49ae2386c0
feat(ui): audit log api hooks
2024-05-03 00:23:59 +05:30
Akhil Mohan
f2b1f3f0e7
feat(server): audit log streams services and api routes
2024-05-03 00:23:58 +05:30
Akhil Mohan
69aa20e35c
feat(server): audit log streams db schema changes
2024-05-03 00:23:58 +05:30
Maidul Islam
524c7ae78f
Merge pull request #1776 from akhilmhdh/fix/bulk-op-sidebar
...
doc: resolved missing bulk secret api operations
2024-05-02 12:17:45 -04:00
Akhil Mohan
e13f7a7486
doc: resolved missing bulk secret api operations
2024-05-02 21:40:52 +05:30
Maidul Islam
1867fb2fc4
Merge pull request #1769 from Infisical/fix/address-functional-issues-with-secret-input
...
fix: address functional issues with secret input
2024-05-02 11:26:06 -04:00
Maidul Islam
5dd144b97b
update self host nav items
2024-05-01 22:06:26 -04:00
Maidul Islam
b1b430e003
add more steps and FAQ for docker swarm
2024-05-01 21:57:48 -04:00
Maidul Islam
fb09980413
Create .env.example
2024-05-01 21:42:45 -04:00
Maidul Islam
3b36cb8b3d
rename_ha-proxy
2024-05-01 21:16:27 -04:00
Maidul Islam
be6a98d0bb
update docker swarm stack
2024-05-01 19:24:05 -04:00
Sheen Capadngan
88a4fb84e6
feature: added offline support for infisical export
2024-05-02 03:21:20 +08:00
Sheen Capadngan
a1e8f45a86
misc: added new cli secrets to release build gh action
2024-05-02 01:35:19 +08:00
Sheen Capadngan
04dca9432d
misc: updated test comment
2024-05-02 01:09:12 +08:00
Sheen Capadngan
920b9a7dfa
adjustment: moved secret backup logic to cmd layer
2024-05-02 00:59:17 +08:00
Sheen Capadngan
8fc4fd64f8
adjustment: moved backup logic to cmd layer
2024-05-02 00:49:29 +08:00
BlackMagiq
f8e1ed09d2
Merge pull request #1772 from Infisical/service-token-deprecation-notice
...
Add deprecation notice banner to service token section
2024-05-01 09:21:28 -07:00
Tuan Dang
5c71116be6
Add deprecation notice banner to service token section
2024-05-01 09:17:07 -07:00
Sheen Capadngan
24f7ecc548
misc: removed infisical init logs
2024-05-01 21:41:07 +08:00
Sheen Capadngan
a5ca96f2df
test: restructed setup and added scripting for infisical init
2024-05-01 21:39:20 +08:00
Sheen Capadngan
505ccdf8ea
misc: added script for cli-tests env setup
2024-05-01 21:37:18 +08:00
Vladyslav Matsiiako
07cc4fd1ab
add company folder
2024-04-30 23:24:03 -07:00
Tuan Dang
ea4ef7f7ef
Merge remote-tracking branch 'origin' into groups-phase-2c
2024-04-30 21:37:48 -07:00
Tuan Dang
0482424a1c
Make merge user step automatic after email verification
2024-04-30 21:33:27 -07:00
Maidul Islam
74bdbc0724
Update mint.json
2024-04-30 23:30:58 -04:00
Sheen Capadngan
3897bd70fa
adjustment: removed cli display for pty
2024-05-01 11:08:58 +08:00
Maidul Islam
a0d5c67456
Merge pull request #1770 from Infisical/docker-swarm
...
add docker swarm guide
2024-04-30 22:10:56 -04:00
Maidul Islam
db4f4d8f28
add docker swarm guide
2024-04-30 22:10:11 -04:00
Maidul Islam
d6f6f51d16
Update stack.yaml
2024-04-30 21:45:00 -04:00
BlackMagiq
79a0f3d701
Merge pull request #1736 from Infisical/daniel/remove-service-tokens-docs
...
Feat: API Docs revamp (Service Token Deprecation)
2024-04-30 16:49:12 -07:00
Tuan Dang
46912c4c3c
Update docs
2024-04-30 16:44:06 -07:00
Tuan Dang
6636377cb5
Merge remote-tracking branch 'origin'
2024-04-30 15:50:08 -07:00
Tuan Dang
26320ddce4
Temp increase secretsLimit
2024-04-30 15:49:42 -07:00
Tuan Dang
f5964040d7
Update CLI usage page
2024-04-30 15:47:24 -07:00
Sheen Capadngan
dcaa7f1fce
fix: address functional issues with secret input
2024-05-01 03:03:40 +08:00
Maidul Islam
a4119ee1bb
Merge pull request #1768 from Infisical/fix/address-infisical-secret-input-ux-issues
...
fix: address infisical secret input ux issue with enter and arrow keys
2024-04-30 14:33:33 -04:00
Sheen Capadngan
74f866715f
fix: address infisical secret input ux issue with enter and arrow keys
2024-05-01 02:10:54 +08:00
Sheen Capadngan
4479e626c7
adjustment: renamed cli vault file phrase env
2024-05-01 01:56:10 +08:00
Sheen Capadngan
6640b55504
misc: added envs required for cli test of infisical login
2024-05-01 01:49:06 +08:00
Sheen Capadngan
85f024c814
test: added scripting for user login
2024-05-01 01:45:24 +08:00
Tuan Dang
667f696d26
Start updating docs
2024-04-30 08:59:02 -07:00
Sheen Capadngan
531fa634a2
feature: add logs for cli execution error
2024-04-30 22:02:22 +08:00
Sheen Capadngan
772dd464f5
test: added integration test for secrets get all and secrets get all without connection
2024-04-30 21:11:29 +08:00
Sheen Capadngan
877b9a409e
adjustment: modified isConnected check to query linked infisical URL
2024-04-30 21:00:34 +08:00
vmatsiiako
5f3938c33d
Update overview.mdx
2024-04-29 23:20:48 -07:00
Maidul Islam
07845ad6af
Merge pull request #1764 from Infisical/fix-integration-sync-import-priority
...
Update priority of integration sync secrets for imported secrets
2024-04-30 00:10:16 -04:00
Tuan Dang
17fa72be13
Merge remote-tracking branch 'origin' into fix-integration-sync-import-priority
2024-04-29 18:32:46 -07:00
Tuan Dang
bf3e93460a
Update priority of integration sync secrets for imports to prioritize direct layer first
2024-04-29 18:16:52 -07:00
Maidul Islam
306709cde6
Merge pull request #1763 from Infisical/aws-sm-ps-check
...
Update implementation for AWS SM/PS integration KMS ID option
2024-04-29 20:44:54 -04:00
Maidul Islam
c41518c822
Merge pull request #1731 from akhilmhdh/dynamic-secret/aws-iam
...
Dynamic secret AWS IAM
2024-04-29 20:39:38 -04:00
Maidul Islam
f0f2905789
update iam dynamic secret docs
2024-04-29 20:34:36 -04:00
Tuan Dang
212a7b49f0
Add kms encrypt/decrypt to AWS SM docs
2024-04-29 16:56:27 -07:00
Tuan Dang
22e3fcb43c
Remove try-catch block
2024-04-29 16:53:52 -07:00
Tuan Dang
93b65a1534
Update impl for AWS SM/PS integrations with KMS
2024-04-29 16:49:53 -07:00
Maidul Islam
039882e78b
Merge pull request #1755 from gzuidhof/patch-1
...
Fix typo in docs
2024-04-29 19:21:36 -04:00
Maidul Islam
f0f51089fe
Merge pull request #1756 from alvaroReina/alvaro/add-image-pull-secrets-support
...
added imagePullSecrets support to infisical-standalone-postgres chart
2024-04-29 19:12:09 -04:00
Maidul Islam
447141ab1f
update chart version
2024-04-29 19:11:24 -04:00
Maidul Islam
d2ba436338
move imagePullSecrets under image
2024-04-29 19:07:26 -04:00
Maidul Islam
ad0d281629
Merge pull request #1759 from akhilmhdh/fix/index-audit-log
...
fix(server): added index for audit log to resolve high latency or timeout
2024-04-29 18:46:54 -04:00
Tuan Dang
ce2a9c8640
Rename migration file
2024-04-29 11:57:30 -07:00
Tuan Dang
ac97f273e3
Merge remote-tracking branch 'origin' into groups-phase-2c
2024-04-29 11:55:53 -07:00
Tuan Dang
69c50af14e
Move trust saml/ldap emails to server config
2024-04-29 11:53:28 -07:00
Maidul Islam
c8638479a8
Delete backend/src/db/migrations/20240424235843_user-search-filter-1.ts
2024-04-29 14:28:32 -04:00
Maidul Islam
8aa75484f3
Merge pull request #1760 from Infisical/maidul98-patch-6
...
Create 20240424235843_user-search-filter-1.ts
2024-04-29 14:25:09 -04:00
Maidul Islam
66d70f5a25
Create 20240424235843_user-search-filter-1.ts
2024-04-29 14:24:54 -04:00
Akhil Mohan
8e7cf5f9ac
fix(server): added index for audit log to resolve high latency or timeout caused
2024-04-29 22:42:35 +05:30
Akhil Mohan
f9f79cb69e
Merge pull request #1758 from Infisical/fix/secret-reference-auto-complete-spacing
...
fix: resolved truncation issue in secret reference auto-complete
2024-04-29 22:41:16 +05:30
Sheen Capadngan
4235be4be9
fix: resolved truncation issue in secret reference auto-complete
2024-04-30 01:01:59 +08:00
Sheen Capadngan
104a91647c
fix: resolved cli offline mode get
2024-04-29 21:18:13 +08:00
Alvaro Reina
5c3f2e66fd
added imagePullSecrets support
2024-04-29 14:03:04 +02:00
Guido Zuidhof
a37b3ccede
Fix typo
2024-04-29 13:22:56 +02:00
vmatsiiako
d64eb4b901
Merge pull request #1754 from Infisical/parameter-store-kms-key
...
added kms key selector for parameter store
2024-04-28 23:06:09 -07:00
Tuan Dang
519403023a
Pick
2024-04-28 22:04:22 -07:00
Tuan Dang
b2a976f3d4
Update groups CRUD SCIM to use orgMembershipId
2024-04-28 21:58:24 -07:00
Tuan Dang
6e882aa46e
Added kMS permissions to docs for parameter store
2024-04-28 20:53:03 -07:00
Vladyslav Matsiiako
bf4db0a9ff
made paths scrollable
2024-04-28 19:44:39 -07:00
Vladyslav Matsiiako
3a3e3a7afc
updated integrations page
2024-04-28 19:36:14 -07:00
Tuan Dang
a7af3a48d9
Continue moving SCIM userId refs to orgMembershipId
2024-04-28 19:09:12 -07:00
Maidul Islam
cdba78b51d
add docker swarm
2024-04-28 20:16:15 -04:00
Vladyslav Matsiiako
0c324e804c
added kms key delector for parameter store
2024-04-28 15:12:50 -07:00
vmatsiiako
47aca3f3e2
Update overview.mdx
2024-04-27 19:05:24 -07:00
Tuan Dang
80da2a19aa
Add TRUST_SAML_EMAILS and TRUST_LDAP_EMAILS opts
2024-04-26 22:30:07 -07:00
Tuan Dang
858a35812a
Finish preliminary email validation, merge user flow w saml/ldap
2024-04-26 20:19:43 -07:00
Maidul Islam
31ef1a2183
Delete backend/src/db/migrations/20240426171026_test.ts
2024-04-26 20:33:13 -04:00
Maidul Islam
66a6f9de71
Merge pull request #1753 from Infisical/maidul98-patch-5
...
Create 20240426171026_test.ts
2024-04-26 17:52:11 -04:00
Maidul Islam
6333eccc4a
Create 20240426171026_test.ts
2024-04-26 17:52:02 -04:00
Maidul Islam
0af2b113df
Delete backend/src/db/migrations/20240426171026_test.ts
2024-04-26 17:51:52 -04:00
Maidul Islam
63a7941047
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 17:51:20 -04:00
Maidul Islam
edeac08cb5
Merge pull request #1752 from Infisical/maidul98-patch-4
...
Update 20240426171026_test.ts
2024-04-26 14:54:26 -04:00
Maidul Islam
019b0ae09a
Update 20240426171026_test.ts
2024-04-26 14:54:15 -04:00
Maidul Islam
1d00bb0a64
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 14:52:47 -04:00
Maidul Islam
d96f1320ed
Merge pull request #1751 from Infisical/revert-1750-revert-1749-revert-1748-revert-1747-revert-1746-revert-1745-revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""""""""
2024-04-26 14:44:10 -04:00
Maidul Islam
50dbefeb48
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""""""""
2024-04-26 14:43:57 -04:00
Maidul Islam
56ac2c6780
Merge pull request #1750 from Infisical/revert-1749-revert-1748-revert-1747-revert-1746-revert-1745-revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename"""""""""""
2024-04-26 14:43:54 -04:00
Maidul Islam
c2f16da411
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename"""""""""""
2024-04-26 14:43:46 -04:00
Maidul Islam
8223aee2ef
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 14:43:38 -04:00
Maidul Islam
5bd2af9621
Merge pull request #1749 from Infisical/revert-1748-revert-1747-revert-1746-revert-1745-revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""""""
2024-04-26 14:28:44 -04:00
Maidul Islam
b3df6ce6b5
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""""""
2024-04-26 14:28:34 -04:00
Maidul Islam
e12eb5347d
Merge pull request #1748 from Infisical/revert-1747-revert-1746-revert-1745-revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename"""""""""
2024-04-26 14:28:31 -04:00
Maidul Islam
83a4426d31
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename"""""""""
2024-04-26 14:28:22 -04:00
Maidul Islam
3fd1fbc355
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 14:28:13 -04:00
Maidul Islam
306d2b4bd9
Merge pull request #1747 from Infisical/revert-1746-revert-1745-revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""""
2024-04-26 14:17:42 -04:00
Maidul Islam
c2c66af1f9
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""""
2024-04-26 14:17:30 -04:00
Maidul Islam
7ae65478aa
Merge pull request #1746 from Infisical/revert-1745-revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename"""""""
2024-04-26 14:17:26 -04:00
Maidul Islam
b1594e65c6
Revert "Revert "Revert "Revert "Revert "Revert "Revert "test migration rename"""""""
2024-04-26 14:17:17 -04:00
Maidul Islam
0bce5b1daa
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 14:16:29 -04:00
Maidul Islam
207db93483
Merge pull request #1745 from Infisical/revert-1744-revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""
2024-04-26 14:10:22 -04:00
Maidul Islam
972f6a4887
Revert "Revert "Revert "Revert "Revert "Revert "test migration rename""""""
2024-04-26 14:09:58 -04:00
Maidul Islam
6e1bece9d9
Merge pull request #1744 from Infisical/revert-1743-revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "Revert "test migration rename"""""
2024-04-26 14:09:41 -04:00
Maidul Islam
63e8bc1845
Revert "Revert "Revert "Revert "Revert "test migration rename"""""
2024-04-26 14:09:26 -04:00
Maidul Islam
4f92663b66
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 14:09:15 -04:00
Maidul Islam
a66a6790c0
Merge pull request #1743 from Infisical/revert-1742-revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "Revert "test migration rename""""
2024-04-26 14:02:29 -04:00
Maidul Islam
bde853d280
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 14:01:47 -04:00
Maidul Islam
acda627236
Revert "Revert "Revert "Revert "test migration rename""""
2024-04-26 14:01:09 -04:00
Maidul Islam
875afbb4d6
Merge pull request #1742 from Infisical/revert-1741-revert-1740-revert-1739-test-db-rename
...
Revert "Revert "Revert "test migration rename"""
2024-04-26 14:01:06 -04:00
Maidul Islam
56f50a18dc
Revert "Revert "Revert "test migration rename"""
2024-04-26 14:00:50 -04:00
Maidul Islam
801c438d05
Merge pull request #1741 from Infisical/revert-1740-revert-1739-test-db-rename
...
Revert "Revert "test migration rename""
2024-04-26 13:58:18 -04:00
Maidul Islam
baba411502
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 13:58:01 -04:00
Maidul Islam
4c20ac6564
Revert "Revert "test migration rename""
2024-04-26 13:56:03 -04:00
Maidul Islam
4e8556dec2
Merge pull request #1740 from Infisical/revert-1739-test-db-rename
...
Revert "test migration rename"
2024-04-26 13:55:57 -04:00
Maidul Islam
2d7b9ec1e4
Revert "test migration rename"
2024-04-26 13:55:43 -04:00
Maidul Islam
8bb9ed4394
Merge pull request #1739 from Infisical/test-db-rename
...
test migration rename
2024-04-26 13:50:48 -04:00
Maidul Islam
e4246ae85f
Update update-be-new-migration-latest-timestamp.yml
2024-04-26 13:50:22 -04:00
Maidul Islam
f24067542f
test migration rename
2024-04-26 13:10:59 -04:00
Maidul Islam
a7f5a61f37
Merge pull request #1737 from akhilmhdh/chore/gh-action-migration-rename
...
feat: github action to rename new migration file to latest timestamp
2024-04-26 13:07:54 -04:00
Akhil Mohan
b5fd7698d8
chore: updated rename migration action to run on PR merge
2024-04-26 22:27:32 +05:30
Akhil Mohan
61c3102573
Merge pull request #1738 from Infisical/sheen/auto-complete-for-path-select
...
Feature: added auto-complete for secret path inputs
2024-04-26 22:05:21 +05:30
Sheen Capadngan
d6a5bf9d50
adjustment: simplified onchange propagation
2024-04-27 00:32:34 +08:00
Tuan Dang
d0cb06d875
Merge remote-tracking branch 'origin' into groups-phase-2c
2024-04-26 09:08:30 -07:00
Tuan Dang
70f63b3190
Default metadata to empty object if it does not exist on integration for aws integration sync ops
2024-04-26 09:06:01 -07:00
Tuan Dang
d42f620e1b
Continue user aliases
2024-04-26 09:02:10 -07:00
Sheen Capadngan
2b0670a409
fix: addressed suggestion issue in copy secrets from board
2024-04-26 19:20:05 +08:00
Sheen Capadngan
cc25639157
fix: resolved loop traversal of suggestions
2024-04-26 18:59:39 +08:00
Sheen Capadngan
5ff30aed10
fix: addressed suggestion incomplete issue
2024-04-26 18:46:16 +08:00
Sheen Capadngan
656ec4bf16
feature: migrated path inputs to new component
2024-04-26 18:18:23 +08:00
Akhil Mohan
0bac9a8e02
feat: github action to rename new migration file to latest timestamp in utc
2024-04-26 15:24:27 +05:30
Sheen Capadngan
5142e6e5f6
feature: created secret path input component with autocomplete support
2024-04-26 16:07:27 +08:00
Daniel Hougaard
5c0e5a8ae0
Feat: API Docs revamp (Service Token Deprecation)
2024-04-26 05:08:27 +02:00
Tuan Dang
71e309bbcb
Merge remote-tracking branch 'origin' into groups-phase-2c
2024-04-25 17:03:23 -07:00
Tuan Dang
8ff407927c
Continue merge user
2024-04-25 17:02:55 -07:00
Maidul Islam
49c735caf9
Merge pull request #1572 from Salman2301/feat-secret-input-autocomplete
...
Secret input auto complete
2024-04-25 15:48:25 -04:00
Maidul Islam
b4de2ea85d
Merge pull request #1735 from akhilmhdh/import/recursive
...
feat(server): recursive imported secret fetch for api
2024-04-25 15:44:37 -04:00
Maidul Islam
8b8baf1ef2
nit: variable rename
2024-04-25 15:40:55 -04:00
Sheen Capadngan
2a89b872c5
adjustment: finalized text width
2024-04-26 03:33:58 +08:00
Akhil Mohan
2d2d9a5987
feat(server): added cyclic detector
2024-04-26 01:00:42 +05:30
Sheen Capadngan
a20a60850b
adjustment: finalized popover positioning
2024-04-26 03:25:34 +08:00
Akhil Mohan
35e38c23dd
feat(server): recursive imported secret fetch for api
2024-04-26 00:26:18 +05:30
Sheen Capadngan
b79e61c86b
Merge remote-tracking branch 'origin/main' into feat-secret-input-autocomplete
2024-04-26 01:40:21 +08:00
Sheen Capadngan
e555d3129d
fix: resolved invalid handling of undefined vals
2024-04-26 01:22:09 +08:00
Sheen Capadngan
a41883137c
fix: addressed type check issue
2024-04-26 01:08:31 +08:00
Maidul Islam
c414bf6c39
Merge pull request #1734 from Infisical/daniel/fix-saml-invite-bug
...
Fix: SAML organization invite bug
2024-04-25 13:07:01 -04:00
Sheen Capadngan
9b782a9da6
adjustment: removed unused component
2024-04-26 00:56:45 +08:00
Sheen Capadngan
497c0cf63d
adjustment: final ui/ux adjustments
2024-04-26 00:52:37 +08:00
Daniel Hougaard
93761f37ea
Update saml-config-service.ts
2024-04-25 18:13:42 +02:00
Daniel Hougaard
68e530e5d2
Fix: On complete signup, check for saml auth and present org ID and handle membership status
2024-04-25 18:12:08 +02:00
Tuan Dang
d9005e8665
Merge remote-tracking branch 'origin' into groups-phase-2c
2024-04-25 06:50:02 -07:00
Sheen Capadngan
20b1cdf909
adjustment: added click handler to suggestions and finalized env icon
2024-04-25 21:43:25 +08:00
Sheen Capadngan
4bae65cc55
adjustment: ux finalization
2024-04-25 12:44:01 +08:00
Maidul Islam
6da5f12855
Merge pull request #1733 from Infisical/test-ldap-connection
...
Add Test Connection capability and User Search Filter for LDAP configuration
2024-04-25 00:42:15 -04:00
Tuan Dang
7a242c4976
Fix frontend type check issue
2024-04-24 21:32:36 -07:00
Tuan Dang
b01d381993
Refactor ldap filter validation
2024-04-24 21:19:07 -07:00
Tuan Dang
1ac18fcf0c
Merge remote-tracking branch 'origin' into test-ldap-connection
2024-04-24 20:58:40 -07:00
Tuan Dang
8d5ef5f4d9
Add user search filter field for LDAP and validation for search filters
2024-04-24 20:58:16 -07:00
Maidul Islam
35b5253853
Update README.md
2024-04-24 19:56:05 -04:00
Tuan Dang
99d59a38d5
Add test connection btn for LDAP, update group search filter impl, update group search filter examples in docs
2024-04-24 16:50:23 -07:00
Sheen Capadngan
9ab1fce0e0
feature: created new secret input component
2024-04-25 04:02:34 +08:00
BlackMagiq
9992fbf3dd
Merge pull request #1729 from Infisical/groups-phase-3
...
Groups Phase 3 (LDAP)
2024-04-24 08:34:46 -07:00
Tuan Dang
3ca596d4af
Clean LDAP group search impl async/await
2024-04-24 08:15:19 -07:00
Akhil Mohan
5e0d64525f
feat(server): fixed ts error
2024-04-24 19:32:46 +05:30
Akhil Mohan
8bcf936b91
docs: dynamic secret aws iam guide
2024-04-24 18:46:42 +05:30
Akhil Mohan
1a2508d91a
feat(ui): dynamic secret aws iam ui implemented
2024-04-24 18:46:01 +05:30
Akhil Mohan
e81a77652f
feat(server): dynamic secret aws iam implemented
2024-04-24 18:45:40 +05:30
Tuan Dang
1c95b3abe7
Add license check for ldap group maps
2024-04-23 21:57:40 -07:00
Tuan Dang
1f3c72b997
Update def features
2024-04-23 21:52:46 -07:00
Tuan Dang
e55b981cea
Merge remote-tracking branch 'origin' into groups-phase-3
2024-04-23 21:47:22 -07:00
Tuan Dang
49d4e67e07
Smoothen name prefill LDAP
2024-04-23 21:38:51 -07:00
Tuan Dang
a54d156bf0
Patch LDAP issue
2024-04-23 21:16:55 -07:00
Tuan Dang
f3fc898232
Add docs for LDAP groups
2024-04-23 19:37:26 -07:00
vmatsiiako
c61602370e
Update kubernetes-helm.mdx
2024-04-23 19:32:26 -07:00
Daniel Hougaard
5178663797
Merge pull request #1728 from Infisical/daniel/cli-get-folders-improvement
...
Feat: Allow "secrets folders get" command to be used with service token & universal auth
2024-04-24 02:46:20 +02:00
Daniel Hougaard
f04f3aee25
Fix: Allow service token & UA access token to be used as authentication
2024-04-24 02:36:29 +02:00
Daniel Hougaard
e5333e2718
Fix: UA token being overwritten by service token
2024-04-24 02:07:45 +02:00
Daniel Hougaard
f27d9f8cee
Update release_build_infisical_cli.yml
2024-04-24 00:21:46 +02:00
Daniel Hougaard
cbd568b714
Update release_build_infisical_cli.yml
2024-04-24 00:18:25 +02:00
Daniel Hougaard
b330c5570d
Allow trigger through Github UI
2024-04-24 00:06:35 +02:00
Tuan Dang
d222bbf131
Update ldap group mapping schema, replace group input field with select
2024-04-23 15:04:02 -07:00
Tuan Dang
961c6391a8
Complete LDAP group mapping data structure + frontend/backend
2024-04-23 13:58:23 -07:00
Maidul Islam
d68d7df0f8
Merge pull request #1725 from Infisical/daniel/workflow-env-bug
...
Fix: Undefined CLI tests env variables
2024-04-23 16:25:43 -04:00
Daniel Hougaard
c44c7810ce
Fix: CLI Tests failing when called as a dependency workflow
2024-04-23 22:24:17 +02:00
Daniel Hougaard
b7893a6a72
Update test-workflow.yml
2024-04-23 22:21:32 +02:00
Daniel Hougaard
7a3d425b0e
Fix: Undefined env variables
2024-04-23 22:20:43 +02:00
Maidul Islam
bd570bd02f
Merge pull request #1724 from Infisical/daniel/cli-token-bug
...
Fix: UA Token being overwritten by INFISICAL_TOKEN env variable
2024-04-23 16:07:40 -04:00
Daniel Hougaard
b94ffb8a82
Fix: UA Token being overwritten by INFISICAL_TOKEN env variable
2024-04-23 22:00:32 +02:00
Maidul Islam
246b8728a4
add patroni gha
2024-04-23 14:49:12 -04:00
Akhil Mohan
00415e1a87
Merge pull request #1723 from Infisical/update-folder-error-mg
...
Update folder not found error msg
2024-04-23 23:28:37 +05:30
Maidul Islam
ad354c106e
update folder not found error message
2024-04-23 13:56:12 -04:00
Sheen Capadngan
26778d92d3
adjustment: unified logic for InfisicalSecretInput
2024-04-24 01:40:46 +08:00
Sheen Capadngan
b135ba263c
adjustment: finalized InfisicalSecretInput
2024-04-23 22:49:00 +08:00
Sheen Capadngan
9b7ef55ad7
adjustment: simplified caret helper
2024-04-23 21:43:01 +08:00
Sheen Capadngan
872f8bdad8
adjustment: converted remaining salug validation to use slugify
2024-04-23 21:14:33 +08:00
Sheen Capadngan
80b0dc6895
adjustment: removed autocomplete from RotationInputForm
2024-04-23 20:55:43 +08:00
vmatsiiako
b067751027
Merge pull request #1720 from Infisical/docs/amplify-patch
...
docs: added -y flag in infisical cli installation in amplify doc to skip confirmation prompt
2024-04-22 22:54:38 -07:00
Akhil Mohan
f2b3b7b726
docs: added -y flag in infisical cli installation in amplify doc to skip confirmation prompt
2024-04-23 11:23:03 +05:30
Tuan Dang
2d51445dd9
Add ldapjs to get user groups upon ldap login
2024-04-22 22:02:12 -07:00
Sheen Capadngan
20898c00c6
feat: added referencing autocomplete to remaining components
2024-04-23 11:35:17 +08:00
Sheen Capadngan
2200bd646e
adjustment: added isImport handling
2024-04-23 11:17:12 +08:00
Sheen Capadngan
fb69236f47
Merge remote-tracking branch 'origin/main' into feat-secret-input-autocomplete
2024-04-23 11:02:45 +08:00
Sheen Capadngan
918734b26b
adjustment: used enum for reference type
2024-04-23 10:43:10 +08:00
Sheen Capadngan
729c75112b
adjustment: deleted unused reference select component
2024-04-23 10:26:41 +08:00
Sheen Capadngan
738e8cfc5c
adjustment: standardized slug validation
2024-04-23 10:25:36 +08:00
Maidul Islam
1ba7a31e0d
Merge pull request #1719 from Infisical/daniel/migration-fix
...
Fix: Duplicate org membership migration
2024-04-22 19:51:21 -04:00
Daniel Hougaard
233a4f7d77
Update 20240405000045_org-memberships-unique-constraint.ts
2024-04-23 01:49:44 +02:00
Daniel Hougaard
44ff1abd74
Update 20240405000045_org-memberships-unique-constraint.ts
2024-04-23 01:49:26 +02:00
Maidul Islam
08cb105fe4
Merge pull request #1712 from akhilmhdh/feat/batch-raw-secrets-api
...
Batch raw secrets api
2024-04-22 18:48:14 -04:00
BlackMagiq
62aebe2fd4
Merge pull request #1705 from Infisical/groups-phase-2b
...
Groups Phase 2A (Pending Group Additions)
2024-04-22 14:25:36 -07:00
Tuan Dang
5c0542c5a3
Merge remote-tracking branch 'origin' into groups-phase-2b
2024-04-22 14:21:21 -07:00
Daniel Hougaard
fdf5fcad0a
Update IdentityTable.tsx
2024-04-22 23:09:46 +02:00
Daniel Hougaard
a85c59e3e2
Fix: Improve user experience for machine identities
2024-04-22 22:00:37 +02:00
Daniel Hougaard
6874bff302
Merge pull request #1717 from Infisical/daniel/fix-frontend-roles
...
Fix: Frontend roles bug
2024-04-22 21:21:43 +02:00
Daniel Hougaard
e1b8aa8347
Update queries.tsx
2024-04-22 21:14:44 +02:00
vmatsiiako
a041fd4762
Update cassandra.mdx
2024-04-22 12:12:29 -07:00
vmatsiiako
1534ba516a
Update postgresql.mdx
2024-04-22 12:12:14 -07:00
Daniel Hougaard
f7183347dc
Fix: Project roles
2024-04-22 21:08:57 +02:00
Daniel Hougaard
105b8d6493
Feat: Helper function to check for project roles
2024-04-22 21:08:33 +02:00
Tuan Dang
b9d35058bf
Merge remote-tracking branch 'origin' into groups-phase-2b
2024-04-22 12:08:10 -07:00
Daniel Hougaard
22a3c46902
Fix: Upgrade project permission bug
2024-04-22 21:08:09 +02:00
Daniel Hougaard
be8232dc93
Feat: Include role on project permission response
2024-04-22 21:07:56 +02:00
Tuan Dang
8c566a5ff7
Fix wording for group project addition/removal
2024-04-22 12:01:29 -07:00
Tuan Dang
0a124093d6
Patch adding groups to project for invited users, add transactions for adding/removing groups to/from projects
2024-04-22 11:59:17 -07:00
Maidul Islam
088cb72621
Merge pull request #1703 from Infisical/daniel/cli-integration-tests
...
Feat: CLI Integration Tests (Phase I)
2024-04-22 14:38:22 -04:00
Maidul Islam
de21b44486
small nits
2024-04-22 14:36:33 -04:00
Sheen Capadngan
6daeed68a0
adjustment: converted callback functions to use arrow notation
2024-04-23 02:28:42 +08:00
Sheen Capadngan
31a499c9cd
adjustment: added clearTimeout
2024-04-23 02:10:15 +08:00
snyk-bot
c88923e0c6
fix: backend/package.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MYSQL2-6670046
2024-04-22 17:59:21 +00:00
Maidul Islam
04491ee1b7
Merge pull request #1714 from akhilmhdh/dynamic-secret/cassandra
...
Dynamic secret cassandra
2024-04-22 13:59:12 -04:00
Maidul Islam
ad79ee56e4
make minor updates to cassandra docs
2024-04-22 13:54:29 -04:00
Daniel Hougaard
519d6f98a2
Chore: Use standard lib
2024-04-22 19:50:24 +02:00
Daniel Hougaard
973ed37018
Update export.go
2024-04-22 19:50:15 +02:00
Tuan Dang
c72280e9ab
Merge remote-tracking branch 'origin' into groups-phase-2b
2024-04-22 10:37:53 -07:00
Tuan Dang
032c5b5620
Convert pending group addition table into isPending field
2024-04-22 10:37:24 -07:00
Akhil Mohan
aa5cd0fd0f
feat(server): switched from workspace id to project slug
2024-04-22 21:19:06 +05:30
Sheen Capadngan
358ca3decd
adjustment: reverted changes made to SecretInput
2024-04-22 23:26:44 +08:00
Maidul Islam
5bad4adbdf
Merge pull request #1715 from akhilmhdh/fix/self-host-rotation-check
...
feat(server): removed local ip check for self hosted users in secret secret rotation
2024-04-22 11:18:28 -04:00
Sheen Capadngan
0899fdb7d5
adjustment: migrated to InfisicalSecretInput component
2024-04-22 22:22:48 +08:00
Daniel Hougaard
e008fb26a2
Cleanup
2024-04-22 16:02:16 +02:00
Daniel Hougaard
34543ef127
Fix: Removed old code
2024-04-22 15:59:54 +02:00
Daniel Hougaard
83107f56bb
Fix: Removed old test code
2024-04-22 15:59:16 +02:00
Daniel Hougaard
35071af478
Fix: Run cmd tests
2024-04-22 15:27:42 +02:00
Daniel Hougaard
eb5f71cb05
Chore: Disable build as the tests handle this automatically
2024-04-22 15:27:35 +02:00
Daniel Hougaard
9cf1dd38a6
Fix: Run CMD snapshot fix
2024-04-22 15:27:22 +02:00
Daniel Hougaard
144a563609
Fix: Fixed snapshots order
2024-04-22 15:21:19 +02:00
Daniel Hougaard
ca0062f049
Update run-cli-tests.yml
2024-04-22 15:18:32 +02:00
Daniel Hougaard
2ed9aa888e
Fix: Secrets order
2024-04-22 15:18:30 +02:00
Daniel Hougaard
8c7d329f8f
Fix: Snapshot output order
2024-04-22 15:18:23 +02:00
Daniel Hougaard
a0aa06e2f5
Fix: Refactor teests to use cupaloy
2024-04-22 15:12:21 +02:00
Daniel Hougaard
1dd0167ac8
Feat: CLI Integration Tests
2024-04-22 15:12:18 +02:00
Daniel Hougaard
55aea364da
Fix: Refactor teests to use cupaloy
2024-04-22 15:12:09 +02:00
Daniel Hougaard
afee47ab45
Delete root_test.go
2024-04-22 15:12:02 +02:00
Daniel Hougaard
9387d9aaac
Rename
2024-04-22 15:11:58 +02:00
Daniel Hougaard
2b215a510c
Fix: Integrated UA login test
2024-04-22 15:11:39 +02:00
Daniel Hougaard
89ff6a6c93
Update .gitignore
2024-04-22 15:11:25 +02:00
Daniel Hougaard
3bcf406688
Fix: Refactor
2024-04-22 15:11:20 +02:00
Daniel Hougaard
580b86cde8
Fix: Refactor teests to use cupaloy
2024-04-22 15:11:10 +02:00
Daniel Hougaard
7a20251261
Fix: Returning keys in a reproducible manner
2024-04-22 15:10:55 +02:00
Daniel Hougaard
ae63898d5e
Install cupaloy
2024-04-22 15:02:51 +02:00
Daniel Hougaard
d4d3c2b10f
Update .gitignore
2024-04-22 15:02:44 +02:00
Daniel Hougaard
0e3cc4fdeb
Correct snapshots
2024-04-22 15:02:40 +02:00
Akhil Mohan
b893c3e690
feat(server): removed local ip check for self hosted users in secret rotation
2024-04-22 18:25:45 +05:30
Akhil Mohan
cee13a0e8b
docs: completed write up for dynamic secret cassandra
2024-04-22 16:15:39 +05:30
Akhil Mohan
3745b65148
feat(ui): added dynamic secret ui for cassandra
2024-04-22 16:15:17 +05:30
Akhil Mohan
a0f0593e2d
feat(server): added dynamic secret cassandra
2024-04-22 16:14:55 +05:30
Akhil Mohan
ea6e739b46
chore: added a docker setup to run a cassandra instance for dynamic secret
2024-04-22 16:14:26 +05:30
Vladyslav Matsiiako
12f4868957
Merge branch 'main' of https://github.com/Infisical/infisical
2024-04-21 22:51:12 -07:00
Vladyslav Matsiiako
4d43a77f6c
added ms power apps guide
2024-04-21 22:51:05 -07:00
vmatsiiako
3f3c15d715
Merge pull request #1713 from Infisical/integrations-update
...
Integration improvements
2024-04-21 18:00:59 -07:00
Tuan Dang
ca453df9e9
Minor updates to integration update PR
2024-04-21 17:36:54 -07:00
Vladyslav Matsiiako
c959fa6fdd
add initial sync options to terraform cloud integration
2024-04-20 21:40:07 -07:00
Vladyslav Matsiiako
d11ded9abc
allow specifying of aws kms key
2024-04-20 18:40:56 -07:00
Vladyslav Matsiiako
714a3186a9
allowed creating of multiple tags
2024-04-19 17:46:33 -07:00
vmatsiiako
20d1572220
Update user-identities.mdx
2024-04-19 16:47:22 -07:00
vmatsiiako
21290d8e6c
Update user-identities.mdx
2024-04-19 16:44:57 -07:00
Tuan Dang
54fcc23a6c
Begin groups phase 2b
2024-04-19 16:16:16 -07:00
Akhil Mohan
a339c473d5
docs: updated api doc with bulk raw secret ops
2024-04-19 20:54:41 +05:30
Akhil Mohan
718cabe49b
feat(server): added batch raw bulk secret ops api
2024-04-19 20:53:54 +05:30
Maidul Islam
a087deb1eb
Update envars.mdx
2024-04-18 22:03:14 -04:00
Maidul Islam
7ce283e891
Merge pull request #1710 from Infisical/daniel/dashboard
...
Chore: Documentation
2024-04-18 21:19:52 -04:00
Daniel Hougaard
52cf38449b
Chore: Documentation
2024-04-19 03:08:55 +02:00
BlackMagiq
8d6f76698a
Merge pull request #1709 from Infisical/docs-auth
...
Add security/description to project endpoint schemas for API reference
2024-04-18 17:11:08 -07:00
Tuan Dang
71cc84c9a5
Add security/description to project endpoint schemas
2024-04-18 17:06:35 -07:00
BlackMagiq
5d95d7f31d
Merge pull request #1708 from Infisical/vercel-pagination
...
Add pagination to getAppsVercel
2024-04-18 16:24:23 -07:00
Tuan Dang
2f15e0e767
Add pagination to getAppsVercel
2024-04-18 16:20:51 -07:00
Daniel Hougaard
6e1b29025b
Fix: Invite project member
2024-04-19 00:33:51 +02:00
Tuan Dang
1dd451f221
Update groups count fn, type check
2024-04-18 14:54:02 -07:00
Daniel Hougaard
fcc18996d3
Merge pull request #1706 from Infisical/daniel/fix-breaking-change-check
...
Fix: API Breaking Change Check
2024-04-18 23:39:50 +02:00
Daniel Hougaard
bcaafcb49f
Update dynamic-secret-lease-router.ts
2024-04-18 23:38:48 +02:00
Daniel Hougaard
b4558981c1
Fix: Check EE routes for changes too
2024-04-18 23:35:27 +02:00
Daniel Hougaard
64099908eb
Trigger test
2024-04-18 23:32:23 +02:00
Daniel Hougaard
98e0c1b4ca
Update package-lock.json
2024-04-18 23:30:17 +02:00
Daniel Hougaard
4050e56e60
Feat: CLI Integration tests
2024-04-18 23:29:11 +02:00
vmatsiiako
4d1a41e24e
Merge pull request #1699 from Infisical/imported-secret-icon
...
Feat: Tags for AWS integrations
2024-04-18 14:26:33 -07:00
vmatsiiako
43f676b078
Merge pull request #1704 from Infisical/daniel/remove-api-key-auth-docs
...
Feat: Remove API Key auth docs
2024-04-18 14:19:38 -07:00
Maidul Islam
130ec68288
Merge pull request #1697 from akhilmhdh/docs/dynamic-secret
...
docs: updated dynamic secret mysql doc and improved explanation for renew and revoke
2024-04-18 17:17:57 -04:00
Maidul Islam
c4d5c1a454
polish dynamic secrets docs
2024-04-18 17:16:15 -04:00
Tuan Dang
e1407cc093
Add comments for group-fns
2024-04-18 14:14:08 -07:00
Tuan Dang
1b38d969df
Merge remote-tracking branch 'origin' into groups-phase-2b
2024-04-18 13:52:54 -07:00
Tuan Dang
6e3d5a8c7c
Remove print statements, cleanup
2024-04-18 13:51:47 -07:00
Maidul Islam
e2a447dd05
fix image paths
2024-04-18 16:26:59 -04:00
Maidul Islam
2522cc1ede
Merge pull request #1696 from akhilmhdh/dynamic-secret/oracle
...
feat: dynamic secret for oracle
2024-04-18 16:05:53 -04:00
Maidul Islam
56876a77e4
correct comments phrase
2024-04-18 16:03:11 -04:00
Maidul Islam
0111ee9efb
Merge pull request #1700 from akhilmhdh/feat/cli-template
...
feat(cli): added template feature to cli export command
2024-04-18 15:46:33 -04:00
Maidul Islam
581ffc613c
add go lang add/minus functions and give better example
2024-04-18 15:45:20 -04:00
Daniel Hougaard
03848b30a2
Feat: Remove API key auth documentation
2024-04-18 20:51:31 +02:00
Daniel Hougaard
5537b00a26
Fix: Remove security field from schema due to api key-only auth
2024-04-18 20:51:18 +02:00
Daniel Hougaard
d71d59e399
Feat: Remove API key documentation
2024-04-18 20:50:52 +02:00
Daniel Hougaard
8f8553760a
Feat: Remove API key auth documentation
2024-04-18 20:49:12 +02:00
Daniel Hougaard
708c2af979
Fix: Remove documentation for API-key only endpoints
2024-04-18 20:48:38 +02:00
Tuan Dang
fa7587900e
Finish preliminary capability for adding incomplete users to groups
2024-04-18 10:57:25 -07:00
Daniel Hougaard
e453ddf937
Update secrets.go
2024-04-18 18:04:29 +02:00
Daniel Hougaard
3f68807179
Update run-cli-tests.yml
2024-04-18 17:07:37 +02:00
Daniel Hougaard
ba42aca069
Workflow
2024-04-18 15:13:58 +02:00
Daniel Hougaard
22c589e2cf
Update tests.go
2024-04-18 15:01:31 +02:00
Daniel Hougaard
943945f6d7
Feat: Make run testable
2024-04-18 15:01:28 +02:00
Daniel Hougaard
b598dd3d47
Feat: Cli integration tests -- exports
2024-04-18 14:59:41 +02:00
Daniel Hougaard
ad6d18a905
Feat: Cli integration tests -- run cmd
2024-04-18 14:59:26 +02:00
Daniel Hougaard
46a91515b1
Fix: Use login UA token
2024-04-18 14:59:21 +02:00
Daniel Hougaard
b79ce8a880
Feat: Cli integration tests -- login
2024-04-18 14:59:13 +02:00
Daniel Hougaard
d31d98b5e0
Feat: CLI Integration tests
2024-04-18 14:58:59 +02:00
Akhil Mohan
afa1e7e139
docs: added oracle dynamic secret documentation
2024-04-18 13:29:38 +05:30
Akhil Mohan
2aea73861b
feat(cli): added template feature to cli export command
2024-04-18 13:09:09 +05:30
Akhil Mohan
2002db2007
feat: updated oracle sql username generation to uppercase
2024-04-18 11:36:27 +05:30
Vladyslav Matsiiako
26148b633b
added tags for aws integrations
2024-04-17 21:34:54 -07:00
Maidul Islam
4b463c6fde
Merge pull request #1698 from Infisical/imported-secret-icon
...
fixed import icon in the overview dashboard
2024-04-17 15:05:14 -04:00
Vladyslav Matsiiako
e6823c520e
fixed import icon in the overview dashboard
2024-04-17 12:50:14 -06:00
Akhil Mohan
ab83e61068
feat: updated statements for oracle and adjusted the username and password generator for oracle
2024-04-17 23:09:58 +05:30
Daniel Hougaard
cb6cbafcae
Fix: JSON error check
2024-04-17 19:33:51 +02:00
Daniel Hougaard
bcb3eaab74
Feat: Integration tests
2024-04-17 19:33:51 +02:00
Daniel Hougaard
12d5fb1043
Fix: Add support for imported secrets with raw fetching
2024-04-17 19:33:51 +02:00
Daniel Hougaard
8bf09789d6
Feat: Integration tests
2024-04-17 19:33:51 +02:00
Daniel Hougaard
7ab8db0471
Feat: Integration tests
2024-04-17 19:33:51 +02:00
Daniel Hougaard
6b473d2b36
Feat: Integration tests
2024-04-17 19:33:51 +02:00
Daniel Hougaard
7581b33b3b
Fix: Add import support for raw fetching
2024-04-17 19:33:51 +02:00
Daniel Hougaard
be74f4d34c
Fix: Add import & recursive support to raw fetching
2024-04-17 19:33:51 +02:00
Maidul Islam
e973a62753
Merge pull request #1684 from akhilmhdh/chore/drop-role-field
...
chore: rolling migration removed role and roleId field from project membership and identity project membership
2024-04-17 11:41:59 -04:00
Akhil Mohan
08420cc38d
docs: updated dynamic secret mysql doc and improved explanation for renew and revoke
2024-04-17 19:49:30 +05:30
vmatsiiako
94fa294455
Update email-password.mdx
2024-04-17 08:13:05 -06:00
vmatsiiako
be63e538d7
Update email-password.mdx
2024-04-17 08:11:49 -06:00
Akhil Mohan
62aa23a059
feat: dynamic secret for oracle
2024-04-17 18:59:25 +05:30
Maidul Islam
02e423f52c
remove old deployment options
2024-04-17 01:16:47 -04:00
Maidul Islam
3cb226908b
Merge pull request #1693 from Infisical/on-premise-architecure
...
on prem architecture
2024-04-17 00:56:59 -04:00
Maidul Islam
ba37b1c083
on prem reference
2024-04-17 00:55:37 -04:00
Maidul Islam
d23b39abba
Merge pull request #1692 from Infisical/daniel/cli-fix
...
Hotfix: CLI run command null pointer reference crash
2024-04-16 14:33:24 -04:00
Daniel Hougaard
de92ba157a
Update run.go
2024-04-16 20:30:03 +02:00
Maidul Islam
dadea751e3
Merge pull request #1685 from Infisical/snyk-fix-f3ea1a09d48832703f1fbc7b1eb0a4a3
...
[Snyk] Security upgrade mysql2 from 3.9.1 to 3.9.4
2024-04-16 13:44:26 -04:00
Maidul Islam
0ff0357a7c
Merge pull request #1630 from Infisical/daniel/cli-ua-support
...
Feat: Machine Identity support for CLI commands
2024-04-16 13:28:00 -04:00
Maidul Islam
85f257b4db
add tip to only print token
2024-04-16 13:24:39 -04:00
Maidul Islam
18d7a14e3f
add silent flag
2024-04-16 13:21:05 -04:00
vmatsiiako
ff4d932631
Update aws-amplify.mdx
2024-04-16 10:27:09 -06:00
Maidul Islam
519f0025c0
Update aws-amplify.mdx
2024-04-16 11:31:18 -04:00
Maidul Islam
d8d6d7dc1b
Merge pull request #1687 from akhilmhdh/docs/aws-amplify-integration
...
docs: added aws amplify integration documentation
2024-04-16 11:21:38 -04:00
Daniel Hougaard
a975fbd8a4
Fix: Moved comments
2024-04-16 10:16:23 +02:00
Daniel Hougaard
3a6ec3717b
Fix: Use constant identifiers
2024-04-16 10:15:07 +02:00
Daniel Hougaard
a4a961996b
Fix: Formatting and plain token output
2024-04-16 10:14:41 +02:00
Akhil Mohan
5b4777c1a5
docs: updated cli build command and image on env console
2024-04-16 12:06:09 +05:30
Maidul Islam
2f526850d6
edits to aws amplify docs
2024-04-16 01:20:52 -04:00
Maidul Islam
4f5d31d06f
edit aws amplify docs
2024-04-16 00:56:39 -04:00
Maidul Islam
a8264b17e4
Merge pull request #1689 from akhilmhdh/dynamic-secret/mysql
...
Dynamic secret mysql support
2024-04-15 15:51:17 -04:00
Maidul Islam
cb66733e6d
remove password expire
2024-04-15 15:47:56 -04:00
Akhil Mohan
40a0691ccb
feat(ui): added mysql dynamic secret
2024-04-15 19:35:29 +05:30
Akhil Mohan
6410d51033
feat(server): added mysql dynamic secret server logic
2024-04-15 19:34:47 +05:30
Akhil Mohan
bc30ba9ad1
docs: added aws amplify integration documentation
2024-04-15 14:59:44 +05:30
Maidul Islam
a0259712df
Update aws-ecs.mdx
2024-04-15 03:36:12 -04:00
Maidul Islam
1132d07dea
Merge pull request #1686 from Infisical/aws-reference-guide-ecs
...
AWS ECS reference architecture
2024-04-15 03:24:26 -04:00
Maidul Islam
1f0b1964b9
ecs reference architecture
2024-04-15 03:23:58 -04:00
snyk-bot
690e72b44c
fix: backend/package.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MYSQL2-6591085
2024-04-14 23:08:40 +00:00
Akhil Mohan
e2967f5e61
chore: added volume mount to migration docker dev image
2024-04-15 02:24:14 +05:30
Akhil Mohan
97afc4ff51
feat: added back username field in response for project users
2024-04-15 02:23:36 +05:30
Akhil Mohan
c47a91715f
chore: rolling migration removed role and roleId field from project membership and identity project membership
2024-04-15 02:16:11 +05:30
Maidul Islam
fbc7b34786
Merge pull request #1683 from akhilmhdh/fix/audit-log-latency
...
fix: resolved slow audit log list
2024-04-14 11:54:11 -04:00
Akhil Mohan
9e6641c058
fix: resolved slow audit log list
2024-04-14 18:38:42 +05:30
Maidul Islam
d035403af1
Update kubernetes.mdx
2024-04-12 14:07:31 -04:00
Tuan Dang
1af0d958dd
Update migration order for group
2024-04-12 10:50:06 -07:00
Maidul Islam
66a51658d7
Merge pull request #1682 from Infisical/k8s-owner-policy
...
add docs for owner policy
2024-04-12 12:52:09 -04:00
Maidul Islam
28dc3a4b1c
add docs for owner policy
2024-04-12 12:49:45 -04:00
BlackMagiq
b27cadb651
Merge pull request #1638 from Infisical/groups
...
User Groups
2024-04-12 08:28:10 -07:00
Maidul Islam
3dca82ad2f
Merge pull request #1680 from Infisical/daniel/recursive-max-depth
...
Fix: Hard limit on recursive secret fetching
2024-04-12 10:38:38 -04:00
Maidul Islam
1c90df9dd4
add log for secrets depth breakout
2024-04-12 10:34:59 -04:00
Maidul Islam
e15c9e72c6
allow inetgrations list fetch via UA
2024-04-12 10:06:16 -04:00
Daniel Hougaard
71575b1d2e
Fix: Secret interpolation not working as intended for fetching secrets by name
2024-04-12 14:05:43 +02:00
Daniel Hougaard
51f164c399
Chore: Add debug logs
2024-04-12 13:42:42 +02:00
Daniel Hougaard
702cd0d403
Update secret-fns.ts
2024-04-12 13:31:48 +02:00
Daniel Hougaard
75267987fc
Fix: Add recursive search max depth (20)
2024-04-12 13:28:03 +02:00
Daniel Hougaard
d734a3f6f4
Fix: Add hard recursion limit to documentation
2024-04-12 13:15:42 +02:00
vmatsiiako
cbb749e34a
Update list-project-integrations.mdx
2024-04-11 23:52:25 -04:00
Tuan Dang
4535c1069a
Fix merge conflicts
2024-04-11 20:46:14 -07:00
Tuan Dang
747acfe070
Resolve PR review issues
2024-04-11 20:44:38 -07:00
Tuan Dang
fa1b236f26
Disallow adding groups to E2EE projects
2024-04-11 19:52:10 -07:00
Tuan Dang
c98ef0eca8
Add pagination for user assignment modal
2024-04-11 19:33:19 -07:00
Maidul Islam
9f23106c6c
Update list-project-integrations.mdx
2024-04-11 20:49:31 -04:00
Maidul Islam
1e7744b498
Merge pull request #1679 from Infisical/list-project-integrations-api
...
Expose List integratiosn API
2024-04-11 20:20:22 -04:00
Daniel Hougaard
44c736facd
Fix: Updated descriptions
2024-04-12 02:15:23 +02:00
Daniel Hougaard
51928ddb47
Fix: OpenAPI doc descriptions structure
2024-04-12 02:15:11 +02:00
Daniel Hougaard
c7cded4af6
Merge pull request #1678 from Infisical/daniel/workspace-endpoint-fix
...
FIx: Fetching workspaces with no environments
2024-04-12 01:54:06 +02:00
Daniel Hougaard
8b56e20b42
Fix: Removed icon
2024-04-12 01:49:59 +02:00
Daniel Hougaard
39c2c37cc0
Remove log
2024-04-12 01:49:28 +02:00
Daniel Hougaard
3131ae7dae
Feat: Disable integration creation when no environments are present on project
2024-04-12 01:46:19 +02:00
Daniel Hougaard
5315a67d74
Feat: Disable integration creation when no environments are present on project
2024-04-12 01:46:11 +02:00
Maidul Islam
79de7f9f5b
expose list integrations api
2024-04-11 19:41:55 -04:00
Daniel Hougaard
71ffed026d
FIx: Fetching workspaces with no environments
2024-04-12 00:52:22 +02:00
Vladyslav Matsiiako
ee98b15e2b
fix typo
2024-04-11 17:43:13 -05:00
Maidul Islam
945d81ad4b
update aws SES docs
2024-04-11 16:28:02 -04:00
Tuan Dang
ff8354605c
Patch getProjectPermission
2024-04-11 13:00:50 -07:00
Tuan Dang
09b63eee90
Merge remote-tracking branch 'origin' into groups
2024-04-11 11:42:01 -07:00
Maidul Islam
d175256bb4
Merge pull request #1677 from Infisical/integration-auth-del-update
...
Integration Auth deletion upon Integration deletion
2024-04-11 14:30:31 -04:00
Tuan Dang
ee0c79d018
Delete integration auth upon integration deletion if no other integrations share the same auth
2024-04-11 11:25:28 -07:00
Maidul Islam
d5d7564550
Merge pull request #1643 from akhilmhdh/feat/import-sync-secret
...
fix(server): added sync secret for imports and added check for avoid cyclic import
2024-04-11 10:16:30 -04:00
Maidul Islam
0db682c5f0
remove depth from exceed message
2024-04-11 10:11:05 -04:00
Tuan Dang
a01a995585
Add comments to explain new getIntegrationSecrets
2024-04-11 10:11:05 -04:00
Tuan Dang
2ac785493a
Add comments to explain new getIntegrationSecrets
2024-04-10 21:52:33 -07:00
Tuan Dang
85489a81ff
Add resync on integration import creation/deletion and update forward/backward recursive logic for syncing dependent imports
2024-04-10 21:18:26 -07:00
Maidul Islam
7116c85f2c
remove note
2024-04-09 20:51:19 -04:00
Maidul Islam
31e4da0dd3
Merge pull request #1672 from JunedKhan101/main
...
docs: fixed another broken link
2024-04-09 09:47:07 -07:00
Tuan Dang
f255d891ae
Merge remote-tracking branch 'origin' into feat/import-sync-secret
2024-04-09 08:40:10 -07:00
Juned Khan
4774469244
docs: fixed another broken link
2024-04-09 14:05:45 +05:30
Maidul Islam
e143a31e79
Merge pull request #1670 from JunedKhan101/main
...
docs:fixed broken link
2024-04-08 17:45:51 -07:00
Daniel Hougaard
0baea4c5fd
Draft
2024-04-08 15:18:15 -07:00
Maidul Islam
f6cc20b08b
remove link from docs
2024-04-08 12:00:11 -07:00
Maidul Islam
90e125454e
remove docs for e2ee
2024-04-08 11:58:48 -07:00
Maidul Islam
fbdf3dc9ce
Merge pull request #1647 from akhilmhdh/doc/integration-api-guide
...
docs: added guide to setup integration with api
2024-04-08 11:56:19 -07:00
Maidul Islam
f333c905d9
revise generic integration docs
2024-04-08 11:55:38 -07:00
Maidul Islam
71e60df39a
Merge pull request #1659 from agilesyndrome/fix_universalAuth_operatorinstall
...
fix: Run make kubectl-install
2024-04-08 10:18:00 -07:00
Maidul Islam
8b4d050d05
updated original value in replace script
2024-04-08 10:15:09 -07:00
Maidul Islam
3b4bb591a3
set default for NEXT_PUBLIC_SAML_ORG_SLUG
2024-04-08 09:25:37 -07:00
Maidul Islam
54f1a4416b
add default value
2024-04-08 09:06:42 -07:00
Maidul Islam
47e3f1b510
Merge pull request #1661 from Infisical/saml-auto-redirect
...
add automatic SAML redirect
2024-04-08 08:22:04 -07:00
Juned Khan
5810b76027
docs:fixed broken link
2024-04-08 16:55:11 +05:30
Daniel Hougaard
246e6c64d1
Merge pull request #1668 from JunedKhan101/main
...
removed extra whitespace from error message
2024-04-07 16:05:31 -07:00
Juned Khan
4e836c5dca
removed extra whitespace from error message
2024-04-07 17:41:39 +05:30
Maidul Islam
63a289c3be
add saml org clug to standalone
2024-04-06 11:58:50 -07:00
Maidul Islam
0a52bbd55d
add render once to use effect
2024-04-06 11:40:13 -07:00
Maidul Islam
593bdf74b8
patch notice
2024-04-06 10:57:08 -07:00
Maidul Islam
1f3742e619
update april_2024_db_update_closed
2024-04-06 10:39:21 -07:00
Maidul Islam
d6e5ac2133
maintenance postponed
2024-04-06 10:01:13 -07:00
Vladyslav Matsiiako
fea48518a3
removed new tag from identities
2024-04-05 19:01:54 -07:00
vmatsiiako
dde24d4c71
Merge pull request #1663 from Infisical/daniel/cli-improvements
...
Feat: CLI Improvements
2024-04-05 18:42:18 -07:00
Vladyslav Matsiiako
94d509eb01
fixed search bar with folders
2024-04-05 18:37:12 -07:00
Daniel Hougaard
8f1e662688
Feat: Added include imports to export command
2024-04-05 17:30:30 -07:00
Daniel Hougaard
dcbbb67f03
Feat: Added secret interpolation to get secret by name command
2024-04-05 17:30:19 -07:00
Vladyslav Matsiiako
055fd34c33
added baked env var
2024-04-05 17:25:25 -07:00
Tuan Dang
dc0d3b860e
Continue making progress on SCIM groups
2024-04-05 17:20:17 -07:00
Daniel Hougaard
c0fb3c905e
Docs: UA Auth Docs
2024-04-05 17:10:38 -07:00
Daniel Hougaard
18b0766d96
Update folders.go
2024-04-05 15:47:18 -07:00
Daniel Hougaard
b423696630
Feat: UA CLI Support
2024-04-05 15:22:48 -07:00
Daniel Hougaard
bf60489fde
Feat: Added UA support to export command
2024-04-05 15:20:03 -07:00
Daniel Hougaard
85ea6d2585
Fix: Cleanup
2024-04-05 15:19:52 -07:00
Daniel Hougaard
a97737ab90
Feat: Folder support for Machine Identities
2024-04-05 15:19:44 -07:00
Daniel Hougaard
3793858f0a
Feat: Export support for Machine Identities
2024-04-05 15:18:09 -07:00
Daniel Hougaard
66c48fbff8
Update model.go
2024-04-05 15:16:12 -07:00
Daniel Hougaard
b6b040375b
Feat: UA CLI Support
2024-04-05 15:13:47 -07:00
Daniel Hougaard
9ad5e082e2
Feat: UA CLI support
2024-04-05 15:13:47 -07:00
Daniel Hougaard
f1805811aa
Feat: Added token renew command
2024-04-05 15:13:47 -07:00
Daniel Hougaard
b135258cce
Feat: Added UA support to secret commands
2024-04-05 15:13:47 -07:00
Daniel Hougaard
a651de53d1
Feat: Added UA support to run command
2024-04-05 15:13:00 -07:00
Daniel Hougaard
7d0a535f46
Feat: Added UA login support (defaults to 'user')
2024-04-05 15:12:32 -07:00
Daniel Hougaard
c4e3dd84e3
Feat: Added UA support to folder command
2024-04-05 15:12:32 -07:00
Daniel Hougaard
9193f13970
Feat: Added UA support to export command
2024-04-05 15:12:32 -07:00
Daniel Hougaard
016f22c295
Fix: Cleanup
2024-04-05 15:12:32 -07:00
Daniel Hougaard
4d7182c9b1
Fix: Removed unused struct and included secret type on secret response
2024-04-05 15:12:32 -07:00
Daniel Hougaard
6ea7b04efa
Feat: Folder support for Machine Identities
2024-04-05 15:12:32 -07:00
Daniel Hougaard
3981d61853
Feat: Support for Machine Identities auth
2024-04-05 15:12:32 -07:00
Daniel Hougaard
3d391b4e2d
Feat: Secrets cmd support for Machine Identities
2024-04-05 15:12:32 -07:00
Daniel Hougaard
4123177133
Feat: Run cmd support for Machine Identities
2024-04-05 15:09:38 -07:00
Daniel Hougaard
4d61188d0f
Feat: Folder support for Machine Identities
2024-04-05 15:08:52 -07:00
Daniel Hougaard
fa33f35fcd
Feat: Export support for Machine Identities
2024-04-05 15:08:52 -07:00
Daniel Hougaard
13629223fb
Chore: Moved universalAuthLogin function to utils
2024-04-05 15:08:52 -07:00
Vladyslav Matsiiako
74fefa9879
add automatic SAML redirect
2024-04-05 14:39:31 -07:00
Vladyslav Matsiiako
ff2c8d017f
add automatic SAML redirect
2024-04-05 14:29:50 -07:00
Daniel Hougaard
ba1f8f4564
Merge pull request #1660 from Infisical/fix/delete-role-error
...
Fix: Error handling when deleting roles that are assigned to identities or users
2024-04-05 11:15:25 -07:00
Daniel Hougaard
e26df005c2
Fix: Typo
2024-04-05 11:11:32 -07:00
Daniel Hougaard
aca9b47f82
Fix: Typo
2024-04-05 11:11:26 -07:00
Daniel Hougaard
a16ce8899b
Fix: Check for identities and project users who has the selected role before deleting
2024-04-05 11:11:15 -07:00
Daniel Hougaard
b61511d100
Update index.ts
2024-04-05 11:10:54 -07:00
Tuan Dang
f8ea421a0e
Add group deletion and (name) update support for SCIM integration
2024-04-05 10:13:47 -07:00
Vladyslav Matsiiako
a945bdfc4c
update docs style
2024-04-05 10:07:42 -07:00
Tuan Dang
f7b8345da4
Fix merge conflicts
2024-04-05 09:04:30 -07:00
Drew Easley
f6d7ec52c2
fix: Run make kubectl-install
2024-04-05 08:10:38 -04:00
Daniel Hougaard
3f6999b2e3
Merge pull request #1657 from Infisical/rate-limit
...
Add new rate limits for API
2024-04-04 19:53:31 -07:00
Maidul Islam
9128461409
Merge pull request #1658 from Infisical/daniel/delete-duplicate-org-memberships-migration
...
Feat: Delete duplicate memberships migration
2024-04-04 19:19:39 -07:00
Daniel Hougaard
893235c40f
Update 20240405000045_org-memberships-unique-constraint.ts
2024-04-04 18:43:32 -07:00
Tuan Dang
d3cdaa8449
Add new rate limits
2024-04-04 18:12:23 -07:00
BlackMagiq
e0f655ae30
Merge pull request #1656 from Infisical/fix/duplicate-org-memberships
...
Fix: Duplicate organization memberships
2024-04-04 17:10:55 -07:00
Daniel Hougaard
93aeca3a38
Fix: Add unique constraint on orgId and userId
2024-04-04 17:04:23 -07:00
Daniel Hougaard
1edebdf8a5
Fix: Improve create migration script
2024-04-04 17:04:06 -07:00
BlackMagiq
1017707642
Merge pull request #1655 from Infisical/project-limit
...
Remove plan cache upon create/delete project
2024-04-04 13:21:32 -07:00
Tuan Dang
5639306303
Remove plan cache upon create/delete project
2024-04-04 13:17:46 -07:00
Tuan Dang
b3a9661755
Merge main
2024-04-04 12:24:28 -07:00
BlackMagiq
72f50ec399
Merge pull request #1654 from Infisical/fix-additional-privilege-slug
...
Move default slug init for users/identities out of fastify schema
2024-04-04 12:22:31 -07:00
Tuan Dang
effc7a3627
Move default slug init for users/identities out of fastify schema
2024-04-04 12:18:10 -07:00
Tuan Dang
175ce865aa
Move group migration to top
2024-04-04 12:06:10 -07:00
Tuan Dang
51f220ba2c
Fix getProjectMembership to work with additional privileges
2024-04-04 11:20:39 -07:00
Tuan Dang
51819e57d1
Address merge conflicts
2024-04-04 10:01:19 -07:00
Maidul Islam
510c91cef1
Update infisical-agent.mdx
2024-04-04 09:34:31 -07:00
Vladyslav Matsiiako
9be5d89fcf
added docs images
2024-04-03 22:55:47 -07:00
Vladyslav Matsiiako
94f4497903
update access request docs
2024-04-03 22:51:48 -07:00
Tuan Dang
e1d9f779b2
Remove role and roleId from group project membership
2024-04-03 20:30:14 -07:00
BlackMagiq
b5af5646ee
Merge pull request #1653 from Infisical/pentest
...
Add separate rate limit to invite user to org
2024-04-03 18:48:24 -07:00
Tuan Dang
1554618167
Add separate rate limit to invite user
2024-04-03 18:46:29 -07:00
Maidul Islam
5fbfcdda30
Merge pull request #1651 from Infisical/daniel/cli-secrets-get-fix
...
Fix: CLI get secrets by name
2024-04-03 10:43:42 -07:00
Daniel Hougaard
cdbb3b9c47
Update secrets.go
2024-04-03 10:36:25 -07:00
Vladyslav Matsiiako
0042a95b21
update docs image
2024-04-03 09:08:53 -07:00
BlackMagiq
53233e05d4
Merge pull request #1648 from Infisical/keycloak
...
Add documentation + option for Keycloak SAML (self-hosted)
2024-04-02 16:42:41 -07:00
Tuan Dang
4f15f9c8d3
Add support for keycloak saml on self-hosted infisical
2024-04-02 16:35:37 -07:00
Maidul Islam
97223fabe6
Merge pull request #1617 from Infisical/daniel/improve-create-project
...
Feat: Recursively get all secrets from all folders in specified path
2024-04-02 13:50:16 -07:00
Maidul Islam
04b312cbe4
Merge pull request #1646 from akhilmhdh/fix/disable-role-button
...
fix(ui): resolved multi role modal button hiding clickable
2024-04-02 13:06:57 -07:00
Akhil Mohan
40bb9668fe
docs: added guide to setup integration with api
2024-04-03 01:12:30 +05:30
Maidul Islam
97e5069cf5
Merge pull request #1645 from akhilmhdh/chore/specific-privilege-api-doc
...
docs: added api reference for specific privilege identity
2024-04-02 12:03:48 -07:00
Akhil Mohan
93146fcd96
fix(ui): resolved multi role modal button hiding clickable
2024-04-03 00:12:34 +05:30
Akhil Mohan
87d98de4c1
docs: added api reference for specific privilege identity
2024-04-02 23:54:51 +05:30
Maidul Islam
26f647b948
Merge pull request #1644 from akhilmhdh/chore/aws-ssm-api
...
AWS SSM integration api documentation
2024-04-02 09:22:50 -07:00
Maidul Islam
80b3cdd128
add examples to integration auth docs
2024-04-02 09:21:32 -07:00
Maidul Islam
8dd85a0d65
Update requirements.mdx
2024-04-02 07:07:36 -07:00
Akhil Mohan
17995d301a
feat(doc): added integration and integration auth to api reference doc
2024-04-02 16:30:53 +05:30
Akhil Mohan
094b48a2b1
feat(server): updated integration and integration auth with description
2024-04-02 16:29:41 +05:30
Akhil Mohan
abd62867eb
fix(server): resolved failing test in import
2024-04-02 13:55:26 +05:30
Akhil Mohan
179573a269
fix(server): added sync secret for imports and added check for avoiding cyclic import
2024-04-02 13:20:48 +05:30
Tuan Dang
457edef5fe
Merge remote-tracking branch 'origin/groups' into groups
2024-04-01 11:34:30 -07:00
Tuan Dang
f0b84d5bc9
Begin add push groups SCIM
2024-04-01 11:30:25 -07:00
Maidul Islam
7b8bfe38f0
Merge pull request #1574 from akhilmhdh/feat/additional-privilege
...
feat: additional privilege for users and identity
2024-04-01 11:09:05 -07:00
Akhil Mohan
9903f7c4a0
feat: fixed wrong permission type in bulk api op
2024-04-01 23:34:25 +05:30
Akhil Mohan
42cd98d4d9
feat: changed update patch function to privilegeDetails for identity privilege
2024-04-01 23:13:08 +05:30
vmatsiiako
4b203e9ad3
Update postgresql.mdx
2024-04-01 10:26:25 -07:00
Daniel Hougaard
36bf1b2abc
Fix: Renamed deep parameter to recursive
2024-04-01 10:10:49 -07:00
Daniel Hougaard
42fb732955
Fix: Renamed deep parameter to recursive
2024-04-01 10:10:34 -07:00
Daniel Hougaard
da2dcb347a
Fix: Restructured recursive path functions as suggested by Akhil
2024-04-01 09:58:13 -07:00
Daniel Hougaard
b9482966cf
Fix: Replaced merge with extend as proposed by Akhil
2024-04-01 09:52:49 -07:00
Vladyslav Matsiiako
1e4b4591ed
fix images in docs
2024-04-01 09:15:04 -07:00
Akhil Mohan
9fddcea3db
fix(ui): sending group users without orgid
2024-04-01 17:15:57 +05:30
Vladyslav Matsiiako
4a325d6d96
fix image links
2024-04-01 00:08:20 -07:00
Vladyslav Matsiiako
5e20573110
fix docs eyebrow
2024-03-31 23:44:35 -07:00
Vladyslav Matsiiako
f623c8159d
documentation revamp
2024-03-31 23:37:57 -07:00
Maidul Islam
4323407da7
Update introduction.mdx
2024-03-30 08:43:10 -04:00
Daniel Hougaard
4c496d5e3d
Update secret-service.ts
2024-03-30 08:40:43 +01:00
Tuan Dang
0c2e566184
Add docs for groups
2024-03-29 17:49:20 -07:00
Vladyslav Matsiiako
d68dc4c3e0
add type=password to integration api keys
2024-03-29 16:50:18 -07:00
Vladyslav Matsiiako
e64c579dfd
update aws sm docs
2024-03-29 16:39:51 -07:00
Akhil Mohan
d0c0d5835c
feat: splitted privilege create route into two for permanent and temp to get params shape in api doc
2024-03-30 01:31:17 +05:30
Akhil Mohan
af2dcdd0c7
feat: updated api description and changed slug to privilege slug
2024-03-29 23:51:26 +05:30
vmatsiiako
6c628a7265
Update aws-secret-manager.mdx
2024-03-29 10:49:10 -07:00
Akhil Mohan
00f2d40803
feat(ui): changed back to relative time distance with tooltip of detailed time
2024-03-29 22:36:46 +05:30
Vladyslav Matsiiako
0a66cbe729
updated docs
2024-03-29 00:10:29 -07:00
Vladyslav Matsiiako
7fec7c9bf5
update docs
2024-03-28 23:11:16 -07:00
Tuan Dang
38adc83f2b
Rename group fns and add upgrade plan modal to project level groups tab
2024-03-28 20:54:25 -07:00
Tuan Dang
f2e5f1bb10
Fix lint issues
2024-03-28 20:22:58 -07:00
Vladyslav Matsiiako
d1afec4f9a
inject secrets from secret imports into integrations
2024-03-28 20:13:46 -07:00
Tuan Dang
9460eafd91
Add API specs to groups endpoints, convert projectId groups endpoints to be slug-based
2024-03-28 18:21:12 -07:00
Vladyslav Matsiiako
31ad6b0c86
update style
2024-03-28 18:17:59 -07:00
Tuan Dang
8afecac7d8
Rely on actorOrgId for group orgId refs
2024-03-28 17:00:33 -07:00
Tuan Dang
bf13b81c0f
Fix type issues
2024-03-28 12:55:18 -07:00
Tuan Dang
c753a91958
run linter
2024-03-28 12:44:44 -07:00
Tuan Dang
695a4a34b5
Fix merge conflicts
2024-03-28 12:41:34 -07:00
Tuan Dang
372f71f2b0
Add/remove bulk users to projects upon add/remove users to/from groups
2024-03-28 12:18:44 -07:00
Akhil Mohan
e46256f45b
feat: added description for all api endpoints
2024-03-28 19:55:12 +05:30
Akhil Mohan
64e868a151
feat(ui): updated ui with identity privilege hooks and new role form
2024-03-28 19:55:12 +05:30
Akhil Mohan
c8cbcaf10c
feat(server): added identity privilege route changes with project slug
2024-03-28 19:55:12 +05:30
Akhil Mohan
51716336c2
feat(ui): updated ui with new role form for users
2024-03-28 19:55:12 +05:30
Akhil Mohan
6b51c7269a
feat(server): removed name and description and fixed api for user privileges
2024-03-28 19:55:12 +05:30
Akhil Mohan
f551a4158d
feat: resolved upstream rebase conflict
2024-03-28 19:55:12 +05:30
Vladyslav Matsiiako
e850b82fb3
improved admin dashboard UI
2024-03-28 19:55:12 +05:30
Akhil Mohan
8f85f292db
feat: improved slug with a default generator for ui and server
2024-03-28 19:55:12 +05:30
Akhil Mohan
5f84de039f
feat(ui): finished ui for identity additional privilege
2024-03-28 19:55:12 +05:30
Akhil Mohan
8529fac098
feat(server): completed identity additional privilege
2024-03-28 19:55:12 +05:30
Akhil Mohan
81cf19cb4a
feat(ui): completed ui for user additional privilege
2024-03-28 19:54:00 +05:30
Akhil Mohan
edbe1c8eae
feat(ui): hook for new user additional privilege
2024-03-28 19:54:00 +05:30
Akhil Mohan
a5039494cd
feat(server): completed routes for user additional privilege
2024-03-28 19:54:00 +05:30
Akhil Mohan
a908471e66
feat(server): completed user additional privilege services
2024-03-28 19:54:00 +05:30
Akhil Mohan
84204c3c37
feat(server): added new user additional migration and schemas
2024-03-28 19:54:00 +05:30
Vladyslav Matsiiako
4931e8579c
fix image link
2024-03-27 23:13:07 -07:00
Maidul Islam
20dc243fd9
Merge pull request #1634 from Infisical/maintenanceMode
...
add maintenance mode
2024-03-27 21:23:51 -04:00
Maidul Islam
785a1389d9
add maintenance mode
2024-03-27 21:19:21 -04:00
Maidul Islam
5a3fc3568a
fix typo for maintenance
2024-03-27 18:55:27 -04:00
Maidul Islam
497601e398
Update overview.mdx
2024-03-27 15:59:04 -04:00
Tuan Dang
0da6262ead
Complete logic for user provisioning/deprovisioning to projects with groups
2024-03-27 10:53:51 -07:00
Maidul Islam
8db019d2fe
update dynamic secret doc
2024-03-27 13:53:41 -04:00
Maidul Islam
07d1d91110
Merge pull request #1631 from akhilmhdh/fix/dyn-superuser-remove
...
fix(server): resolved failing to use dynamic secret due to superuser
2024-03-27 11:19:51 -04:00
Maidul Islam
bb506fff9f
remove assign statement
2024-03-27 11:11:10 -04:00
Akhil Mohan
7a561bcbdf
feat(server): moved dynamic secret to ee
2024-03-27 15:00:16 +05:30
Akhil Mohan
8784f80fc1
fix(ui): updated error message on create dynamic secret
2024-03-27 14:25:56 +05:30
Akhil Mohan
0793e70c26
fix(server): resolved failing to use dynamic secret due to superuser
2024-03-27 14:25:39 +05:30
Vladyslav Matsiiako
99f8799ff4
Merge branch 'main' of https://github.com/Infisical/infisical
2024-03-26 22:55:57 -07:00
Vladyslav Matsiiako
3f05c8b7ae
updated dynamic secrets docs
2024-03-26 22:55:47 -07:00
Maidul Islam
6bd624a0f6
fix dynamic secret config edit
2024-03-26 22:33:55 -04:00
Vladyslav Matsiiako
4a11096ea8
update dynamic secrets docs
2024-03-26 18:58:02 -07:00
Vladyslav Matsiiako
1589eb8e03
fix link typo
2024-03-26 18:56:14 -07:00
Vladyslav Matsiiako
b370d6e415
fix link typos
2024-03-26 18:37:00 -07:00
Vladyslav Matsiiako
65937d6a17
update docs and fix typos
2024-03-26 18:26:18 -07:00
Maidul Islam
d20bc1b38a
turn paywall on dynamic secret
2024-03-26 17:53:47 -04:00
Maidul Islam
882ad8729c
Merge pull request #1629 from Infisical/dynamic-1
...
allow viewer to generate and list dynamic secret
2024-03-26 17:51:26 -04:00
Maidul Islam
0fdf5032f9
allow viewer to create and list dynamic secret
2024-03-26 17:50:06 -04:00
Maidul Islam
75d9463ceb
Merge pull request #1628 from Infisical/maintenanceApril2024
...
add maintenance notice
2024-03-26 15:41:40 -04:00
Maidul Islam
e258b84796
move to weekend
2024-03-26 15:37:24 -04:00
Maidul Islam
1ab6b21b25
add maintenance notice for april
2024-03-26 15:22:55 -04:00
Maidul Islam
775037539e
update docs to include HA for infisical cloud
2024-03-26 14:48:41 -04:00
Daniel Hougaard
4f05e4ce93
Fix test case
2024-03-26 19:41:48 +01:00
Daniel Hougaard
2e8680c5d4
Update secret-service.ts
2024-03-26 19:36:18 +01:00
Daniel Hougaard
e5136c9ef5
Feat: Recursively get all secrets
2024-03-26 19:36:18 +01:00
Daniel Hougaard
812fe5cf31
Feat: Recursively get all secrets
2024-03-26 19:36:18 +01:00
Daniel Hougaard
50082e192c
Feat: Recursively get all secrets, findByFolderIds DLA
2024-03-26 19:35:45 +01:00
Daniel Hougaard
1e1b5d655e
Fix: Refactored secret fetching to be more performant
2024-03-26 19:35:45 +01:00
Daniel Hougaard
3befd90723
Fix: Refactor to in-memory approach
2024-03-26 19:35:45 +01:00
Daniel Hougaard
88549f4030
Feat: Deep search support
2024-03-26 19:35:45 +01:00
Daniel Hougaard
46a638cc63
FIx: Rename parameter from recursive to deep
2024-03-26 19:35:45 +01:00
Daniel Hougaard
566f7e4c61
Feat: Recursively get all secrets from inside path
2024-03-26 19:35:45 +01:00
Daniel Hougaard
9ff3210ed6
Feat: Recursively get all secrets from inside path
2024-03-26 19:35:12 +01:00
Daniel Hougaard
f91a6683c2
Fix: Rename parameter
2024-03-26 19:35:12 +01:00
Daniel Hougaard
c29cb667d7
Feat: Recursively get secrets from all nested secret paths
2024-03-26 19:35:12 +01:00
Maidul Islam
7c623562e1
Merge pull request #1627 from akhilmhdh/feat/dyn-sec-overview
...
feat: added dynamic secret to overview page
2024-03-26 14:14:02 -04:00
Akhil Mohan
aef8d79101
feat: added dynamic secret to overview page
2024-03-26 23:40:41 +05:30
Maidul Islam
d735ec71b8
Merge pull request #1626 from jacobwgillespie/optimize-docker-builds
...
chore(ci): optimize Depot build workflows
2024-03-26 12:36:15 -04:00
Jacob Gillespie
84651d473b
chore(ci): optimize Depot build workflows
2024-03-26 16:22:07 +00:00
Daniel Hougaard
9501386882
Merge pull request #1625 from Infisical/daniel/missing-changes
...
Fix: Minor naming changes
2024-03-26 17:11:03 +01:00
Daniel Hougaard
d11f958443
Requested changes
2024-03-26 17:07:25 +01:00
Maidul Islam
087a4bb7d2
Merge pull request #1624 from akhilmhdh/feat/ui-notification-errors
...
New toast notification for ui
2024-03-26 11:41:10 -04:00
Maidul Islam
750210e6c3
update doc item title
2024-03-26 11:22:11 -04:00
Maidul Islam
90cf4e9137
update license docs
2024-03-26 11:21:40 -04:00
Maidul Islam
17bb2e8a7d
set dynamic secret to true
2024-03-26 10:26:22 -04:00
Akhil Mohan
b912cd585c
feat(ui): resolved dynamic secret merge conflict
2024-03-26 19:45:52 +05:30
Akhil Mohan
282434de8e
feat(ui): changed to a better toast for ui and a global error handler for all server error messages
2024-03-26 19:37:13 +05:30
Maidul Islam
1f939a5e58
Merge pull request #1611 from akhilmhdh/feat/pg-dynamic-secret
...
Dynamic secret #Postgres
2024-03-26 09:57:31 -04:00
Maidul Islam
ac0f5369de
inject license server and fix wording
2024-03-26 09:53:43 -04:00
Maidul Islam
6eba64c975
fix merge
2024-03-26 09:41:32 -04:00
Maidul Islam
12515c1866
Merge branch 'main' into feat/pg-dynamic-secret
2024-03-26 09:30:30 -04:00
Akhil Mohan
c882da2e1a
feat: added license check for dynamic secret
2024-03-26 14:35:19 +05:30
Akhil Mohan
8a7774f9ac
feat(ui): updated api changes made
2024-03-26 14:10:25 +05:30
Akhil Mohan
a7d2ec80c6
feat(server): updated dynamic secret names from feedback, added describe and fixed login not working
2024-03-26 13:18:31 +05:30
Maidul Islam
494543ec53
Delete .github/workflows/build-staging-and-deploy.yml
2024-03-26 00:01:39 -04:00
Maidul Islam
b7b875b6a7
add prod creds to pipeline
2024-03-25 21:23:53 -04:00
Maidul Islam
3ddd06a3d1
Revert "Update build-staging-and-deploy-aws.yml"
...
This reverts commit a1a8364cd1
.
2024-03-25 21:16:33 -04:00
Maidul Islam
a1a8364cd1
Update build-staging-and-deploy-aws.yml
2024-03-25 21:12:50 -04:00
Daniel Hougaard
3e51fcb546
Merge pull request #1623 from Infisical/daniel/secret-tags-docs
...
Feat: Standalone tag attaching & detaching
2024-03-26 01:14:00 +01:00
Daniel Hougaard
c52a16cc47
Update constants.ts
2024-03-25 21:56:53 +01:00
Daniel Hougaard
f91c77baa3
Docs: Attach / Detach tags
2024-03-25 21:53:39 +01:00
Daniel Hougaard
e7c2f6f88c
Docs: Expose tags endpoints
2024-03-25 21:48:54 +01:00
Daniel Hougaard
f7c2d38aef
Feat: (Standalone) Attach / Detach tags from secrets
2024-03-25 21:48:14 +01:00
Daniel Hougaard
cfb497dd58
Feat: Get secret tags by secret ID
2024-03-25 21:47:23 +01:00
Daniel Hougaard
f7122c21fd
Fix: Allow query function to be called with undefined orgId, and handle it as an error
2024-03-25 21:43:08 +01:00
Daniel Hougaard
b23deca8e4
Feat: Attach/Detach tags to secret
2024-03-25 21:42:32 +01:00
Daniel Hougaard
b606990dfb
Update secret-tag-router.ts
2024-03-25 21:41:12 +01:00
Daniel Hougaard
2240277243
Feat: Standalone tags documentation
2024-03-25 21:40:45 +01:00
Maidul Islam
c8c5caba62
Update Chart.yaml
2024-03-25 13:48:17 -04:00
Maidul Islam
f408a6f60c
Update values.yaml
2024-03-25 13:48:01 -04:00
Maidul Islam
391ed0ed74
Update build-staging-and-deploy-aws.yml
2024-03-25 11:15:39 -04:00
Daniel Hougaard
aef40212d2
Merge pull request #1528 from rhythmbhiwani/cli-fix-update-vars
...
Fixed CLI issue of updating variables using `infisical secrets set`
2024-03-25 15:30:47 +01:00
Akhil Mohan
5aa7cd46c1
Merge pull request #1594 from Salman2301/feat-cloudflare-secret-path
...
feat: add support for secret path for cloudflare page
2024-03-25 11:37:00 +05:30
Maidul Islam
6c0b916ad8
set version to short commit sha
2024-03-25 01:54:53 -04:00
Akhil Mohan
d7bc80308d
Merge pull request #1566 from Salman2301/fix-typo-input
...
fix class name typo
2024-03-25 11:14:55 +05:30
Akhil Mohan
b7c7b242e8
Merge pull request #1578 from Salman2301/fix-select-key-nav
...
fix: add highlighted style for select component
2024-03-25 11:13:48 +05:30
Vladyslav Matsiiako
b592f4cb6d
update ui
2024-03-24 22:00:30 -07:00
Akhil Mohan
cd0e1a87cf
feat(server): resolved lint issue
2024-03-25 01:06:43 +05:30
Akhil Mohan
b5d7699b8d
feat(ui): made changes from feedback and force delete feature
2024-03-25 00:50:26 +05:30
Akhil Mohan
69297bc16e
feat(server): added limit to leases creation and support for force delete when external system fails to comply
2024-03-25 00:49:48 +05:30
Maidul Islam
37827367ed
Merge pull request #1622 from Infisical/daniel/mi-project-creation-bug
...
Fix: Creating projects with Machine Identities that aren't org admins
2024-03-24 14:46:23 -04:00
Maidul Islam
403b1ce993
Merge pull request #1620 from Infisical/daniel/e2ee-button
...
Feat: Deprecate E2EE mode switching
2024-03-24 14:33:44 -04:00
Daniel Hougaard
c3c0006a25
Update project-service.ts
2024-03-24 17:15:10 +01:00
Maidul Islam
2241908d0a
fix lining for gha
2024-03-24 00:52:21 -04:00
Maidul Islam
59b822510c
update job names gha
2024-03-24 00:50:40 -04:00
Maidul Islam
d1408aff35
update pipeline
2024-03-24 00:49:47 -04:00
Maidul Islam
c67084f08d
combine migration job with deploy
2024-03-24 00:47:46 -04:00
Maidul Islam
a280e002ed
add prod deploy
2024-03-24 00:35:10 -04:00
Maidul Islam
76c4a8660f
Merge pull request #1621 from redcubie/patch-1
...
Move DB_CONNECTION_URI to make sure DB credentials are initialized
2024-03-23 12:59:27 -04:00
redcubie
8c54dd611e
Move DB_CONNECTION_URI to make sure DB credentials are initialized
2024-03-23 18:49:15 +02:00
Akhil Mohan
98ea2c1828
feat(agent): removed 5s polling algorithm to a simple one
2024-03-23 21:10:42 +05:30
Maidul Islam
5c75f526e7
Update build-staging-and-deploy-aws.yml
2024-03-22 17:18:45 -04:00
Maidul Islam
113e777b25
add wait for ecs
2024-03-22 16:16:22 -04:00
Maidul Islam
2a93449ffe
add needs[] for gamm deploy gha
2024-03-22 14:56:38 -04:00
Maidul Islam
1ef1c042da
add back other build steps
2024-03-22 14:55:55 -04:00
Daniel Hougaard
b64672a921
Update E2EESection.tsx
2024-03-22 19:33:53 +01:00
Daniel Hougaard
227e013502
Feat: Deprecate E2EE mode switching
2024-03-22 19:31:41 +01:00
Akhil Mohan
88f7e4255e
feat(agent): added dynamic secret change based re-trigger
2024-03-22 23:59:08 +05:30
Maidul Islam
44ca8c315e
remove all stages except deploy in gha
2024-03-22 14:12:13 -04:00
Daniel Hougaard
7766a7f4dd
Merge pull request #1619 from Infisical/daniel/mi-ux-fix
...
Update IdentityModal.tsx
2024-03-22 18:56:07 +01:00
Daniel Hougaard
3cb150a749
Update IdentityModal.tsx
2024-03-22 18:27:57 +01:00
Maidul Islam
9e9ce261c8
give gha permission to update git token
2024-03-22 12:59:51 -04:00
Maidul Islam
fab7167850
update oidc audience
2024-03-22 12:54:27 -04:00
Akhil Mohan
c7de9aab4e
Merge pull request #1618 from Infisical/gha-aws-pipeline
...
deploy to ecs using OIDC with aws
2024-03-22 22:13:09 +05:30
Maidul Islam
3560346f85
update step name
2024-03-22 12:42:32 -04:00
Maidul Islam
f0bf2f8dd0
seperate aws rds uri
2024-03-22 12:38:10 -04:00
Maidul Islam
2a6216b8fc
deploy to ecs using OIDC with aws
2024-03-22 12:29:07 -04:00
Akhil Mohan
a07d055347
feat(agent): added agent template support to pull dynamic secret
2024-03-22 19:29:24 +05:30
Akhil Mohan
c05230f667
Merge pull request #1616 from Infisical/wait-for-job-helm
...
Update Chart.yaml
2024-03-22 19:03:32 +05:30
Maidul Islam
d68055a264
Update Chart.yaml
...
Update to multi arch and rootless
2024-03-22 09:28:44 -04:00
Akhil Mohan
e3e62430ba
feat: changed the whole api from projectid to slug
2024-03-22 14:18:12 +05:30
Maidul Islam
dc6056b564
Merge pull request #1614 from francodalmau/fix-environment-popups-cancel-action
...
Fix add and update environment popups cancel button
2024-03-21 21:28:28 -04:00
franco_dalmau
94f0811661
Fix add and update environment popups cancel button
2024-03-21 20:09:57 -03:00
Maidul Islam
7b84ae6173
Update Chart.yaml
2024-03-21 15:08:38 -04:00
Maidul Islam
5710a304f8
Merge pull request #1533 from Infisical/daniel/k8-operator-machine-identities
...
Feat: K8 Operator Machine Identity Support
2024-03-21 15:01:50 -04:00
Daniel Hougaard
91e3bbba34
Fix: Requested changes
2024-03-21 19:58:10 +01:00
Daniel Hougaard
02112ede07
Fix: Requested changes
2024-03-21 19:53:21 +01:00
Daniel Hougaard
08cfbf64e4
Fix: Error handing
2024-03-21 19:37:12 +01:00
Daniel Hougaard
18da522b45
Chore: Helm charts
2024-03-21 18:35:00 +01:00
Daniel Hougaard
8cf68fbd9c
Generated
2024-03-21 17:12:42 +01:00
Daniel Hougaard
d6b82dfaa4
Fix: Rebase sample conflicts
2024-03-21 17:09:41 +01:00
Daniel Hougaard
7bd4eed328
Chore: Generate K8 helm charts
2024-03-21 17:08:01 +01:00
Daniel Hougaard
0341c32da0
Fix: Change credentials -> credentialsRef
2024-03-21 17:08:01 +01:00
Daniel Hougaard
caea055281
Feat: Improve K8 docs
2024-03-21 17:08:01 +01:00
Daniel Hougaard
c08c78de8d
Feat: Rename universalAuthMachineIdentity to universalAuth
2024-03-21 17:08:01 +01:00
Daniel Hougaard
3765a14246
Fix: Generate new types
2024-03-21 17:08:01 +01:00
Daniel Hougaard
c5a11e839b
Feat: Deprecate Service Accounts
2024-03-21 17:08:01 +01:00
Daniel Hougaard
93bd3d8270
Docs: Simplified docs more
2024-03-21 17:07:56 +01:00
Daniel Hougaard
b9601dd418
Update kubernetes.mdx
2024-03-21 17:07:56 +01:00
Daniel Hougaard
ae3bc04b07
Docs
2024-03-21 17:07:31 +01:00
Daniel Hougaard
11edefa66f
Feat: Added project slug support
2024-03-21 17:07:31 +01:00
Daniel Hougaard
f71459ede0
Slugs
2024-03-21 17:07:31 +01:00
Daniel Hougaard
33324a5a3c
Type generation
2024-03-21 17:07:31 +01:00
Daniel Hougaard
5c6781a705
Update machine-identity-token.go
2024-03-21 17:07:31 +01:00
Daniel Hougaard
71e31518d7
Feat: Add machine identity token handler
2024-03-21 17:07:31 +01:00
Daniel Hougaard
f6f6db2898
Fix: Moved update attributes type to models
2024-03-21 17:07:31 +01:00
Daniel Hougaard
55780b65d3
Feat: Machine Identity support (token refreshing logic)
2024-03-21 17:07:31 +01:00
Daniel Hougaard
83bbf9599d
Feat: Machine Identity support
2024-03-21 17:07:31 +01:00
Daniel Hougaard
f8f2b2574d
Feat: Machine Identity support (types)
2024-03-21 17:07:31 +01:00
Daniel Hougaard
318d12addd
Feat: Machine Identity support
2024-03-21 17:07:31 +01:00
Daniel Hougaard
872a28d02a
Feat: Machine Identity support for K8
2024-03-21 17:06:49 +01:00
Daniel Hougaard
6f53a5631c
Fix: Double prints
2024-03-21 17:06:49 +01:00
Daniel Hougaard
ff2098408d
Update sample.yaml
2024-03-21 17:06:48 +01:00
Daniel Hougaard
9e85d9bbf0
Example
2024-03-21 17:05:46 +01:00
Daniel Hougaard
0f3a48bb32
Generated
2024-03-21 17:05:46 +01:00
Daniel Hougaard
f869def8ea
Added new types
2024-03-21 17:05:46 +01:00
Maidul Islam
378bc57a88
Merge pull request #1480 from akhilmhdh/docs/rotation-doc-update
...
docs: improved secret rotation documentation with better understanding
2024-03-21 11:17:19 -04:00
Maidul Islam
242179598b
fix types, rephrase, and revise rotation docs
2024-03-21 11:03:41 -04:00
Akhil Mohan
70fe80414d
feat(server): added some more validation and feedback for deletion etc
2024-03-21 20:23:44 +05:30
Akhil Mohan
e201e80a06
feat(ui): completed ui for dynamic secret
2024-03-21 20:23:44 +05:30
Akhil Mohan
177cd385cc
feat(ui): added dynamic secret and lease api hook
2024-03-21 20:22:30 +05:30
Akhil Mohan
ab48c3b4fe
feat(server): completed integration of dynamic server routes
2024-03-21 20:22:30 +05:30
Akhil Mohan
69f36d1df6
feat(server): service for dynamic secret lease and queue service for revocation
2024-03-21 20:22:30 +05:30
Akhil Mohan
11c7b5c674
feat(server): service for dynamic secret config
2024-03-21 20:22:30 +05:30
Akhil Mohan
ee29577e6d
feat(server): added dynamic secret database schema
2024-03-21 20:22:30 +05:30
Maidul Islam
e3e049b66c
Update build-staging-and-deploy.yml
2024-03-20 22:14:46 -04:00
Maidul Islam
878e4a79e7
Merge pull request #1606 from Infisical/daniel/ui-imported-folders-fix
...
Fix: UI indicator for imports
2024-03-20 22:08:50 -04:00
Daniel Hougaard
609ce8e5cc
Fix: Improved UI import indicators
2024-03-21 03:06:14 +01:00
Maidul Islam
04c1ea9b11
Update build-staging-and-deploy.yml
2024-03-20 18:03:49 -04:00
Tuan Dang
8ffbaa2f6c
Minor group validation changes
2024-03-20 14:59:42 -07:00
Tuan Dang
796d5e3540
Complete preliminary list, update, create group in project
2024-03-20 14:47:12 -07:00
Maidul Islam
3baca73e53
add seperate step for ecr build
2024-03-20 16:25:54 -04:00
Daniel Hougaard
36adf6863b
Fix: UI secret import indicator
2024-03-20 21:09:54 +01:00
Daniel Hougaard
6363e7d30a
Update index.ts
2024-03-20 20:26:28 +01:00
Daniel Hougaard
f9621fad8e
Fix: Remove duplicate type
2024-03-20 20:26:00 +01:00
Daniel Hougaard
90be28b87a
Feat: Import indicator
2024-03-20 20:25:48 +01:00
Daniel Hougaard
671adee4d7
Feat: Indicator for wether or not secrets are imported
2024-03-20 20:24:06 +01:00
Daniel Hougaard
c9cb90c98e
Feat: Add center property to tooltip
2024-03-20 20:23:21 +01:00
Akhil Mohan
9f691df395
Merge pull request #1607 from Infisical/fix-secrets-by-name
...
set imports=true for get secret by name
2024-03-20 23:50:15 +05:30
Maidul Islam
d702a61586
set imports=true for get secret by name
2024-03-20 14:06:16 -04:00
Maidul Islam
1c16f406a7
remove debug
2024-03-20 13:06:29 -04:00
Maidul Islam
90f739caa6
correct repo name env
2024-03-20 13:05:59 -04:00
Maidul Islam
ede8b6f286
add .env context for ecr tag
2024-03-20 13:00:06 -04:00
Maidul Islam
232c547d75
correct ecr image tag
2024-03-20 11:54:33 -04:00
Maidul Islam
fe08bbb691
push to ecr
2024-03-20 11:46:47 -04:00
Maidul Islam
2bd06ecde4
login into ecr
2024-03-20 11:31:39 -04:00
Daniel Hougaard
08b79d65ea
Fix: Remove unused lint disable
2024-03-20 14:55:02 +01:00
Daniel Hougaard
4e1733ba6c
Fix: More reverting
2024-03-20 14:44:40 +01:00
Daniel Hougaard
a4e495ea1c
Fix: Restructured frontend
2024-03-20 14:42:34 +01:00
Daniel Hougaard
a750d68363
Fix: Reverted backend changes
2024-03-20 14:40:24 +01:00
Daniel Hougaard
d7161a353d
Fix: Better variable naming
2024-03-20 13:15:51 +01:00
Daniel Hougaard
12c414817f
Fix: Remove debugging logs
2024-03-20 13:14:18 +01:00
Daniel Hougaard
e5e494d0ee
Fix: Also display imported folder indicator for nested folders
2024-03-20 13:13:50 +01:00
Daniel Hougaard
5a21b85e9e
Fix: Removed overlap from other working branch
2024-03-20 13:13:19 +01:00
Daniel Hougaard
348fdf6429
Feat: Visualize imported folders in overview page (include imported folders in response)
2024-03-20 12:56:11 +01:00
Daniel Hougaard
88e609cb66
Feat: New types for imported folders
2024-03-20 12:55:40 +01:00
Daniel Hougaard
78058d691a
Enhancement: Add disabled prop to Tooltip component
2024-03-20 12:55:08 +01:00
Daniel Hougaard
1d465a50c3
Feat: Visualize imported folders in overview page
2024-03-20 12:54:44 +01:00
Maidul Islam
ffc7249c7c
update diagram
2024-03-19 23:44:12 -04:00
Maidul Islam
90bcf23097
Update README.md
2024-03-19 23:36:07 -04:00
Tuan Dang
686b88fc97
Complete basic pre-cleaned group member assignment/unassignment
2024-03-19 18:23:52 -07:00
Maidul Islam
5fa4d9029d
Merge pull request #1577 from Salman2301/fix-notification-z-index
...
fix: notification error behind detail sidebar
2024-03-19 18:56:14 -04:00
Maidul Islam
7160cf58ee
Merge branch 'main' into fix-notification-z-index
2024-03-19 18:50:58 -04:00
Maidul Islam
6b2d757e39
remove outdated healthcheck
2024-03-19 17:21:46 -04:00
Daniel Hougaard
c075fcceca
Merge pull request #1591 from Infisical/daniel/prettier-fix
...
Chore: Prettier formatting
2024-03-19 21:23:11 +01:00
Maidul Islam
e25f5dd65f
Merge pull request #1605 from Infisical/creation-policy-k8s
...
add managed secret creation policy
2024-03-19 15:23:16 -04:00
Maidul Islam
3eef023c30
add managed secret creation policy
2024-03-19 14:58:17 -04:00
Tuan Dang
2a134b9dc2
Weave roles into groups
2024-03-19 11:34:28 -07:00
Tuan Dang
d8d63ecaec
Merge remote-tracking branch 'origin' into groups
2024-03-19 10:25:03 -07:00
Tuan Dang
e63deb0860
Patch org role slug validation
2024-03-19 10:23:00 -07:00
Tuan Dang
efc186ae6c
Finish basic CRUD groups
2024-03-19 10:20:51 -07:00
Maidul Islam
02b2851990
Merge pull request #1601 from Infisical/fix/db-host
...
fix(server): updated secret rotation to pick on db host in validation
2024-03-19 10:03:12 -04:00
Akhil Mohan
cb828200e1
fix(server): updated secret rotation to pick on db host in validation
2024-03-19 13:56:21 +00:00
Akhil Mohan
77d068ae2c
Merge pull request #1599 from Infisical/daniel/improve-create-project
...
Fix: Remove required org slug from create project route
2024-03-19 18:31:16 +05:30
Daniel Hougaard
8702af671d
Fix: Typings error
2024-03-19 13:45:57 +01:00
Daniel Hougaard
31c0fd96ea
Update UserInfoStep.tsx
2024-03-19 13:39:34 +01:00
Daniel Hougaard
2c539697df
Feat: Remove orgSlug from create project endpoint
2024-03-19 13:39:24 +01:00
Daniel Hougaard
ae97b74933
Feat: Improve create project, remove organization slug from frontend
2024-03-19 13:38:58 +01:00
Akhil Mohan
3e6af2dae5
Merge pull request #1597 from Infisical/daniel/api-endpoint-fix
...
Fix: Mintlify interactive API docs defaulting to localhost server
2024-03-19 16:32:49 +05:30
Daniel Hougaard
3c91e1127f
Fix: Mintlify docs defaulting to localhost endpoint
2024-03-19 11:58:01 +01:00
vmatsiiako
0e31a9146a
Update ee.mdx
2024-03-18 22:10:09 -07:00
Salman
d2a93eb1d2
feat: add support for secret path for cloudflare page
2024-03-18 21:31:21 +05:30
Daniel Hougaard
fa1b28b33f
Update .eslintrc.js
2024-03-18 16:07:49 +01:00
Daniel Hougaard
415cf31b2d
Fix: Lint bug (Cannot read properties of undefined (reading 'getTokens'))
2024-03-18 16:01:14 +01:00
Daniel Hougaard
9002e6cb33
Fix: Format entire frontend properly
2024-03-18 16:00:03 +01:00
Daniel Hougaard
1ede551c3e
Fix: Format entire frontend properly
2024-03-18 15:59:47 +01:00
Daniel Hougaard
b7b43858f6
Fix: Format entire frontend properly
2024-03-18 15:55:01 +01:00
Akhil Mohan
c91789e6d0
Merge pull request #1590 from Infisical/daniel/ts-comments
...
Fix: Github warnings / Lint warnings
2024-03-18 20:19:26 +05:30
Daniel Hougaard
db0ba4be10
Fix: Github warnings / Lint warnings
2024-03-18 15:47:03 +01:00
Akhil Mohan
f73c807aa0
Merge pull request #1589 from Infisical/daniel/ui-improvements
...
Fix: Select organization UX & project card enhancements
2024-03-18 20:14:39 +05:30
Daniel Hougaard
d1dacd81aa
Chore: UX improvements to project cards
2024-03-18 15:36:59 +01:00
Daniel Hougaard
e8b635ce37
Fix: Code cleanup & truncate organization names
2024-03-18 15:36:01 +01:00
Daniel Hougaard
1d3e03e308
Merge pull request #1583 from Infisical/daniel/saml-cli-fix
...
Fix: SAML CLI login
2024-03-18 10:44:48 +01:00
Daniel Hougaard
88e2eff7eb
Fix: SAML CLI login
2024-03-18 10:37:49 +01:00
Maidul Islam
cd192ee228
Update sdks.mdx
2024-03-17 15:04:14 -04:00
Maidul Islam
1e657968f6
Merge pull request #1449 from Infisical/daniel/slug-projects
...
(Feat): V2 slugified project routes
2024-03-17 13:54:20 -04:00
Daniel Hougaard
b8ba51512c
Fix: Rebase errors
2024-03-17 18:51:19 +01:00
Daniel Hougaard
1ac8ddbd92
Fix: Rebase errors
2024-03-17 18:49:30 +01:00
Daniel Hougaard
a257743fa5
Update secret-approval-request-service.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
b5a7240375
Fix: Select org when using init
2024-03-17 18:49:30 +01:00
Maidul Islam
5c2a108c52
add small helpful comment
2024-03-17 18:49:30 +01:00
Daniel Hougaard
b78d8d28ed
Feat: CLI support for scoped JWT tokens
2024-03-17 18:49:30 +01:00
Daniel Hougaard
9c9ade52db
Feat: Scoped JWT to organization, Add authMethod to services
2024-03-17 18:49:30 +01:00
Daniel Hougaard
4d229ec745
Fix: Email signup and switching organization
2024-03-17 18:49:30 +01:00
Daniel Hougaard
605dad29ca
Fix: Rebase error
2024-03-17 18:49:30 +01:00
Daniel Hougaard
bebdad8159
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
...
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345579 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345572 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345563 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345551 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345540 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345533 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345529 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345522 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345503 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345496 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345489 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345357 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345061 +0100
parent 10a292bca563efbe5972d7ffc33ee4b96a868e42
author Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1709970985 +0100
committer Daniel Hougaard <62331820+DanielHougaard@users.noreply.github.com > 1710345029 +0100
Feat: Org Scoped JWT Tokens
Add link button
Fix: Avoid invalidating all queries on logout to prevent UI glitch
Update _app.tsx
Feat: Scoped JWT to organization, add authMethod to request
Feat: Scoped JWT to organization, Add authMethod to services
Feat: Scoped JWT to organization, require organization on all requests by default on JWT requests
Update index.ts
Feat: Scoped JWT to organization
Chore: Move SAML org check to permission service
Feat: Scoped JWT to organization, actorAuthMethod to create project DTO
Fix: Invalidate after selecting organization
Chore: Optional 'invalidate' option for create org hook
Fix: Creating dummy workspaces
Fix: Select org after creation
Feat: Org Scoped JWT's, remove inline service
Fix: ActorType unresolved
Fix: Better type checking
Feat: Org scoped JWT's
Fix: Add missing actor org ID
Fix: Add missing actor org ID
Fix: Return access token
Update auth-type.ts
Fix: Add actor org ID
Chore: Remove unused code
Fix: Add missing actor org ID to permission check
Fix: Add missing actor auth method to permission checks
Fix: Include actor org id
Chore: Remove redundant lint comment
Fix: Add missing actorOrgId to service handlers
Fix: Rebase fixes
Fix: Rebase LDAP fixes
Chore: Export Cli login interface
Update queries.tsx
Feat: Org scoped JWT's CLI support
Update inject-permission.ts
Fix: MFA
Remove log
Fix: Admin signup, select organization
Improvement: Use select organization hook
Update permission-service.ts
Fix: Make API keys compatible with old endpoints
Update inject-permission.ts
Chore: Better error messages
Update index.ts
Fix: Signup not redirecting to backup PDF page due to error
Select org on signup
Type improvements
Chore: Removed code that spans out of scope
Fix: Better types
Chore: Move comment
Chore: Change order
Fix: Code readability
Fix: Code readability
Update auth-token-service.ts
Chore: Remove old comments
Fix: Cleanup
Chore: Minor code cleanup
Fix: Add auth method and organization ID to test JWT
Fix: Get org ID in getOrgIdentityPermission DAL operation
2024-03-17 18:49:30 +01:00
Daniel Hougaard
b547309ae4
Fix: Get org ID in getOrgIdentityPermission DAL operation
2024-03-17 18:49:30 +01:00
Daniel Hougaard
d1ebdbcc03
Fix: Add auth method and organization ID to test JWT
2024-03-17 18:49:30 +01:00
Daniel Hougaard
c94caa6fb5
Chore: Minor code cleanup
2024-03-17 18:49:30 +01:00
Daniel Hougaard
f53fa46c51
Fix: Cleanup
2024-03-17 18:49:30 +01:00
Daniel Hougaard
c42d407cda
Chore: Remove old comments
2024-03-17 18:49:30 +01:00
Daniel Hougaard
80b4bc18ec
Update auth-token-service.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
1dbf80d4e6
Fix: Code readability
2024-03-17 18:49:30 +01:00
Daniel Hougaard
700a072ec5
Fix: Code readability
2024-03-17 18:49:30 +01:00
Daniel Hougaard
8f42914df5
Chore: Change order
2024-03-17 18:49:30 +01:00
Daniel Hougaard
831da10073
Chore: Move comment
2024-03-17 18:49:30 +01:00
Daniel Hougaard
6904cd3bda
Fix: Better types
2024-03-17 18:49:30 +01:00
Daniel Hougaard
52fd09b87b
Chore: Removed code that spans out of scope
2024-03-17 18:49:30 +01:00
Daniel Hougaard
0081bbdf9e
Type improvements
2024-03-17 18:49:30 +01:00
Daniel Hougaard
c9e5f2bb75
Select org on signup
2024-03-17 18:49:30 +01:00
Daniel Hougaard
73cc97cf17
Fix: Signup not redirecting to backup PDF page due to error
2024-03-17 18:49:30 +01:00
Daniel Hougaard
0c1d37cc75
Update index.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
60fbd8ac44
Chore: Better error messages
2024-03-17 18:49:30 +01:00
Daniel Hougaard
36efa6ba63
Update inject-permission.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
961a73f712
Fix: Re-add API key support
2024-03-17 18:49:30 +01:00
Daniel Hougaard
6e2f3800d4
Fix: Make API keys compatible with old endpoints
2024-03-17 18:49:30 +01:00
Daniel Hougaard
258c9e45d4
Update permission-service.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
8573263379
Update permission-service.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
9a724db6ab
Improvement: Use select organization hook
2024-03-17 18:49:30 +01:00
Daniel Hougaard
60a37e784b
Fix: member invites, select org
2024-03-17 18:49:30 +01:00
Daniel Hougaard
14c60bd075
Fix: Admin signup, select organization
2024-03-17 18:49:30 +01:00
Daniel Hougaard
de715c03ad
Fix: Org scoped JWT's, MFA support
2024-03-17 18:49:30 +01:00
Daniel Hougaard
ddb1d5a1ab
Remove log
2024-03-17 18:49:30 +01:00
Daniel Hougaard
41323f205d
Fix: MFA
2024-03-17 18:49:30 +01:00
Daniel Hougaard
771498b817
Update inject-permission.ts
2024-03-17 18:49:30 +01:00
Daniel Hougaard
22b2fb4c98
Feat: Org scoped JWT's CLI support
2024-03-17 18:49:30 +01:00
Daniel Hougaard
9bbba92768
Feat: Org scoped JWT's CLI support
2024-03-17 18:49:30 +01:00
Daniel Hougaard
46eea972f7
Feat: Org scoped JWT's CLI support
2024-03-17 18:49:30 +01:00
Daniel Hougaard
9eb2a74bdf
Feat: Org scoped JWT's, CLI support
2024-03-17 18:49:30 +01:00
Daniel Hougaard
b80579fdef
Update queries.tsx
2024-03-17 18:49:30 +01:00
Daniel Hougaard
214894c88b
Chore: Export Cli login interface
2024-03-17 18:49:29 +01:00
Daniel Hougaard
8ff37e3ec9
Fix: Rebase LDAP fixes
2024-03-17 18:49:29 +01:00
Daniel Hougaard
926f719967
Fix: Rebase fixes
2024-03-17 18:49:29 +01:00
Daniel Hougaard
c3a56f469a
Fix: Better type checking
2024-03-17 18:49:29 +01:00
Daniel Hougaard
2bd9914373
Fix: Add missing actorOrgId to service handlers
2024-03-17 18:49:29 +01:00
Daniel Hougaard
354bac486a
Fix: Don't allow org select screen when token already has an organization ID
2024-03-17 18:49:29 +01:00
Daniel Hougaard
ba22a7fca6
Chore: Remove redundant lint comment
2024-03-17 18:49:29 +01:00
Daniel Hougaard
4aef8ab8ee
Fix: Include actor org id
2024-03-17 18:49:29 +01:00
Daniel Hougaard
e89503f00f
Fix: Add missing actor auth method to permission checks
2024-03-17 18:49:29 +01:00
Daniel Hougaard
f5f20fbdca
Fix: Add missing actor org ID to permission check
2024-03-17 18:49:29 +01:00
Daniel Hougaard
4d4887059a
Chore: Remove unused code
2024-03-17 18:49:29 +01:00
Daniel Hougaard
c11c5ec85e
Fix: Add actor org ID
2024-03-17 18:49:29 +01:00
Daniel Hougaard
f0e3c9a4b2
Update auth-type.ts
2024-03-17 18:49:29 +01:00
Daniel Hougaard
eace4f1bdc
Fix: Return access token
2024-03-17 18:49:29 +01:00
Daniel Hougaard
0bd3f32c6e
Fix: Add missing actor org ID
2024-03-17 18:49:29 +01:00
Daniel Hougaard
ad0504e957
Fix: Add missing actor org ID
2024-03-17 18:49:29 +01:00
Daniel Hougaard
1e20d780ec
Feat: Org scoped JWT's
2024-03-17 18:49:29 +01:00
Daniel Hougaard
7e2685d604
Fix: Better type checking
2024-03-17 18:49:29 +01:00
Daniel Hougaard
92fd2d080d
Fix: ActorType unresolved
2024-03-17 18:49:29 +01:00
Daniel Hougaard
6d60413593
Feat: Org Scoped JWT's, service handler
2024-03-17 18:49:29 +01:00
Daniel Hougaard
f59a75d790
Feat: Org Scoped JWT's, remove inline service
2024-03-17 18:49:29 +01:00
Daniel Hougaard
835c36d161
Fix: Select org after creation
2024-03-17 18:49:29 +01:00
Daniel Hougaard
e4dba6d5c8
Fix: Formatting and support for selecting org (line 109-122)
2024-03-17 18:49:29 +01:00
Daniel Hougaard
b9986be387
Fix: Creating dummy workspaces
2024-03-17 18:49:29 +01:00
Daniel Hougaard
5f5d62a285
Fix: Selecting SAML enforced organization
2024-03-17 18:49:29 +01:00
Daniel Hougaard
667fa7a9e3
Chore: Optional 'invalidate' option for create org hook
2024-03-17 18:49:29 +01:00
Daniel Hougaard
27dcb06083
Fix: Invalidate after selecting organization
2024-03-17 18:49:29 +01:00
Daniel Hougaard
9b1a15331a
Fix: Creating dummy workspaces
2024-03-17 18:49:29 +01:00
Daniel Hougaard
65776b7ab9
Feat: Scoped JWT to organization, actorAuthMethod to create project DTO
2024-03-17 18:49:29 +01:00
Daniel Hougaard
a9c1f278a1
Feat: Scoped JWT to organization, add actorAuthMethod to DTO's
2024-03-17 18:49:29 +01:00
Daniel Hougaard
900facdb36
Feat: Scoped JWT to organization, add actorAuthMethod to services
2024-03-17 18:49:29 +01:00
Daniel Hougaard
fe638ce2c1
Feat: Scoped JWT to organization, add actorAuthMethod to services
2024-03-17 18:49:29 +01:00
Daniel Hougaard
750a43c978
Feat: Scoped JWT to organization
2024-03-17 18:48:10 +01:00
Daniel Hougaard
08b5975f26
Chore: Move SAML org check to permission service
2024-03-17 18:48:10 +01:00
Daniel Hougaard
885d1fbd7f
Feat: Scoped JWT to organization
2024-03-17 18:48:10 +01:00
Daniel Hougaard
bb2413d659
Update index.ts
2024-03-17 18:48:10 +01:00
Daniel Hougaard
dac5529b6c
Feat: Scoped JWT to organization, require organization on all requests by default on JWT requests
2024-03-17 18:48:10 +01:00
Daniel Hougaard
bd92e35729
Feat: Scoped JWT to organization, add actorAuthMethod to Permission types
2024-03-17 18:48:10 +01:00
Daniel Hougaard
5b7562a76d
Feat: Scoped JWT to organization, Add actorAuthMethod to DTO
2024-03-17 18:48:10 +01:00
Daniel Hougaard
edbf459d04
Feat: Scoped JWT to organization
2024-03-17 18:48:10 +01:00
Daniel Hougaard
560274bde8
Feat: Scoped JWT to organization, Add authMethod to services
2024-03-17 18:48:10 +01:00
Daniel Hougaard
7df614a018
Feat: Scoped JWT to organization, SAML helper functions
2024-03-17 18:48:10 +01:00
Daniel Hougaard
47287be5bf
Feat: Scoped JWT to organization, add authMethod to request
2024-03-17 18:48:10 +01:00
Daniel Hougaard
6e96f2338c
Feat: Scoped JWT to organization, include authMethod on all service calls
2024-03-17 18:48:10 +01:00
Daniel Hougaard
7fd6b63b5d
Feat: Navigate to select org
2024-03-17 18:48:10 +01:00
Daniel Hougaard
995777d76f
Formatting and navigating to select org
2024-03-17 18:48:10 +01:00
Daniel Hougaard
2a6032a8cf
Navigate to select org instead of dashboard
2024-03-17 18:48:10 +01:00
Daniel Hougaard
ec4d1dd1b2
Update _app.tsx
2024-03-17 18:48:10 +01:00
Daniel Hougaard
143de12d67
Feat: Select organization on login
2024-03-17 18:48:10 +01:00
Daniel Hougaard
52cf937826
Fix: Avoid invalidating all queries on logout to prevent UI glitch
2024-03-17 18:48:10 +01:00
Daniel Hougaard
dbd7561037
Add link button
2024-03-17 18:48:10 +01:00
Daniel Hougaard
d287c3e152
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:10 +01:00
Daniel Hougaard
8fc081973d
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
c42bbbea8b
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
29b2b12ec7
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
4f80234afa
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
a1fa0c652d
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
8327f41b8e
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
c2bfeb89e8
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
4a0668e92e
Feat: Org Scoped JWT Tokens
2024-03-17 18:48:09 +01:00
Daniel Hougaard
716e705c2a
Fix: Removed legacy create project code
2024-03-17 18:48:09 +01:00
Daniel Hougaard
f860fd3abe
Update project-types.ts
2024-03-17 18:48:09 +01:00
Daniel Hougaard
30e7fe8a45
Fix: Rebase errors
2024-03-17 18:48:09 +01:00
Daniel Hougaard
307b89e799
Update inject-identity.ts
2024-03-17 18:48:09 +01:00
Daniel Hougaard
dbf498b44a
Fix: Remove orgId from service token
2024-03-17 18:48:09 +01:00
Daniel Hougaard
5eb3258311
Fix: Remove org ID from JWT
2024-03-17 18:48:09 +01:00
Daniel Hougaard
bd3cbb3c7b
feat: fix project query by slug (now accepts an org ID)
2024-03-17 18:48:09 +01:00
Daniel Hougaard
96abbd9f80
feat: standardize org ID's on auth requests
2024-03-17 18:48:09 +01:00
Daniel Hougaard
92441e018f
Slug projects and filter type
2024-03-17 18:48:09 +01:00
Daniel Hougaard
a9bba02f44
Draft
2024-03-17 18:48:09 +01:00
Daniel Hougaard
aaca3ac229
Fix: Change org ID to org slug
2024-03-17 18:48:09 +01:00
Daniel Hougaard
f0383dd55c
Fix: Change org ID to org slug
2024-03-17 18:48:09 +01:00
Daniel Hougaard
a766329de5
Fix: Non-existant variable being passed to Posthog
2024-03-17 18:48:09 +01:00
Daniel Hougaard
c0b0c0754b
Feat: List secrets by project slug
2024-03-17 18:48:09 +01:00
Daniel Hougaard
34618041ca
Update inject-identity.ts
2024-03-17 18:48:09 +01:00
Daniel Hougaard
f36a056c62
Update inject-identity.ts
2024-03-17 18:48:09 +01:00
Daniel Hougaard
e7b11eac2b
Fix: Remove orgId from service token
2024-03-17 18:48:09 +01:00
Daniel Hougaard
0f14fab915
Update index.ts
2024-03-17 18:48:09 +01:00
Daniel Hougaard
12a6fba645
Feat: Create project via org slug instead of org ID
2024-03-17 18:48:09 +01:00
Maidul Islam
ce057f44ac
nit: update error message
2024-03-17 18:48:09 +01:00
Daniel Hougaard
2032063c24
Fix: Remove org ID from JWT
2024-03-17 18:48:09 +01:00
Daniel Hougaard
bbceb37d06
feat: fix project query by slug (now accepts an org ID)
2024-03-17 18:48:09 +01:00
Daniel Hougaard
e917b744f4
feat: standardize org ID's on auth requests
2024-03-17 18:48:09 +01:00
Daniel Hougaard
7438c114dd
Remove API key auth mode
2024-03-17 18:48:09 +01:00
Daniel Hougaard
8e3fc044ca
Slug projects and filter type
2024-03-17 18:48:09 +01:00
Daniel Hougaard
9473de2212
Draft
2024-03-17 18:48:09 +01:00
BlackMagiq
744c510a51
Merge pull request #1580 from Infisical/render-integration-auto-deploy
...
Render integration auto-redeployment capability on secret sync
2024-03-16 16:56:54 -07:00
Tuan Dang
f845749a4d
Complete render integration auto-redeploy feature
2024-03-16 16:08:59 -07:00
Salman
203e00216f
fix: add highlighted style for select component
2024-03-16 17:53:48 +05:30
BlackMagiq
56fc5a2a8c
Merge pull request #1398 from Salman2301/feat-github-integration
...
Github Integrations
2024-03-15 20:44:09 -07:00
Tuan Dang
7edebbabaa
Update docs for github integration
2024-03-15 20:38:02 -07:00
Tuan Dang
0e698e9355
Clean GitHub integration
2024-03-15 20:25:04 -07:00
Salman
ee215bccfa
fix: notification error behind detail sidebar
2024-03-16 08:34:21 +05:30
Salman
00b99e7255
fix: remove purple banner screenshot
2024-03-16 08:14:29 +05:30
Salman
2b7784718d
fix: disabled repo env until repo selected
2024-03-16 08:01:28 +05:30
Tuan Dang
5f99e58674
Update github integration org/envs support
2024-03-15 18:45:55 -07:00
Salman
f9957e111c
feat: move to radix select component
2024-03-16 06:40:15 +05:30
Tuan Dang
f77942c702
Fix merge conflicts
2024-03-15 13:07:29 -07:00
Salman
1193e33890
feat: improve validation secret reference
2024-03-16 00:12:50 +05:30
Salman
ec64753795
fix: refactor and onyl valid env
2024-03-15 22:49:40 +05:30
Salman
c908310f6e
fix: add lint line for reference
2024-03-15 21:07:13 +05:30
Salman
ee2b8a594a
fix: handle skip and slash in environment slug
2024-03-15 20:21:27 +05:30
Salman
3ae27e088f
feat: move to react query
2024-03-15 17:17:39 +05:30
vmatsiiako
2d3fddd0e9
Merge pull request #1570 from Infisical/daniel/api-endpoint-docs
...
Feat: Documentation improvements
2024-03-14 16:34:00 -07:00
Salman
393c0c9e90
fix: add todo
2024-03-15 03:30:11 +05:30
Salman
5e453ab8a6
fix: try dynamic height based on text area height
2024-03-15 03:26:49 +05:30
Salman
273c78c0a5
fix: hot fix for onChange
2024-03-15 03:04:36 +05:30
Salman
1bcc742466
feat: improve reference match, auto closing tag and reference select
2024-03-15 02:22:09 +05:30
Daniel Hougaard
519b92d592
Update mint.json
2024-03-14 19:05:34 +01:00
BlackMagiq
c3d5e882f8
Merge pull request #1571 from Infisical/aws-ps-integration
...
Remove recursive behavior in AWS PS integration
2024-03-14 10:36:16 -07:00
Tuan Dang
4c354eb3ea
Remove recursive behavior in AWS PS integration
2024-03-14 10:32:05 -07:00
Daniel Hougaard
97eff2b480
Fix: Moved categories and renamed Libs -> SDKs
2024-03-14 18:04:27 +01:00
Tuan Dang
c621592807
Add .pem loader to tsup
2024-03-14 09:31:58 -07:00
BlackMagiq
bd400a6196
Merge pull request #1569 from Infisical/render-integration
...
Add pagination to getAppsRender
2024-03-14 09:30:42 -07:00
Tuan Dang
a93c2d9236
Add pagination to getAppsRender
2024-03-14 09:24:04 -07:00
Daniel Hougaard
11dfeda501
Fix: No nested groups
2024-03-14 17:13:18 +01:00
Daniel Hougaard
70bd64d54b
Fix: Shorter sidebar titles
2024-03-14 17:09:45 +01:00
Daniel Hougaard
0c88a5466c
Feat: Documentation improvements
2024-03-14 17:09:37 +01:00
Daniel Hougaard
36266b30d5
Fix: Shorter sidebar title
2024-03-14 17:09:21 +01:00
Daniel Hougaard
288577b455
Fix: OpenAPI specification URL
2024-03-14 15:41:32 +01:00
Daniel Hougaard
5194be14fd
Update mint.json
2024-03-14 15:40:53 +01:00
Daniel Hougaard
bab8f95fde
Feat: Added descriptions to all public API endpoints
2024-03-14 15:40:38 +01:00
Daniel Hougaard
b4f372f883
Fix: Delete folder docs page not rendering
2024-03-14 15:40:08 +01:00
Daniel Hougaard
b13365ecf5
Feat: Written API explanations
2024-03-14 15:39:29 +01:00
Salman
1fc9e60254
feat: fetch folder and secrets
2024-03-14 09:39:57 +05:30
BlackMagiq
bb6e09a895
Merge pull request #1568 from Infisical/license-docs
...
Add simple docs for Infisical EE
2024-03-13 18:07:46 -07:00
Tuan Dang
715b193a8e
Add simple docs for Infisical EE
2024-03-13 18:05:13 -07:00
Salman
126e385046
fix: layout gap increment on new lines
2024-03-14 06:01:02 +05:30
BlackMagiq
57be493da8
Merge pull request #1567 from Infisical/offline-license
...
Add EE license support for air-gapped / offline environments
2024-03-13 17:25:35 -07:00
Salman
2f932ad103
feat: add basic ui and icons
2024-03-14 05:55:23 +05:30
Tuan Dang
cc731fe031
Add EE license support for air-gapped / offline environments
2024-03-13 17:18:55 -07:00
Salman
7a3a6663f1
fix class name typo
2024-03-14 03:37:54 +05:30
Daniel Hougaard
70618420d7
Merge pull request #1565 from Infisical/daniel/deprecate-service-tokens-and-api-keys
...
Feat: Deprecate API keys
2024-03-13 17:58:05 +01:00
Daniel Hougaard
7feb7ef9c6
Fix: Change title
2024-03-13 17:52:24 +01:00
Daniel Hougaard
ab1b9fb164
Feat: Deprecate API keys
2024-03-13 17:46:48 +01:00
Daniel Hougaard
8c028889a6
Chore: Remove unused frontend V2 API key code
2024-03-13 17:45:19 +01:00
Akhil Mohan
7dc366baf0
Merge pull request #1562 from rhythmbhiwani/fix-typo
...
Fix typo on Copy button tooltip
2024-03-13 16:28:42 +05:30
Akhil Mohan
2124d2669f
Merge pull request #1564 from myapos/bugfix_1563_remove_member
...
fix issue on removing member from project
2024-03-13 16:24:18 +05:30
myapos
af83fbea14
fix issue on removing member from project
2024-03-13 12:32:11 +02:00
Rhythm Bhiwani
9657b64ab2
Fix typo on Copy button tooltip
2024-03-13 15:54:42 +05:30
Maidul Islam
90b55a94e1
Merge pull request #1561 from Infisical/pg-new-connection
...
add individual pg connection properties
2024-03-13 00:43:45 -04:00
Maidul Islam
d83d249f29
add individual pg connection properties
2024-03-13 00:40:37 -04:00
BlackMagiq
151787c60a
Merge pull request #1560 from Infisical/toggle-invite-org
...
Update UI for Org Settings Page
2024-03-12 16:26:39 -07:00
Tuan Dang
ce443b114c
Fix merge conflicts
2024-03-12 16:20:17 -07:00
Tuan Dang
2ca03abec2
Update org settings > general tab ui
2024-03-12 16:18:17 -07:00
Maidul Islam
c8bb690736
Merge pull request #1539 from akhilmhdh/feat/secret-rotation-aws-iam
...
Secret rotation for AWS IAM User
2024-03-12 15:36:49 -04:00
Tuan Dang
6efbdaef9c
Update docs for AWS IAM rotation strategy
2024-03-12 12:06:42 -07:00
Maidul Islam
7e90493cce
Merge pull request #1557 from akhilmhdh/feat/temp-roles
...
feat(server): removed stream in project multi role migration
2024-03-12 13:37:09 -04:00
Akhil Mohan
1330c0455a
feat(server): removed stream in project multi role migration
2024-03-12 23:06:06 +05:30
Maidul Islam
407248c616
Merge pull request #1552 from akhilmhdh/feat/temp-roles
...
feat: multiple project role and temporary role support
2024-03-12 12:57:00 -04:00
Tuan Dang
a6d7d32156
Draft revamp org auth tab
2024-03-12 09:37:28 -07:00
Akhil Mohan
0f0e2b360c
feat(server): rebased migration files and resolved commits
2024-03-12 21:57:45 +05:30
Akhil Mohan
47906c4dd4
feat(server): removed role and roleid field dropping from project membership table for rolling forward migration
2024-03-12 21:50:39 +05:30
Maidul Islam
fc57884035
renamed from temp access to timed access
2024-03-12 21:49:33 +05:30
Akhil Mohan
4152b3a524
feat: minor bug fixes and text changes
2024-03-12 21:49:33 +05:30
Akhil Mohan
f1f18e81cd
feat(ui): added identity multi project role and temporary in ui
2024-03-12 21:49:33 +05:30
Akhil Mohan
929f91a738
feat(server): multi role with temporary support for identity
2024-03-12 21:49:33 +05:30
Akhil Mohan
fa41b8bb47
feat(ui): completed ui user multi role with temporary access
2024-03-12 21:49:33 +05:30
Akhil Mohan
edbb7e2b1e
feat(server): completed user multi role with temporary access
2024-03-12 21:39:37 +05:30
Maidul Islam
1d53e0f21b
Merge pull request #1548 from rhythmbhiwani/overview-page-enchanced
...
Overview Page Bug Fixes and Enhancement
2024-03-12 11:58:42 -04:00
Rhythm Bhiwani
a232450f20
Resolved Comments
2024-03-12 21:21:29 +05:30
Akhil Mohan
6f65f2a63d
Merge pull request #1379 from Grraahaam/doc/cli-history
...
doc(cli): HISTIGNORE recommendation
2024-03-12 19:03:46 +05:30
Akhil Mohan
9545960e6f
Merge pull request #1555 from Infisical/daniel/cli-expand-secrets-fix
...
Fix: CLI user authentication
2024-03-12 15:32:00 +05:30
Daniel Hougaard
cfa42017b1
Fix: CLI expanding secrets
2024-03-12 10:55:36 +01:00
Daniel Hougaard
1b74fdb232
Fix: CLI expanding secrets
2024-03-12 10:55:30 +01:00
Daniel Hougaard
ad1cae6aac
Merge pull request #1483 from Salman2301/fix-org-long-name
...
fix: truncate too long proj or org name
2024-03-12 10:22:06 +01:00
Rhythm Bhiwani
e5d4328e2a
Merge branch 'heads/main' into overview-page-enchanced
2024-03-12 11:11:20 +05:30
vmatsiiako
635948c4f4
Update overview.mdx
2024-03-11 19:19:04 -07:00
vmatsiiako
d6231d4649
Update overview.mdx
2024-03-11 19:16:57 -07:00
BlackMagiq
041535bb47
Merge pull request #1475 from Infisical/ldap
...
Add support for LDAP authentication + Aliases
2024-03-11 17:21:58 -07:00
Salman
3f0c4f0ca9
fix: lowercase and remove truncate for button
2024-03-12 03:42:38 +05:30
Tuan Dang
5c8b886d7b
Merge remote-tracking branch 'origin' into ldap
2024-03-11 14:20:45 -07:00
Tuan Dang
51a5bf8181
Update LDAP migration to latest
2024-03-11 14:20:32 -07:00
Daniel Hougaard
822d0692db
Merge pull request #1549 from rhythmbhiwani/fix-secret-page-with-no-env
...
Redirecting to overview page if environment doesn't exists in secrets main page
2024-03-11 11:32:45 +01:00
Rhythm Bhiwani
e527d99654
Remove console.log
2024-03-11 15:42:18 +05:30
Daniel Hougaard
628c641580
Merge pull request #1550 from Infisical/daniel/cli-hotfix
...
Fix: CLI Service Tokens
2024-03-11 10:04:32 +01:00
Daniel Hougaard
40ccab6576
Fix: Failing to get service token
2024-03-11 09:05:56 +01:00
Daniel Hougaard
9cc3e58561
Fix: Failing to get service token
2024-03-11 09:05:54 +01:00
Daniel Hougaard
1f3fded404
Fix: Failing to get service token
2024-03-11 09:05:52 +01:00
Daniel Hougaard
74b5e8cbeb
Fix: Failing to get service token
2024-03-11 09:05:47 +01:00
Daniel Hougaard
522a03c2ad
Fix: Helper function for getting service token
2024-03-11 09:05:33 +01:00
Rhythm Bhiwani
624fb3d46a
Fixed issue when visible environments not updating on project change
2024-03-11 10:04:47 +05:30
Rhythm Bhiwani
8a27b1b5e6
Fixed overflow of environment name in SecretOverviewTableRow
2024-03-11 09:43:00 +05:30
Rhythm Bhiwani
56bf82e4f6
Redirecting to overview page if environment doesn't exists in secrets main page
2024-03-11 06:52:37 +05:30
Rhythm Bhiwani
972b80e790
updated message if search results not found
2024-03-11 06:11:26 +05:30
Rhythm Bhiwani
6cc0d79d8a
Fixed environment filter button height
...
Polished the interface more
2024-03-11 06:01:31 +05:30
Tuan Dang
163ccd6cdb
Update username migration file
2024-03-10 15:03:43 -07:00
Tuan Dang
06f3a6d262
Make LDAP config fields not nullable
2024-03-10 14:44:18 -07:00
Tuan Dang
b641bbf229
Update test user username back to email-based
2024-03-10 12:47:26 -07:00
Tuan Dang
feb7563eab
Merge remote-tracking branch 'origin' into ldap
2024-03-10 12:31:06 -07:00
Tuan Dang
7594929042
Separate ldap boot/parent wrapper logic, move ldap services into docker compose profile, update ldap form logic to use zod
2024-03-10 12:28:50 -07:00
BlackMagiq
f1b7653a52
Merge pull request #1419 from Infisical/integration-update-heroku
...
Integration update heroku
2024-03-09 19:15:00 -08:00
Maidul Islam
0cb6d052e0
Update values.yaml
2024-03-09 20:31:11 -05:00
Maidul Islam
ceb135fc94
Merge pull request #1508 from Infisical/snyk-upgrade-ba8f3acf185100a451cbbadcbe68f789
...
[Snyk] Upgrade posthog-js from 1.105.4 to 1.105.6
2024-03-09 11:05:45 -05:00
Maidul Islam
b75289f074
Merge branch 'main' into snyk-upgrade-ba8f3acf185100a451cbbadcbe68f789
2024-03-09 11:05:36 -05:00
Maidul Islam
de86705e64
Merge pull request #1515 from rhythmbhiwani/feature-rename-secret-accross-envs
...
Feature: Rename secret from overview page, accross all environments
2024-03-09 11:02:22 -05:00
Akhil Mohan
f9b6f78e8d
fix(server): resolved broken required validation in aws iam template
2024-03-09 18:26:16 +05:30
Akhil Mohan
2852a495c8
docs: aws iam secret rotation
2024-03-09 18:24:22 +05:30
Akhil Mohan
6ca56143d9
Merge pull request #1545 from rhythmbhiwani/docs-typo-fixed-cli
...
Fixed typo in `secrets get` docs
2024-03-09 17:32:45 +05:30
Rhythm Bhiwani
ef0e652557
Fixed typo in secrets get docs
2024-03-09 15:23:25 +05:30
Tuan Dang
89e109e404
Iron out naming / text, update docs for Heroku integration
2024-03-08 18:12:52 -08:00
Maidul Islam
48062d9680
Merge pull request #1542 from akhilmhdh/fix/create-folder-cli
...
feat(server): added back delete by folder name in api
2024-03-08 17:46:14 -05:00
BlackMagiq
d11fda3be5
Merge pull request #1544 from Infisical/railway-integration
...
Update Railway integration get services query, make services optional
2024-03-08 14:25:14 -08:00
Maidul Islam
0df5f845fb
Update docker-swarm-with-agent.mdx
2024-03-08 17:07:11 -05:00
Tuan Dang
ca59488b62
Update Railway integration get services query, make services optional
2024-03-08 11:46:51 -08:00
Maidul Islam
3a05ae4b27
Merge pull request #1543 from Infisical/docker-swarm-docs
...
docs: docker swarm with infisical agent
2024-03-08 14:42:56 -05:00
Maidul Islam
dd009182e8
docs: docker swarm with infisical agent
2024-03-08 14:42:02 -05:00
Tuan Dang
8ac7a29893
Draft refactor core secrets fn into reusable factories
2024-03-08 09:06:03 -08:00
Maidul Islam
8a17cd3f5d
Merge pull request #1532 from rhythmbhiwani/get-only-value-from-cli
...
Feature to get only value of specific secret in `secrets get` command
2024-03-08 10:54:10 -05:00
Maidul Islam
99fe43f459
rename --value to --raw-value + polish docs
2024-03-08 10:53:11 -05:00
Akhil Mohan
2e3b10ccfc
feat(server): added back delete by folder name in api
2024-03-08 17:45:14 +05:30
Maidul Islam
79196b0081
Update secret-reference.mdx
2024-03-08 00:19:10 -05:00
Maidul Islam
b76ff28414
Update secret-reference.mdx
2024-03-08 00:16:48 -05:00
Maidul Islam
2894cf791a
Merge pull request #1538 from Infisical/daniel/agent-template-func
...
Feat: Agent secret referencing support
2024-03-08 00:04:29 -05:00
Daniel Hougaard
c040b0ca9a
Fix: Include Workspace ID in request when expanding secrets with MI's
2024-03-08 06:02:44 +01:00
Daniel Hougaard
15f60aa7dd
Fix: Add WorkspaceID field to env variable struct
2024-03-08 06:02:29 +01:00
Daniel Hougaard
6f68d304ea
Fix: Get Service Token from env vars earlier
2024-03-08 06:02:15 +01:00
Tuan Dang
0b98feea50
Make sync behavior apply on first sync only, finish MVP create/update bidirectional sync for Heroku
2024-03-07 18:06:56 -08:00
Tuan Dang
43d40d7475
MVP preliminary idea for initial sync behavior
2024-03-07 15:25:53 -08:00
Maidul Islam
309a106f13
patch create folder on cli
2024-03-07 17:02:35 -05:00
Maidul Islam
74d73590a1
add docker manifest to go releaser
2024-03-07 15:38:01 -05:00
Maidul Islam
b42b5614c9
add buildx to workflow
2024-03-07 15:21:16 -05:00
Maidul Islam
72b89cb989
try buildx to support multi arch
2024-03-07 15:14:14 -05:00
Akhil Mohan
8c491668dc
docs: updated images of inputs in secret rotation
2024-03-07 23:17:32 +05:30
Akhil Mohan
6305300b12
feat(ui): image for aws iam secret rotation
2024-03-07 14:51:14 +05:30
Akhil Mohan
b4ae1e8f3b
feat(server): added aws iam secret rotation function
2024-03-07 14:50:42 +05:30
Daniel Hougaard
36d8b22598
Feat: Agent secret referencing support
2024-03-07 07:03:16 +01:00
Daniel Hougaard
201dcd971c
Feat: Agent secret referencing support
2024-03-07 06:49:57 +01:00
Daniel Hougaard
ab90745312
Feat: Agent secret referencing support (Auth input)
2024-03-07 06:49:28 +01:00
Daniel Hougaard
622106045e
Feat: Agent secret referencing support (update ExpandSecrets input)
2024-03-07 06:48:52 +01:00
Daniel Hougaard
e64302b789
Feat: Agent secret referencing support (update ExpandSecrets input)
2024-03-07 06:48:48 +01:00
Daniel Hougaard
901a7fc294
Feat: Agent secret referencing support (update ExpandSecrets input)
2024-03-07 06:48:43 +01:00
Daniel Hougaard
359694dd47
Chore: Cleanup
2024-03-07 06:48:08 +01:00
Daniel Hougaard
57489a7578
Merge pull request #1537 from Infisical/daniel/copy-project-slug
...
Feat: Copy project slug button
2024-03-07 02:27:24 +01:00
Daniel Hougaard
a4205a8662
Cleanup 🧼
2024-03-07 02:22:52 +01:00
Daniel Hougaard
dbf177d667
Feat: Add copy project slug button
2024-03-07 02:20:01 +01:00
Daniel Hougaard
f078aec54c
Feat: Add copy project slug button
2024-03-07 02:19:54 +01:00
Daniel Hougaard
5dfe62e306
Feat: Copy project slug button
2024-03-07 02:01:31 +01:00
Daniel Hougaard
b89925c61c
Feat: Copy project slug button
2024-03-07 02:01:23 +01:00
Tuan Dang
440a58a49b
Fix merge conflicts
2024-03-06 15:48:32 -08:00
Maidul Islam
6d0bea6d5f
Update .goreleaser.yaml to support arm
2024-03-06 18:42:27 -05:00
Daniel Hougaard
10a40c8ab2
Merge pull request #1535 from Infisical/daniel/better-upgrade-errors
...
Fix: Edge case causing project upgrade to fail
2024-03-07 00:07:05 +01:00
Maidul Islam
b910ceacfc
create secret on overview typo
2024-03-06 17:50:31 -05:00
Maidul Islam
cb66386e13
Merge pull request #1536 from Infisical/daniel/fix-project-memberships
...
Fix: Remove project keys & memberships when organization membership is deleted
2024-03-06 17:38:49 -05:00
Daniel Hougaard
889df3dcb1
Update project-queue.ts
2024-03-06 23:20:23 +01:00
Daniel Hougaard
ae53f03f71
Fix: Remove project memberships & project keys when org membership is deleted (DAL)
2024-03-06 23:15:13 +01:00
Daniel Hougaard
7ae024724d
Fix: Remove project memberships & project keys when org membership is deleted (Service)
2024-03-06 23:15:02 +01:00
Daniel Hougaard
0b2bc1d345
Fix: Remove project memberships & project keys when org membership is deleted
2024-03-06 23:14:52 +01:00
Daniel Hougaard
da5eca3e68
Fix: Seeding not working
2024-03-06 23:13:22 +01:00
Daniel Hougaard
3375d3ff85
Update project-queue.ts
2024-03-06 23:09:25 +01:00
Tuan Dang
35a5c9a67f
Fix lint issue
2024-03-06 13:28:29 -08:00
Tuan Dang
7d495cfea5
Correct frontend email to username in AppLayout
2024-03-06 13:14:50 -08:00
Tuan Dang
2eca9d8200
Check again email traces
2024-03-06 12:40:27 -08:00
Tuan Dang
4d707eee8a
Fix frontend type issues
2024-03-06 12:17:18 -08:00
Tuan Dang
76bd85efa7
Add user aliases concept and weave LDAP into it
2024-03-06 12:06:40 -08:00
Maidul Islam
d140e4f3c9
update bulk add message
2024-03-06 14:12:21 -05:00
Maidul Islam
80623c03f4
Merge pull request #1534 from akhilmhdh/fix/aws-global-cfg-integration
...
fix(server): removed global aws cred config in secret integration
2024-03-06 13:44:36 -05:00
Akhil Mohan
ed6c6e8d1e
fix(server): removed global aws cred config in secret integration
2024-03-06 23:21:06 +05:30
Maidul Islam
7e044ad9ff
Merge pull request #1518 from rhythmbhiwani/add-secrets-from-overview-page
...
Added Feature to Create Secrets and Folders in all envs from overview page
2024-03-06 10:26:34 -05:00
Daniel Hougaard
8f2b54514c
Merge pull request #1517 from rhythmbhiwani/fix-rename-bug
...
Stop ability to rename a secret to empty name from frontend
2024-03-06 05:09:59 +01:00
Daniel Hougaard
5f5f46eddf
Update secret-service.ts
2024-03-06 05:05:55 +01:00
Maidul Islam
3174896d37
update change log script
2024-03-05 14:22:53 -05:00
Maidul Islam
919e184305
update change log
2024-03-05 14:18:41 -05:00
Maidul Islam
c7d08745fc
fetch tags manaully
2024-03-05 14:15:32 -05:00
Maidul Islam
d6d780a7b4
Update generate-release-changelog.yml
2024-03-05 14:13:11 -05:00
Maidul Islam
03e965ec5a
add workflow dispatch option
2024-03-05 14:09:25 -05:00
Maidul Islam
cd0df2d617
update change log script
2024-03-05 14:06:09 -05:00
Maidul Islam
e72e6dd6ee
Merge pull request #1526 from akhilmhdh/feat/migration-error-env
...
chore: made db connection uri in example to get value from POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD
2024-03-05 12:00:06 -05:00
Tuan Dang
327c5e2429
Update migration file to latest, remove git markers
2024-03-05 08:59:58 -08:00
Tuan Dang
f29dd6effa
Fix merge conflicts
2024-03-05 08:54:24 -08:00
Maidul Islam
7987a1ea2b
Merge pull request #1521 from rhythmbhiwani/show-org-name-in-init
...
Show organization name in `infisical init` command
2024-03-05 11:49:55 -05:00
Maidul Islam
e6036175c1
remove query param
2024-03-05 11:48:28 -05:00
Maidul Islam
171a70ddc1
remove slack webhook from change log script
2024-03-05 11:09:44 -05:00
Maidul Islam
a845f4ee5c
update on gha for change long
2024-03-05 11:06:34 -05:00
Maidul Islam
71cd4425b4
Merge pull request #1530 from akhilmhdh/feat/changelog-generator
...
chore: added gpt based changelog generator
2024-03-05 11:02:41 -05:00
Akhil Mohan
deb22bf8ad
chore: gave write permission to changelog generator action
2024-03-05 21:11:44 +05:30
Rhythm Bhiwani
8e25631fb0
Updated the docs
2024-03-05 16:14:20 +05:30
Rhythm Bhiwani
0912903e0d
Added --value
flag to secrets get
command to return only value
2024-03-05 16:04:21 +05:30
Akhil Mohan
c873e2cba8
docs: updated secret rotation doc with images
2024-03-05 15:42:53 +05:30
Maidul Islam
1bc045a7fa
update overview sendgrid
2024-03-05 15:42:53 +05:30
Akhil Mohan
533de93199
docs: improved secret rotation documentation with better understanding
2024-03-05 15:42:53 +05:30
Akhil Mohan
1b1a95ab78
chore: added gpt based changelog generator
2024-03-05 12:42:39 +05:30
Rhythm Bhiwani
cf4f26ab90
changed INFISICAL_TOKEN_NAME
to INFISICAL_DEFAULT_URL
in error messages
2024-03-05 03:46:52 +05:30
Rhythm Bhiwani
84249f535b
Changed message for asking org
2024-03-05 03:46:10 +05:30
Rhythm Bhiwani
115b4664bf
Fixed CLI issue of updating variables using infisical secrets set
2024-03-05 03:43:06 +05:30
Rhythm Bhiwani
c7bbe82f4a
Reverted backend api changes
...
In CLI, now first asking org, then projects
2024-03-05 03:08:13 +05:30
Maidul Islam
d8d2741868
Merge pull request #1527 from Infisical/daniel/fix-learn-more
...
Fix: Learn more button
2024-03-04 11:19:58 -05:00
Daniel Hougaard
f45074a2dd
Fix: Learn more button
2024-03-04 17:16:59 +01:00
Akhil Mohan
564b6b8ef6
chore: made db connection uri in example to get value from POSTGRES_DB, POSTGRES_USER, POSTGRES_PASSWORD
2024-03-04 14:50:32 +05:30
Akhil Mohan
fafd963a8a
feat(ui): updated create secret form in overview to better ux
2024-03-04 14:32:53 +05:30
Akhil Mohan
9e38076d45
Merge pull request #1520 from rhythmbhiwani/remove-nested-anchor-tags
...
Changed <a> to <div> to avoid nested <a>
2024-03-04 11:58:32 +05:30
Maidul Islam
d3a6da187b
add execute + polling interval
2024-03-03 23:59:40 -05:00
Rhythm Bhiwani
7a90fa472d
Changed span to div
2024-03-03 15:05:04 +05:30
Rhythm Bhiwani
756c1e5098
Added populateOrgName
param in /v1/workspace
api which adds orgName
and displayName
in result
...
Updated the CLI to use this new paramter to display organization name with project name with support for backward compatibility keeping original behaviour for older apis
2024-03-03 12:12:25 +05:30
vmatsiiako
0dd34eae60
Update components.mdx
2024-03-02 13:39:15 -08:00
Maidul Islam
846e2f21cc
Merge pull request #1519 from Grraahaam/fix/typo
...
chore(doc): fix typo
2024-03-02 16:36:26 -05:00
Rhythm Bhiwani
d8860e1ce3
Disabled submit button when renaming all keys if key name is empty
2024-03-03 02:49:35 +05:30
Rhythm Bhiwani
68296c1b99
Disabled submit button if secret name is empty
2024-03-03 01:37:49 +05:30
Rhythm Bhiwani
2192985291
Show organization name in infisical init command, to differentiate between projects of same name
2024-03-02 23:16:11 +05:30
Rhythm Bhiwani
16acace648
Change <a> to <span> to avoid nested <a>
2024-03-02 20:00:47 +05:30
Rhythm Bhiwani
e3e4a98cd6
changed share of red in error message
2024-03-02 19:46:04 +05:30
Rhythm Bhiwani
4afb20ad0d
Added proper error message when secret name is empty while renaming
2024-03-02 19:44:20 +05:30
Grraahaam
60134cf8ac
chore(doc): fix typo
2024-03-02 14:24:37 +01:00
Rhythm Bhiwani
22d5f97793
Added Feature to Create Secrets and Folders in all envs from overview page
2024-03-02 11:14:56 +05:30
Rhythm Bhiwani
3fa529dcb0
Added error message if name is empty
2024-03-02 09:30:03 +05:30
Rhythm Bhiwani
d12c4b7580
Stop ability to rename a secret to empty name from frontend
2024-03-02 09:21:46 +05:30
Tuan Dang
5feb942d79
Add API-level length restrictions to name and slug for organizations and projects
2024-03-01 19:04:42 -08:00
Rhythm Bhiwani
b6f3cf512e
spacing made consistent
2024-03-02 06:57:36 +05:30
Rhythm Bhiwani
4dbee7df06
Added notification on success and failure renaming secret
2024-03-02 06:45:52 +05:30
Rhythm Bhiwani
323c412f5e
Added Option to Rename Secrets from overview page in all environments
2024-03-02 06:41:32 +05:30
BlackMagiq
ae2706542c
Merge pull request #1514 from Infisical/google-saml
...
Add support and docs for Google SAML
2024-03-01 17:00:35 -08:00
Tuan Dang
d5861493bf
Add support and docs for Google SAML
2024-03-01 16:56:37 -08:00
Maidul Islam
53044f3d39
reduce ttl
2024-03-01 15:06:36 -05:00
Maidul Islam
93268f5767
increase license server ttl
2024-03-01 13:06:00 -05:00
Maidul Islam
318dedb987
Merge pull request #1513 from akhilmhdh/fix/delay-audit-log
...
feat(server): moved back audit log to queue now with keystore license
2024-03-01 12:36:22 -05:00
Akhil Mohan
291edf71aa
feat(server): moved back audit log to queue now with keystore license
2024-03-01 23:01:18 +05:30
Maidul Islam
342665783e
Merge pull request #1512 from akhilmhdh/fix/delay-audit-log
...
feat(server): changed license service to use redis cache keystore
2024-03-01 11:53:58 -05:00
Akhil Mohan
6a7241d7d1
feat(server): uninstalled node-cache
2024-03-01 22:20:25 +05:30
Akhil Mohan
51fb680f9c
feat(server): changed license service to use redis cache keystore
2024-03-01 22:16:08 +05:30
Daniel Hougaard
0710c9a84a
Merge pull request #1509 from rhythmbhiwani/fix-etag-hash-mistype
...
Fixed mistype from Hash to Etag to fix the cli issue
2024-03-01 17:31:09 +01:00
Maidul Islam
e46bce1520
Update requirements.mdx
2024-03-01 10:55:19 -05:00
Maidul Islam
3919393d33
Merge pull request #1510 from akhilmhdh/fix/audit-log-queue
...
fix(server): auditlog won't push if retention period is zero
2024-03-01 10:27:49 -05:00
Akhil Mohan
c8b7c37aee
fix(server): identity login audit log fixed
2024-03-01 20:10:27 +05:30
Maidul Islam
2641fccce5
add etag field
2024-03-01 09:05:44 -05:00
Akhil Mohan
213f2ed29b
fix(server): auditlog won't push if retention period is zero
2024-03-01 19:24:29 +05:30
Rhythm Bhiwani
4dcd000dd1
Fixed mistype from Hash to Etag to fix the cli issue
2024-03-01 17:43:47 +05:30
snyk-bot
c2fe6eb90c
fix: upgrade posthog-js from 1.105.4 to 1.105.6
...
Snyk has created this PR to upgrade posthog-js from 1.105.4 to 1.105.6.
See this package in npm:
https://www.npmjs.com/package/posthog-js
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/53d4ecb6-6cc1-4918-aa73-bf9cae4ffd13?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-03-01 09:12:34 +00:00
Maidul Islam
f64cb10282
Merge pull request #1505 from Infisical/daniel/agent-improvements
...
Feat: Agent exec and custom polling interval
2024-03-01 02:13:13 -05:00
Maidul Islam
a0ea2627ed
change hash to etag
2024-03-01 02:11:50 -05:00
Maidul Islam
5c40b538af
remove ExecuteCommandWithTimeout
2024-03-01 02:11:27 -05:00
Maidul Islam
8dd94a4e10
move ExecuteCommandWithTimeout to agent file
2024-03-01 02:11:03 -05:00
Maidul Islam
041c4a20a0
example config
2024-03-01 02:10:26 -05:00
Daniel Hougaard
4a2a5f42a8
Renamed to exec to execute, and cleanup 🧼
2024-03-01 07:26:31 +01:00
Daniel Hougaard
9fcdf17a04
Update agent.go
2024-03-01 07:17:27 +01:00
Daniel Hougaard
97ac8cb45a
Update agent.go
2024-03-01 07:02:26 +01:00
Daniel Hougaard
e952659415
Update agent.go
2024-03-01 07:02:04 +01:00
Daniel Hougaard
1f3f061a06
Fix: Agent output
2024-03-01 06:46:09 +01:00
Daniel Hougaard
5096ce3bdc
Feat: Agent improvements
2024-03-01 06:41:17 +01:00
BlackMagiq
621683f787
Merge pull request #1504 from Infisical/changelog
...
Update changelog to include updates for Feb
2024-02-29 19:19:37 -08:00
Tuan Dang
f63850e9e9
Add February updates to changelog
2024-02-29 19:17:58 -08:00
Maidul Islam
4ee0a2ec6c
update mongo to postgres pin
2024-02-29 18:03:04 -05:00
Maidul Islam
9569d3971a
update helm secrets def in docs
2024-02-29 18:01:57 -05:00
Maidul Islam
443b8f747b
Update kubernetes-helm.mdx
2024-02-29 17:54:53 -05:00
Maidul Islam
803393c385
Update 20240226094411_instance-id.ts
2024-02-29 17:47:24 -05:00
Maidul Islam
8e95189fd2
Merge pull request #1500 from Infisical/snyk-upgrade-f77609d160bda3cea5e59890389a6fda
...
[Snyk] Upgrade posthog-node from 3.6.0 to 3.6.2
2024-02-29 17:40:32 -05:00
Maidul Islam
c5f38b6ade
Merge pull request #1503 from Infisical/patch-super-user-migration
...
update admin config to default uuid if it doesn't exist
2024-02-29 17:11:15 -05:00
Maidul Islam
30a1c5ac86
only add admin config if it doesn't exist
2024-02-29 17:01:03 -05:00
snyk-bot
bbad2ba047
fix: upgrade posthog-node from 3.6.0 to 3.6.2
...
Snyk has created this PR to upgrade posthog-node from 3.6.0 to 3.6.2.
See this package in npm:
https://www.npmjs.com/package/posthog-node
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-29 21:47:31 +00:00
Maidul Islam
1445df7015
Merge pull request #1498 from Infisical/patch-super-user-migration
...
patch super user migration
2024-02-29 16:35:56 -05:00
Maidul Islam
ae4a2089d5
ignore whole file
2024-02-29 16:30:58 -05:00
Maidul Islam
0b924b6e45
add ignore type script
2024-02-29 16:28:36 -05:00
Maidul Islam
1fcac4cadf
ignore multi line eslint
2024-02-29 16:15:52 -05:00
Maidul Islam
155e315347
skip verify
2024-02-29 16:00:28 -05:00
Maidul Islam
3dce03180f
patch super user migration
2024-02-29 15:35:54 -05:00
Maidul Islam
4748b546c2
Merge pull request #1497 from Infisical/add-cert-to-knex-command
...
Add postgres cert to migration knex command
2024-02-29 15:05:55 -05:00
Maidul Islam
96887cdbfa
add cert support to knex migration
2024-02-29 14:37:01 -05:00
Maidul Islam
553b56e57e
fix make down command from Makefile
2024-02-29 14:18:33 -05:00
Maidul Islam
a33f542647
Merge pull request #1493 from akhilmhdh/fix/dup-sec-del
...
fix(server): duplicate secret deletion made possible
2024-02-29 14:16:44 -05:00
Maidul Islam
06b03fc450
update fnSecretBlindIndexCheck function comment
2024-02-29 14:01:32 -05:00
Maidul Islam
031a834ab1
Merge pull request #1495 from Salman2301/feat-cloud-worker-path
...
feat: add support for secret path for cloud worker
2024-02-29 12:24:44 -05:00
Akhil Mohan
89e942fea3
Merge pull request #1496 from Infisical/tag-migration-guide
...
update mongo to postgres doc
2024-02-29 22:28:43 +05:30
Maidul Islam
3c0908a788
update mongo to postgres doc
2024-02-29 11:56:48 -05:00
Salman
14e42b7ff2
feat: add support for secret path for cloud worker
2024-02-29 21:40:19 +05:30
Maidul Islam
9476594978
Merge pull request #1494 from akhilmhdh/fix/migration-admin-bug
...
fix(pg-migrator): added uuid 0000 for admin config
2024-02-29 10:57:26 -05:00
Maidul Islam
02be9ebd5e
Merge pull request #1492 from akhilmhdh/fix/create-tag
2024-02-29 09:03:18 -05:00
Akhil Mohan
eb29d1dc28
fix(pg-migrator): added uuid 0000 for admin config
2024-02-29 15:38:45 +05:30
Akhil Mohan
21d5c44ea1
fix(server): duplicate secret deletion made possible
2024-02-29 14:58:45 +05:30
Akhil Mohan
114a4b1412
fix(server): resolved broken create tag scoped to project
2024-02-29 13:02:09 +05:30
Daniel Hougaard
fb8c4bd415
Feat: Agent improvements
2024-02-29 07:12:30 +01:00
Daniel Hougaard
48bf41ac8c
Update cli.go
2024-02-29 07:12:18 +01:00
Daniel Hougaard
1ad916a784
Feat: Agent improvements, Secrets state manager
2024-02-29 07:12:10 +01:00
Daniel Hougaard
c91456838e
Update model.go
2024-02-29 07:12:01 +01:00
Daniel Hougaard
79efe64504
Feat: Agent improvements, get ETag from secrets request
2024-02-29 07:11:56 +01:00
Maidul Islam
cde8cef8b0
Merge pull request #1490 from 24601/patch-1
...
fix(helm-charts): standalone chart rbac fix for jobs
2024-02-28 22:41:27 -05:00
Maidul Islam
7207997cea
update chart version
2024-02-28 22:40:15 -05:00
Basit Mustafa
aaabfb7870
fix(helm-charts): standalone chart rbac fix for jobs
2024-02-28 19:31:16 -07:00
Maidul Islam
40cb5c4394
Merge pull request #1326 from quinton11/feat/cli-export-with-tag-slugs
...
feat: cli export allow filtering with tags
2024-02-28 18:32:22 -05:00
vmatsiiako
60b73879df
Update postgres.mdx
2024-02-28 14:40:04 -08:00
Maidul Islam
4339ef4737
Merge pull request #1485 from Infisical/snyk-upgrade-14579311c8ea1dfb5d579851318fccc5
...
[Snyk] Upgrade posthog-js from 1.104.4 to 1.105.4
2024-02-28 16:59:28 -05:00
Maidul Islam
d98669700d
Merge pull request #1487 from nhedger/docs/docker
...
docs: improve docker page
2024-02-28 16:59:18 -05:00
Maidul Islam
162f339149
Merge pull request #1489 from Infisical/snyk-upgrade-978758f53696a9f0d6b71883b9614b0a
...
[Snyk] Upgrade aws-sdk from 2.1549.0 to 2.1553.0
2024-02-28 16:48:35 -05:00
Maidul Islam
d3eb0c4cc9
Merge pull request #1488 from Kiskadee-dev/patch-1
...
fix postgresql volume path on docker-compose.prod.yml
2024-02-28 16:35:15 -05:00
snyk-bot
4b4295f53d
fix: upgrade aws-sdk from 2.1549.0 to 2.1553.0
...
Snyk has created this PR to upgrade aws-sdk from 2.1549.0 to 2.1553.0.
See this package in npm:
https://www.npmjs.com/package/aws-sdk
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-28 21:11:42 +00:00
Matheus Victor
6c4d193b12
Update docker-compose.prod.yml
...
/data/db doesn't seems to exist, would never persist data otherwise
2024-02-28 16:27:16 -03:00
Nicolas Hedger
d08d412f54
improve more
2024-02-28 20:21:43 +01:00
Nicolas Hedger
bb4810470f
docs: rewording
2024-02-28 20:20:39 +01:00
Maidul Islam
24e9c0a39f
Merge pull request #1486 from nhedger/docs/secrets
...
docs: fix typo
2024-02-28 14:07:00 -05:00
Nicolas Hedger
3161d0ee67
docs: fix typo
2024-02-28 20:01:57 +01:00
snyk-bot
8a7e18dc7c
fix: upgrade posthog-js from 1.104.4 to 1.105.4
...
Snyk has created this PR to upgrade posthog-js from 1.104.4 to 1.105.4.
See this package in npm:
https://www.npmjs.com/package/posthog-js
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/53d4ecb6-6cc1-4918-aa73-bf9cae4ffd13?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-28 18:49:06 +00:00
Maidul Islam
0497c3b49e
Merge pull request #1484 from akhilmhdh/feat/i18n-removal
...
feat(ui): secret blind index banner in secret main page and removed i18n to keep only english for now
2024-02-28 11:09:35 -05:00
Salman
db9f21be87
fix: add input max length for org and project name
2024-02-28 15:59:23 +05:30
Akhil Mohan
e6a89fb9d0
feat(ui): secret blind index banner in secret main page and removed i18n translations for now by keeping en as only option
2024-02-28 14:47:50 +05:30
Salman
449617d271
fix: truncate too long proj or org name
2024-02-28 14:38:13 +05:30
Maidul Islam
d9828db2ec
update gamma helm values
2024-02-27 18:51:36 -05:00
Maidul Islam
f11efc9e3f
Merge pull request #1461 from Infisical/snyk-upgrade-430437d73f24d5cfbeaa8f5f8f1fa7dc
...
[Snyk] Upgrade posthog-js from 1.103.0 to 1.104.4
2024-02-27 18:43:09 -05:00
Maidul Islam
32bad10c0e
Merge branch 'main' into snyk-upgrade-430437d73f24d5cfbeaa8f5f8f1fa7dc
2024-02-27 18:43:03 -05:00
Maidul Islam
41064920f7
Merge pull request #1465 from Infisical/snyk-upgrade-29c4ba3e253755510159e658916d2c3f
...
[Snyk] Upgrade @fastify/cookie from 9.2.0 to 9.3.1
2024-02-27 18:41:33 -05:00
Maidul Islam
8d8e23add2
Merge pull request #1471 from akhilmhdh/feat/telemetry-aggregation
...
Telemetry stats event for self hosted instance on midnight
2024-02-27 18:36:29 -05:00
Maidul Islam
a2a959cc32
disable telemetry for local dev by default
2024-02-27 18:26:15 -05:00
Maidul Islam
d6cde48181
set posthog flush to zero and fix typos
2024-02-27 18:23:24 -05:00
Maidul Islam
23966c12e2
Merge pull request #1482 from Infisical/daniel/fix-invite-all-members
...
Fix: Invite all members to project when there are no members to invite
2024-02-27 17:38:52 -05:00
Daniel Hougaard
2a233ea43c
Fix: Inviting all members when there's only 1 user in the organization
2024-02-27 23:15:40 +01:00
Maidul Islam
fe497d87c0
add INFISICAL_CLOUD env back from old backend
2024-02-27 16:38:18 -05:00
Tuan Dang
3641875b24
Update LDAP permissioning, styling of org auth section
2024-02-27 11:36:35 -08:00
Maidul Islam
0c3060e1c6
Merge pull request #1477 from Infisical/daniel/upgrade-transparency
...
Chore: Project upgrade notice
2024-02-27 13:47:36 -05:00
Maidul Islam
5d64398e58
add more clarity to e2ee notice
2024-02-27 13:45:31 -05:00
Daniel Hougaard
2f6f713c98
Better phrasing
2024-02-27 19:19:17 +01:00
Maidul Islam
4f47d43801
Merge pull request #1479 from Infisical/snyk-fix-46ae40ea09c96f3a158e662824e76ed8
...
[Snyk] Security upgrade bullmq from 5.1.6 to 5.3.3
2024-02-27 12:17:35 -05:00
snyk-bot
6cf9a83c16
fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
2024-02-27 08:51:09 +00:00
vmatsiiako
c3adc8b188
Update overview.mdx
2024-02-26 22:31:07 -08:00
Maidul Islam
a723c456aa
Update Chart.yaml
2024-02-27 01:26:47 -05:00
Maidul Islam
c455ef7ced
Update values.yaml
2024-02-27 01:26:28 -05:00
Maidul Islam
f9d0680dc3
Update Chart.yaml
2024-02-27 01:24:06 -05:00
Maidul Islam
7a4e8b8c32
Update values.yaml
2024-02-27 01:23:35 -05:00
Maidul Islam
8e83b0f2dd
npm install backend
2024-02-27 01:13:00 -05:00
Maidul Islam
59c6837071
Update faq.mdx
2024-02-27 00:48:32 -05:00
Maidul Islam
d4d23e06a8
Merge pull request #1478 from Infisical/mongo-to-postgres-guide
...
Mongo to postgres guide
2024-02-27 00:43:58 -05:00
Maidul Islam
9d202e8501
add additional discussion
2024-02-27 00:43:36 -05:00
Maidul Islam
1f9f15136e
mongo to postgres guide
2024-02-27 00:35:41 -05:00
Daniel Hougaard
5d71b02f8d
Fix: Add learn more to both alerts
2024-02-27 06:01:22 +01:00
Daniel Hougaard
9d2a0f1d54
Chore: Add notice link
2024-02-27 05:55:11 +01:00
Daniel Hougaard
0f4da61aaa
Docs: Upgrade notice
2024-02-27 05:54:56 +01:00
BlackMagiq
26abb7d89f
Merge pull request #1476 from Infisical/ldap-docs
...
Update docs for LDAP
2024-02-26 20:48:21 -08:00
Tuan Dang
892a25edfe
Update docs for LDAP
2024-02-26 20:47:20 -08:00
Tuan Dang
a04a9a1bd3
Fix frontend lint issues
2024-02-26 20:21:09 -08:00
Tuan Dang
04d729df92
Update seed username
2024-02-26 20:05:40 -08:00
Tuan Dang
5ca1b1d77e
Fix type/lint issues
2024-02-26 20:01:44 -08:00
Tuan Dang
2d9526ad8d
Fix type/lint issues
2024-02-26 20:01:30 -08:00
Tuan Dang
768cc64af6
Fix merge conflicts
2024-02-26 18:28:13 -08:00
Tuan Dang
a28431bfe7
Finish preliminary LDAP
2024-02-26 17:42:32 -08:00
Tuan Dang
91068229bf
Minor LDAP patches, docs for JumpCloud LDAP
2024-02-26 17:04:01 -08:00
Maidul Islam
082a533cfa
Update Chart.yaml
2024-02-26 17:19:48 -05:00
Maidul Islam
d71a8a35e5
increase resource limits more
2024-02-26 17:19:38 -05:00
Maidul Islam
59585dfea9
Merge pull request #1474 from Infisical/daniel/failed-decryption-log
...
Fix: Add detailed decryption error logging
2024-02-26 16:49:52 -05:00
Daniel Hougaard
514304eed0
Fix: Add detailed decryption error logging
2024-02-26 22:19:54 +01:00
Maidul Islam
a0fc9e534c
Update Chart.yaml
2024-02-26 16:10:02 -05:00
Maidul Islam
73323c0343
update resource limits
2024-02-26 16:09:21 -05:00
BlackMagiq
98cd71d421
Merge pull request #1473 from Infisical/ldap-docs
...
Add docs for LDAP
2024-02-26 10:51:48 -08:00
Tuan Dang
ae6157dd78
Add docs for LDAP
2024-02-26 10:49:30 -08:00
Tuan Dang
9ba4b939a4
Add orgId to reuse login1/login2 logic for LDAP 2nd step login
2024-02-26 10:41:44 -08:00
Maidul Islam
4bf7e8bbd1
add ingress back to helm
2024-02-26 13:01:57 -05:00
Akhil Mohan
6891d309da
Merge pull request #1467 from Trugamr/fix/1422-verify-email-loading
...
fix(signup): set send verification email button loading state
2024-02-26 19:56:51 +05:30
Akhil Mohan
3b9ceff21c
refactor(server): updated all telemetry send events to await as changed to async
2024-02-26 19:52:38 +05:30
Akhil Mohan
d64d935d7d
feat(server): added telemetry queue for self hosted to upload instance stats to posthog on midnight
2024-02-26 19:52:38 +05:30
Akhil Mohan
8aaed739d5
feat(server): resolved a possible race condition on replication on frest first boot up and fixed making values optional on create rows for generate schema
2024-02-26 19:52:38 +05:30
Akhil Mohan
7d8b399102
feat(server): added keystore and made server cfg fetch from keystore to avoid db calls
2024-02-26 19:52:38 +05:30
Maidul Islam
1cccbca0c5
Merge pull request #1466 from Trugamr/fix/contributing-guide-link
...
Fix broken contributing guide link
2024-02-26 08:54:53 -05:00
Akhil Mohan
2c2e1f5d2e
Merge pull request #1470 from Infisical/scroll-rotation-fix
...
fix scrolling issue in rotation modal
2024-02-26 13:43:48 +05:30
Vladyslav Matsiiako
6946f3901c
fix scrolling issue in rotation modal
2024-02-26 00:03:41 -08:00
Tuan Dang
1c088b3a58
Merge remote-tracking branch 'origin' into ldap
2024-02-25 18:24:28 -08:00
Tuan Dang
a33c50b75a
Adjust SCIM and SAML impl to use username / nameID, patch LDAP edge-cases
2024-02-25 18:16:26 -08:00
Maidul Islam
82a7010e29
Update envars.mdx
2024-02-25 14:47:04 -05:00
Maidul Islam
a1e763fa28
Update kubernetes-helm.mdx
2024-02-25 14:42:10 -05:00
Maidul Islam
0992117173
add pull policy to docker compose
2024-02-25 14:12:19 -05:00
Maidul Islam
9419884a26
Merge pull request #1468 from radhakrisri/main
...
Wait for db service to be healthy before kicking off db-migration and backend services
2024-02-25 14:10:44 -05:00
Radha Krishna. S
850f3a347c
Wait for db service to be healthy before kicking off db-migration and backend services
2024-02-25 12:33:42 -06:00
Trugamr
4c9101d18d
fix(signup): set send verification email button loading state
...
Set loading state for button based on send verification email mutation state
fix #1422
2024-02-25 14:58:08 +05:30
Shivam Dua
06e8e90ad5
Fix broken contributing guide link
2024-02-25 13:52:40 +05:30
Tuan Dang
8c31566e17
Update various SSO / SAML auth methods to support username
2024-02-24 22:17:51 -08:00
snyk-bot
1594165768
fix: upgrade @fastify/cookie from 9.2.0 to 9.3.1
...
Snyk has created this PR to upgrade @fastify/cookie from 9.2.0 to 9.3.1.
See this package in npm:
https://www.npmjs.com/package/@fastify/cookie
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-25 03:14:18 +00:00
snyk-bot
29d91d83ab
fix: upgrade posthog-js from 1.103.0 to 1.104.4
...
Snyk has created this PR to upgrade posthog-js from 1.103.0 to 1.104.4.
See this package in npm:
https://www.npmjs.com/package/posthog-js
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/53d4ecb6-6cc1-4918-aa73-bf9cae4ffd13?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-24 04:51:43 +00:00
Maidul Islam
fdd79c0568
Update kubernetes-helm.mdx
2024-02-23 21:41:48 -05:00
Maidul Islam
4ef8abdb00
Merge pull request #1460 from Infisical/postgres-helm
...
Add helm chart with postgres + many other docs changes
2024-02-23 21:25:12 -05:00
Maidul Islam
46f0fb7a41
add helm with postgres + docs
2024-02-23 21:20:58 -05:00
Tuan Dang
bfee74ff4e
Add username field to users
2024-02-23 17:30:49 -08:00
Tuan Dang
97a7b66c6c
Fix merge conflicts
2024-02-23 10:40:27 -08:00
Maidul Islam
2142f5736c
Merge pull request #1454 from Infisical/snyk-upgrade-adb30694539efb19ffe3e73890bb6b8e
...
[Snyk] Upgrade aws-sdk from 2.1545.0 to 2.1549.0
2024-02-23 13:39:50 -05:00
Maidul Islam
ce764d70ad
Merge branch 'main' into snyk-upgrade-adb30694539efb19ffe3e73890bb6b8e
2024-02-23 13:39:43 -05:00
Maidul Islam
c2d0ddb2fc
Merge pull request #1455 from Infisical/snyk-upgrade-d2de299aecc7f7e0bc3f4806027b63db
...
[Snyk] Upgrade @aws-sdk/client-secrets-manager from 3.502.0 to 3.504.0
2024-02-23 13:38:39 -05:00
Maidul Islam
7ba9588509
Merge pull request #1456 from Infisical/snyk-upgrade-321e83ad66200d3a9986ba215332d07e
...
[Snyk] Upgrade axios from 1.6.4 to 1.6.7
2024-02-23 13:38:24 -05:00
Maidul Islam
cddb09e031
Merge pull request #1457 from Infisical/snyk-upgrade-ef9af10ff1fb4ccb502ef71e8db6e32a
...
[Snyk] Upgrade dotenv from 16.3.1 to 16.4.1
2024-02-23 13:38:13 -05:00
Maidul Islam
046dc83638
Merge pull request #1458 from Infisical/snyk-upgrade-79bce0f7942398d32958cc208d2bf3d9
...
[Snyk] Upgrade @fastify/cors from 8.4.1 to 8.5.0
2024-02-23 13:38:00 -05:00
Tuan Dang
639c78358f
Add docs for LDAP
2024-02-23 10:33:48 -08:00
Tuan Dang
5053069bfc
Finish frame for LDAP auth
2024-02-23 10:00:30 -08:00
snyk-bot
320074ef6c
fix: upgrade @fastify/cors from 8.4.1 to 8.5.0
...
Snyk has created this PR to upgrade @fastify/cors from 8.4.1 to 8.5.0.
See this package in npm:
https://www.npmjs.com/package/@fastify/cors
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-23 17:54:12 +00:00
snyk-bot
e780ee6573
fix: upgrade dotenv from 16.3.1 to 16.4.1
...
Snyk has created this PR to upgrade dotenv from 16.3.1 to 16.4.1.
See this package in npm:
https://www.npmjs.com/package/dotenv
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-23 17:54:08 +00:00
snyk-bot
a5a881c382
fix: upgrade axios from 1.6.4 to 1.6.7
...
Snyk has created this PR to upgrade axios from 1.6.4 to 1.6.7.
See this package in npm:
https://www.npmjs.com/package/axios
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-23 17:54:04 +00:00
snyk-bot
200d4a5af6
fix: upgrade @aws-sdk/client-secrets-manager from 3.502.0 to 3.504.0
...
Snyk has created this PR to upgrade @aws-sdk/client-secrets-manager from 3.502.0 to 3.504.0.
See this package in npm:
https://www.npmjs.com/package/@aws-sdk/client-secrets-manager
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-23 17:54:00 +00:00
snyk-bot
07318ec54b
fix: upgrade aws-sdk from 2.1545.0 to 2.1549.0
...
Snyk has created this PR to upgrade aws-sdk from 2.1545.0 to 2.1549.0.
See this package in npm:
https://www.npmjs.com/package/aws-sdk
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-23 17:53:57 +00:00
Maidul Islam
92d237a714
Merge pull request #1452 from Infisical/snyk-fix-619f8d103918c8185c0381a3771a208f
...
[Snyk] Security upgrade sanitize-html from 2.11.0 to 2.12.1
2024-02-23 09:49:03 -05:00
Maidul Islam
6ef988fa86
Merge pull request #1444 from akhilmhdh/feat/telemetry-new-fields
...
feat(telemetry): added new telemetry events
2024-02-23 09:48:42 -05:00
snyk-bot
70822d0d98
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SANITIZEHTML-6256334
2024-02-23 11:28:36 +00:00
Akhil Mohan
e91499b301
feat(telemetry): updated telemetry distinct id to use service token from secrets one
2024-02-23 13:22:53 +05:30
Akhil Mohan
92acb4d943
feat(telemetry): fixed typo in filename lib/telemetry and capitalized new posthog event names
2024-02-23 13:19:16 +05:30
Akhil Mohan
76daa20d69
feat(telemetry): added telemetry events for creation of integration,project,machine identity and user invitation to org
2024-02-23 13:19:16 +05:30
Maidul Islam
a231813f01
Merge pull request #1445 from Nithishvb/fix-uppercase-member-search
2024-02-23 01:02:01 -05:00
Maidul Islam
3eb2bdb191
Merge pull request #1447 from Infisical/daniel/show-upgrade-to-everyone
...
(style): Show upgrade alert to all users
2024-02-22 22:31:05 -05:00
Daniel Hougaard
cadf6e1157
Update UpgradeOverlay.tsx
2024-02-23 01:13:26 +01:00
Daniel Hougaard
ceb7fafc06
Update UpgradeProjectAlert.tsx
2024-02-23 01:12:22 +01:00
Daniel Hougaard
3063bb9982
Update UpgradeProjectAlert.tsx
2024-02-23 01:12:02 +01:00
Maidul Islam
3d82a43615
Merge pull request #1446 from Infisical/daniel/ghost-users-fixes
...
(Fix): Project upgrade
2024-02-22 17:20:44 -05:00
Daniel Hougaard
028541a18a
Update project-membership-service.ts
2024-02-22 23:18:32 +01:00
Daniel Hougaard
66a631ff46
Update SecretOverviewPage.tsx
2024-02-22 23:16:21 +01:00
Daniel Hougaard
28adb8f0ac
Re-add upgrade popup
2024-02-22 23:12:41 +01:00
Daniel Hougaard
5c988c2cd5
Docs
2024-02-22 23:07:07 +01:00
Daniel Hougaard
acf8a54abb
Fix service tokens not working after upgrade
2024-02-22 23:06:55 +01:00
Daniel Hougaard
387094aa27
Allow deleting project members even on V1 projects
2024-02-22 23:06:24 +01:00
Maidul Islam
4251e95c15
Merge pull request #1435 from Salman2301/fix-typo-doc-port
...
docs(sdk): fix typo PORT
2024-02-22 16:26:23 -05:00
Maidul Islam
f4386c2d93
Merge pull request #1443 from akhilmhdh/fix/service-token-email-telemetry
...
fix(telemetry): added back email for telemetry when using service token
2024-02-22 16:23:00 -05:00
Maidul Islam
ff4b943854
fix admin signup phrasing
2024-02-22 16:04:12 -05:00
Maidul Islam
879a5ecfac
Merge pull request #1389 from Salman2301/feat-admin-signup
...
Add admin invite only signup field
2024-02-22 15:39:06 -05:00
Maidul Islam
a831a7d848
small typos and update migration timestamp
2024-02-22 15:35:09 -05:00
Maidul Islam
3138784d1a
Merge branch 'main' into feat-admin-signup
2024-02-22 15:13:28 -05:00
Maidul Islam
0b258e3918
make clear service token with null creator
2024-02-22 15:06:00 -05:00
Maidul Islam
d0545a01b9
Merge pull request #1436 from Infisical/snyk-upgrade-12de5d06bf0c091610dcb9c1c21ef687
...
[Snyk] Upgrade mysql2 from 3.6.5 to 3.9.1
2024-02-22 14:46:59 -05:00
Maidul Islam
d71398344f
Merge pull request #1437 from Infisical/snyk-upgrade-28f9cfd389af9a9d16a7b1f08b87f2b4
...
[Snyk] Upgrade bullmq from 5.1.1 to 5.1.6
2024-02-22 14:46:46 -05:00
Maidul Islam
25e3cc047b
Merge pull request #1438 from Infisical/snyk-upgrade-69ae80b8287feeb813ee50b31af31ab0
...
[Snyk] Upgrade zod-to-json-schema from 3.22.0 to 3.22.4
2024-02-22 14:46:36 -05:00
Maidul Islam
17149de567
Merge pull request #1439 from Infisical/snyk-upgrade-a58302f2598bcda51b89dcf7293bd0ad
...
[Snyk] Upgrade @fastify/swagger from 8.12.0 to 8.14.0
2024-02-22 14:46:23 -05:00
Maidul Islam
cca2fb7ff5
Merge pull request #1440 from Infisical/snyk-upgrade-d48144dd89e80fb18b02fe45b4dfd7c8
...
[Snyk] Upgrade fastify from 4.24.3 to 4.26.0
2024-02-22 14:46:12 -05:00
Nithish
f1f2d62993
fix: access member returns empty results when search using upper case letters.
2024-02-22 22:32:58 +05:30
Akhil Mohan
be49de5f34
fix(telemetry): added back email for telemetry when using service token
2024-02-22 17:09:33 +05:30
Maidul Islam
acfa89ba8b
fix typo
2024-02-22 05:01:50 -05:00
Maidul Islam
389ec85554
Merge pull request #1442 from akhilmhdh/ci/frontend-ts-check
...
chore: added type and lint check for frontend ci/cd
2024-02-22 04:54:23 -05:00
Maidul Islam
2a6b0efe22
Merge pull request #1441 from Infisical/update-self-host-config-docker-compose
...
Update self host config docker compose
2024-02-22 04:45:59 -05:00
Maidul Islam
74d9a76f75
update self config/docker guide
2024-02-22 04:42:39 -05:00
Maidul Islam
9c67d43ebe
remove upgrade popup
2024-02-22 03:27:41 -05:00
Akhil Mohan
d8f3531b50
chore: added type and lint check for frontend
2024-02-22 13:28:07 +05:30
snyk-bot
57be73c17e
fix: upgrade fastify from 4.24.3 to 4.26.0
...
Snyk has created this PR to upgrade fastify from 4.24.3 to 4.26.0.
See this package in npm:
https://www.npmjs.com/package/fastify
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-22 07:47:03 +00:00
snyk-bot
a10129e750
fix: upgrade @fastify/swagger from 8.12.0 to 8.14.0
...
Snyk has created this PR to upgrade @fastify/swagger from 8.12.0 to 8.14.0.
See this package in npm:
https://www.npmjs.com/package/@fastify/swagger
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-22 07:46:59 +00:00
snyk-bot
adc10cf675
fix: upgrade zod-to-json-schema from 3.22.0 to 3.22.4
...
Snyk has created this PR to upgrade zod-to-json-schema from 3.22.0 to 3.22.4.
See this package in npm:
https://www.npmjs.com/package/zod-to-json-schema
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-22 07:46:55 +00:00
snyk-bot
49f7780e52
fix: upgrade bullmq from 5.1.1 to 5.1.6
...
Snyk has created this PR to upgrade bullmq from 5.1.1 to 5.1.6.
See this package in npm:
https://www.npmjs.com/package/bullmq
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-22 07:46:52 +00:00
snyk-bot
26482c6b0a
fix: upgrade mysql2 from 3.6.5 to 3.9.1
...
Snyk has created this PR to upgrade mysql2 from 3.6.5 to 3.9.1.
See this package in npm:
https://www.npmjs.com/package/mysql2
See this project in Snyk:
https://app.snyk.io/org/maidul98/project/35057e82-ed7d-4e19-ba4d-719a42135cd6?utm_source=github&utm_medium=referral&page=upgrade-pr
2024-02-22 07:46:48 +00:00
Akhil Mohan
fed022ed09
feat: removed unused inviteSignup flag
2024-02-22 13:09:51 +05:30
Salman K.A.A
64fbe4161c
docs(sdk): fix typo PORT
2024-02-22 12:27:04 +05:30
Maidul Islam
45772f0108
add envs
2024-02-22 01:27:02 -05:00
Maidul Islam
d9888f9dd1
envars update + docker standalone
2024-02-22 00:13:21 -05:00
Salman
6b92a5f4db
Update delete key set to org name for github org integration
2024-02-20 04:28:59 +05:30
Salman
81e961e8bc
Update remove group field for github integration section
2024-02-19 17:47:23 +05:30
Salman
6a7a6ce942
Update github integrations docs based on diff scope
2024-02-19 11:39:08 +05:30
Vladyslav Matsiiako
b1d049c677
added ability to hide environments in the overview screen
2024-02-17 21:49:17 -08:00
Vladyslav Matsiiako
9012012503
added basic heroku pipeline integration
2024-02-17 21:04:26 -08:00
Vladyslav Matsiiako
a8678c14e8
updated heroku integration style
2024-02-16 22:58:56 -08:00
Akhil Mohan
97d2a15d3e
feat: updated admin dashboard to use zod and ts enum
2024-02-16 13:41:18 +05:30
Salman
1695412278
Update integration-sync-secret for org and env
2024-02-16 04:46:41 +05:30
Salman
b4fa07334d
Update use repo id to avoid ambiguous repo name
2024-02-16 02:53:39 +05:30
Salman
29c244c635
Update repo name display owner/repo instead just the repo
2024-02-16 02:13:16 +05:30
Salman
b80a5989a8
Fix reset env on repo change
2024-02-16 00:58:10 +05:30
Salman
dc696f8932
Update integration section for github repo, org and env
2024-02-15 15:59:18 +05:30
Salman
c8f0796952
Update github integrations ui for organization and environment
2024-02-15 09:41:57 +05:30
Salman
9282dd08d9
Merge remote-tracking branch 'origin/main' into feat-github-integration
2024-02-15 00:00:05 +05:30
Salman
a1cc118514
Merge remote-tracking branch 'origin/main' into feat-admin-signup
2024-02-14 23:46:25 +05:30
Salman
ee69bccb6e
Update disabled sign up routes
2024-02-14 14:18:44 +05:30
Salman
0ff3ddb0c8
Update generate schema run
2024-02-14 07:52:46 +05:30
Salman
df459d456a
Update github form ui add scope and init org api
2024-02-14 04:21:50 +05:30
Salman
c8cfb43316
Update github integration refactored to react-hook-form
2024-02-13 05:42:29 +05:30
Salman
0fb87ab05f
Update move to react hook form, rename allowedSignUpDomain
2024-02-12 04:09:46 +05:30
Salman
2ef8781378
Update support multiple domain and error handling
2024-02-11 10:55:36 +05:30
Salman
3f96f0a8fb
Fix dropdown not working on page transition
2024-02-11 00:40:17 +05:30
Salman
da377f6fda
Update error handling and refactor
2024-02-10 23:00:16 +05:30
Salman
5cf1ec2400
Add restrict signup based on domain
2024-02-10 10:44:39 +05:30
Salman
6c1489a87b
Add admin invite only signup field
2024-02-10 03:26:56 +05:30
Grraahaam
541fa10964
doc: HISTIGNORE recommendation
2024-02-04 21:18:10 +01:00
quinton
4057e2c6ab
feat: cli export allow filtering with tags
2024-01-24 19:05:16 +00:00