Maidul Islam
159c27ac67
Add proper support for systemd
...
There wasn't a great way to start the gateway with systemd so that it can run in the background and be managed by systemd. This pr addeds a install sub command that decouples install from running. The goal was so you can run something like this in your IaC:
```infisical gateway install --token=<> --domain=<> && systemctl start infisical-gateway```
2025-03-11 18:43:18 -04:00
=
cdc90411e5
feat: updated gateway to use dtls
2025-03-09 21:15:10 +05:30
Maidul Islam
7bc5aad8ec
fix infinite loop
2025-03-05 22:14:09 -05:00
Maidul Islam
da7746c639
use forked pion
2025-03-05 17:54:23 -05:00
=
9bfc2a5dd2
feat: updated gateway to quic
2025-03-04 23:55:40 +05:30
=
c6b3b24312
feat: gateway in cli first version\
2025-02-26 20:45:37 +05:30
Sheen Capadngan
d6c1b8e30c
misc: addressed comments
2025-02-20 01:46:50 +08:00
Sheen Capadngan
f0e6bcef9b
fix: addressed rabbit findings
2025-02-19 17:16:02 +08:00
Sheen Capadngan
92b3b9157a
feat: added kmip server to CLI
2025-02-18 20:59:14 +08:00
Tuan Dang
f97f98b2c3
Add ability to load retrieved ssh credentials into ssh agent with new addToAgent flag
2024-12-18 23:27:11 -08:00
Tuan Dang
ee4eb7f84b
Update Go SDK version dependency
2024-12-18 11:32:09 -08:00
Tuan Dang
765280eef6
Update ssh cli issue/sign according to review
2024-12-17 13:12:47 -08:00
Tuan Dang
097512c691
Begin adding ssh commands to cli
2024-12-15 17:30:57 -08:00
=
1ae6213387
feat: completed dynamic secret support in cli
2024-11-15 20:32:37 +05:30
Daniel Hougaard
301cd54dc3
chore: bumped go sdk version
2024-10-24 17:33:51 +04:00
Maidul Islam
585f0d9f1b
Revert "feat(cli): run watch mode"
2024-08-29 12:44:24 -04:00
Daniel Hougaard
2d780e0566
Feat: watch mode for run command
2024-08-28 05:22:27 +04:00
Daniel Hougaard
7eb5689b4c
Update go.mod
2024-07-22 13:42:24 +02:00
Maidul Islam
8b10cf863d
add verify jwt, update text phrasing and fix double render input field
2024-07-21 23:35:09 -04:00
=
f41272d4df
feat: added option for manually adding token in browser login failure
2024-07-21 19:24:54 +05:30
Sheen Capadngan
0b8427a004
Merge pull request #2112 from Infisical/feat/added-support-for-oidc-auth-in-cli
...
feat: added support for oidc auth in cli
2024-07-17 00:51:51 +08:00
Sheen Capadngan
c2ddb7e2fe
misc: updated go-sdk version
2024-07-15 12:26:31 +08:00
dependabot[bot]
093925ed0e
build(deps): bump github.com/rs/cors from 1.9.0 to 1.11.0 in /cli
...
Bumps [github.com/rs/cors](https://github.com/rs/cors ) from 1.9.0 to 1.11.0.
- [Commits](https://github.com/rs/cors/compare/v1.9.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/cors
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-12 13:20:45 +00:00
dependabot[bot]
4a401957c7
build(deps): bump github.com/dvsekhvalnov/jose2go in /cli
...
Bumps [github.com/dvsekhvalnov/jose2go](https://github.com/dvsekhvalnov/jose2go ) from 1.5.0 to 1.6.0.
- [Commits](https://github.com/dvsekhvalnov/jose2go/compare/v1.5...v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/dvsekhvalnov/jose2go
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-12 09:11:42 +00:00
Daniel Hougaard
33aa9ea1a7
Install Go SDK & go mod tidy
2024-06-14 07:19:51 +02:00
Sheen Capadngan
a5ca96f2df
test: restructed setup and added scripting for infisical init
2024-05-01 21:39:20 +08:00
Sheen Capadngan
85f024c814
test: added scripting for user login
2024-05-01 01:45:24 +08:00
Daniel Hougaard
ae63898d5e
Install cupaloy
2024-04-22 15:02:51 +02:00
Maidul Islam
6ea9fc7134
update resty
2023-12-08 15:49:48 -05:00
Maidul Islam
e11abb619a
use v1.0.2 of internal keyring in cli
2023-09-25 15:10:59 -07:00
Maidul Islam
e81ea314e1
update go minor version
2023-09-22 13:26:32 -07:00
Maidul Islam
ddc7be18eb
link to forked keyring and bring back vault command
2023-08-17 15:07:12 -04:00
Maidul Islam
bd80c2ccc3
swap out keyring package
2023-08-02 10:11:23 -04:00
Maidul Islam
7accaeffcf
Revert "keyring swap, better error messages/warnings, delay upgrade notif"
...
This reverts commit 7f69a3b23f .
2023-08-01 22:55:19 -04:00
Maidul Islam
7f69a3b23f
keyring swap, better error messages/warnings, delay upgrade notif
2023-08-01 21:12:13 -04:00
quinton11
dd0fdea19f
fix: included mfa login flow
2023-06-16 12:58:00 +00:00
quinton11
9e9129dd02
feat: cli login via browser
2023-06-14 19:12:56 +00:00
Maidul Islam
e4953398df
add telemetry to cli
2023-05-19 00:16:26 -04:00
Maidul Islam
b3e68cf3fb
add gitleak to cli
2023-05-15 19:31:36 -04:00
jon4hz
c900022697
feat: truncate secret value if terminal is too small
2023-03-10 21:19:56 +01:00
Maidul Islam
c1a4ca6203
Dependabot alerts #19
2023-02-26 21:43:01 -05:00
Maidul Islam
21c2fd8542
address Dependabot alerts #17
2023-02-26 21:40:55 -05:00
Maidul Islam
b27bc8fc1b
address dependabot alerts #18
2023-02-26 21:38:44 -05:00
Maidul Islam
f2d7401d1d
Add support for version 2 auth
2023-02-16 15:47:59 -08:00
Maidul Islam
68b99b9f00
central logging and 2v service token
2023-01-05 16:58:10 -05:00
Vladyslav Matsiiako
618dc10e45
Added .NET to available frameworks
2022-12-31 01:11:13 -05:00
jon4hz
9ef6f9e554
ci: add autocompletion and manpage
2022-12-27 01:35:03 +01:00
Maidul Islam
f22d4277dc
add support for multiple keyring
2022-12-24 19:11:29 -05:00
Maidul Islam
e66c30b855
update go dependencies
2022-11-19 10:09:27 -05:00
Maidul Islam
bea0ff6e05
Add frontend, backend and CLI
2022-11-17 17:54:35 -05:00