Commit Graph

210 Commits

Author SHA1 Message Date
Maidul Islam
53273df51f Add single secrets v2 operations 2023-01-06 18:47:52 -05:00
Maidul Islam
a04fe00563 fix health check import 2023-01-06 15:55:30 -05:00
Maidul Islam
cb60151c0e Add status api 2023-01-06 10:51:15 -05:00
Vladyslav Matsiiako
de9d832669 Temporarily remove integrations as available 2023-01-05 14:24:16 -08: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
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
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
9cf28fef5f Service tokens update on frontend 2023-01-04 18:54:45 -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
Tuan Dang
df7340e440 Fix merge conflicts 2023-01-04 21:31:58 +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
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
3e945dd552 move v2 secret api to controller 2023-01-03 16:40:08 -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
d0949b2e19 Fixed the sorting buf with version history 2023-01-02 18:53:56 -08:00
Tuan Dang
e9601307ef Move service token data routes and controllers to v2 2023-01-03 09:33:00 +07:00
Tuan Dang
0ff8194cf8 Modify getWorkspaceLogs to accept sortBy query param 2023-01-03 09:19:07 +07:00
Tuan Dang
14286795e9 Merge branch 'activity-logs' of https://github.com/Infisical/infisical into activity-logs 2023-01-03 08:19:43 +07:00
Vladyslav Matsiiako
03b7d3a5ce Wired frontend for logs 2023-01-02 09:57:02 -08:00
Maidul Islam
a07d4e6dd1 update types name for secrets v2 api 2023-01-02 11:23:48 -05:00
Tuan Dang
72a9343a02 Fix merge conflicts 2023-01-02 22:51:25 +07:00
Tuan Dang
e99ee94a7b Modify service token format 2023-01-02 22:43:00 +07:00
Tuan Dang
4af839040e Patch actionNames on getWorkspacelogs 2023-01-02 15:43:21 +07:00
Tuan Dang
1c2a43ceea Clean unecessary imports 2023-01-02 15:24:28 +07:00
Tuan Dang
029443161f Modularize prepareDatabasse into initSecretVersioning 2023-01-02 14:52:08 +07:00
Tuan Dang
a8f0c391bc Finish v1 audit logs, secret versioning, version all unversioned secrets 2023-01-02 14:18:49 +07:00
Vladyslav Matsiiako
0167342722 Improved frontend for activity logs 2023-01-01 18:27:31 -08:00
Maidul Islam
ac4b67d98e delete, get and create via cli 2023-01-01 19:22:09 -05:00
Maidul Islam
f2bd4aec39 Show full validation error 2023-01-01 13:13:03 -05:00
Maidul Islam
776b4c2922 update types for request body in secrets v2 api 2023-01-01 11:18:00 -05:00
Maidul Islam
939e9ba075 rename secret route with workspace and environment hierarchy 2023-01-01 10:39:23 -05:00
Maidul Islam
f015e6be6e Add batch delete api and batch create api 2023-01-01 02:12:24 -05:00