Commit Graph

776 Commits

Author SHA1 Message Date
Maidul Islam
68b99b9f00 central logging and 2v service token 2023-01-05 16:58:10 -05:00
Maidul Islam
2c8c7a1777 add helper functions to check workspace and login status 2023-01-05 16:58:10 -05:00
Maidul Islam
764636cd47 Add service token v2 api into cli 2023-01-05 16:58:10 -05:00
Vladyslav Matsiiako
c921eb8781 Telemetry and graphic changes 2023-01-05 13:11:13 -08:00
Vladyslav Matsiiako
5a19f8ed32 Hotfix: state updates for dashabord and service tokens 2023-01-05 09:46:04 -08:00
BlackMagiq
8ddcccabfa Merge pull request #193 from Infisical/activity-logs
Activity logs
2023-01-05 19:50:32 +07:00
Tuan Dang
db36b81b0c Update package-lock.json 2023-01-05 19:47:31 +07:00
Tuan Dang
85cb3a11aa Fix frontend endpoints for service tokens and patch secret index.d.ts error 2023-01-05 19:25:33 +07:00
Tuan Dang
6e125b9e74 Merge remote-tracking branch 'origin' into activity-logs 2023-01-05 18:23:43 +07:00
mv-turtle
4dce7e87dc Merge pull request #195 from Infisical/dependabot/npm_and_yarn/backend/json5-2.2.3
Bump json5 from 2.2.1 to 2.2.3 in /backend
2023-01-04 21:43:31 -08:00
dependabot[bot]
ca2f44be54 Bump json5 from 2.2.1 to 2.2.3 in /backend
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 05:41:35 +00:00
Vladyslav Matsiiako
021250a58c Update dependencies 2023-01-04 21:40:37 -08:00
mv-turtle
3f0eefb091 Merge branch 'main' into activity-logs 2023-01-04 21:12:24 -08:00
Tuan Dang
cc408d8908 Update channel in workspace v2 controller 2023-01-05 12:05:49 +07:00
Vladyslav Matsiiako
8b48205881 Fixed the service token bugs 2023-01-04 20:22:51 -08:00
Vladyslav Matsiiako
9cf28fef5f Service tokens update on frontend 2023-01-04 18:54:45 -08:00
Vladyslav Matsiiako
6c88c4dc36 Updated the image for signup invites 2023-01-04 17:34:30 -08:00
Maidul Islam
5428766bf6 modify getServiceTokenData to return single json 2023-01-04 20:17:11 -05:00
Vladyslav Matsiiako
347b7201de Finished secret snapshots 2023-01-04 17:11:07 -08:00
Maidul Islam
d75d9ec324 Add get call secrets route for service token and jwt 2023-01-04 20:05:00 -05:00
Maidul Islam
880f4d25a9 print all errors during backend dev 2023-01-04 17:35:40 -05:00
Maidul Islam
fba40b5d4b print requestError logs in backend when in dev mode 2023-01-04 15:32:45 -05:00
Maidul Islam
68c488b8ee Add acceptedAuthModes for v2 secrets 2023-01-04 14:58:16 -05:00
Maidul Islam
68a8471292 remove accepted roles from secrets v2 api 2023-01-04 10:58:00 -05:00
Maidul Islam
7e026e82bb Merge crud cli api and cli changes 2023-01-04 10:43:57 -05:00
Maidul Islam
fe05732c46 update host to prod host 2023-01-04 10:39:32 -05:00
Tuan Dang
df7340e440 Fix merge conflicts 2023-01-04 21:31:58 +07:00
BlackMagiq
e364094d0d Merge pull request #192 from Infisical/cleaning
Remove accept statuses
2023-01-04 21:26:48 +07:00
Tuan Dang
136fda37f2 Merge remote-tracking branch 'origin' into cleaning 2023-01-04 21:24:38 +07:00
Tuan Dang
54676c630e Remove accept statuses 2023-01-04 21:14:25 +07:00
BlackMagiq
d7dd65b181 Merge pull request #191 from Infisical/api-key
Add API Key auth mode
2023-01-04 20:44:38 +07:00
Tuan Dang
d3efe351f1 Add DELETE route to API keys 2023-01-04 20:38:37 +07:00
Tuan Dang
c7fb9209c4 Complete v1 support for API key auth mode 2023-01-04 20:27:16 +07:00
Tuan Dang
8c7c41e091 Merge remote-tracking branch 'origin' into api-key 2023-01-04 18:15:54 +07:00
Tuan Dang
58830eab79 Move get service token data to v2 routes 2023-01-04 18:15:32 +07:00
Tuan Dang
ff0b053d12 Begin API Key functionality 2023-01-04 18:04:53 +07:00
Tuan Dang
15db792058 Patch requireAuth middleware in getting secret snapshot by id 2023-01-04 15:04:09 +07:00
Tuan Dang
5967a5cdba Add endpoint to return count of secret snapshots for a workspace 2023-01-04 10:00:05 +07:00
Maidul Islam
078c67f27c Add crud cli docs 2023-01-03 17:43:40 -05:00
Maidul Islam
3e945dd552 move v2 secret api to controller 2023-01-03 16:40:08 -05:00
Maidul Islam
59f5ad7710 add expand flag to crud sli 2023-01-03 16:39:33 -05:00
Maidul Islam
7e71e3ca57 v1 crud secrets complete 2023-01-03 16:09:47 -05:00
Tuan Dang
fb394de428 Remove unecessary imports 2023-01-03 16:02:05 +07:00
Tuan Dang
9727075b0b Resolve merge conflicts 2023-01-03 15:59:37 +07:00
Tuan Dang
c7c5a947d2 Modify secret snapshots to point to secret versions 2023-01-03 15:53:06 +07:00
Vladyslav Matsiiako
9d0e269a2a Moved project id from dashboard to settings 2023-01-02 20:41:20 -08:00
Vladyslav Matsiiako
92ab29f746 Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs 2023-01-02 20:17:36 -08:00
Vladyslav Matsiiako
fe0c466523 Moved the delete button to the sidebar 2023-01-02 20:17:16 -08:00
Tuan Dang
679db32de9 Begin docs for secret versioning, snapshots, and audit logs 2023-01-03 10:49:58 +07:00
Maidul Islam
daf8a73529 add dynmaic workspace and user creds for secrets cmd 2023-01-02 22:41:15 -05:00