Maidul Islam
84cc7bcd6c
add docs + fix nit
2025-03-11 19:01:47 -04:00
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
Maidul Islam
3986df8e8a
Merge pull request #3214 from akhilmhdh/fix/gateway-cert-error
...
feat: changed to permission check
2025-03-10 14:59:16 -04:00
=
29e39b558b
feat: changed to permission check
2025-03-10 23:59:17 +05:30
Maidul Islam
3b95c5d859
Merge pull request #3211 from Infisical/add-systemmd-service
...
add system md service for gateway
2025-03-10 14:07:18 -04:00
=
0057404562
feat: removed ca pool from dialing
2025-03-10 22:22:58 +05:30
=
004a8b71a2
feat: refactored the systemd service to seperate package file
2025-03-10 16:03:51 +05:30
Maidul Islam
2bd681d58f
add system md service for gateway
2025-03-09 16:07:33 -04:00
=
df9e7bf6ee
feat: renamed timeout
2025-03-09 22:06:27 +05:30
=
04479bb70a
fix: removed cert read to load
2025-03-09 21:37:28 +05:30
=
cdc90411e5
feat: updated gateway to use dtls
2025-03-09 21:15:10 +05:30
Maidul Islam
fc4e3f1f72
update relay health check
2025-03-05 23:50:11 -05:00
Maidul Islam
7bc5aad8ec
fix infinite loop
2025-03-05 22:14:09 -05:00
Maidul Islam
a16dc3aef6
add windows stub to fix build issue
2025-03-05 18:29:29 -05:00
=
a8398a7009
feat: added ca to cli
2025-03-05 20:00:45 +05:30
Maidul Islam
08f23e2d3c
remove background context
2025-03-05 08:24:56 -05:00
=
76427f43f7
feat: fixed cli issues in gateway
2025-03-05 16:16:07 +05:30
Maidul Islam
3badcea95b
added permission refresh and main context
2025-03-05 01:07:36 -05:00
Maidul Islam
1a4c0fe8d9
make heartbeat method simple + fix import
2025-03-04 23:21:26 -05:00
=
7b5926d865
feat: quick fix for quic
2025-03-05 02:14:00 +05:30
=
016cb4a7ba
feat: completed gateway in quic mode
2025-03-04 23:55:40 +05:30
=
9bfc2a5dd2
feat: updated gateway to quic
2025-03-04 23:55:40 +05:30
=
3e7110f334
feat: removed pool config from knex and better closing in cli
2025-02-27 01:32:03 +05:30
=
d84bac5fba
feat: changes based on reviews
2025-02-26 20:45:40 +05:30
=
44f74e4d12
feat: small change
2025-02-26 20:45:40 +05:30
=
11f2719842
feat: updated
2025-02-26 20:45:39 +05:30
=
9b44972e77
feat: added better message on heartbeat
2025-02-26 20:45:38 +05:30
=
f7406ea8f8
feat: review feedback, and more changes in cli
2025-02-26 20:45:37 +05:30
=
78718cd299
feat: completed cli for gateway
2025-02-26 20:45:37 +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
=
8759944077
feat: resolved list secret plain to have key as well
2025-01-30 00:31:47 +05:30
=
a35d1aa72b
feat: removed root flag and added description for domain
2025-01-22 12:18:58 +05:30
=
d627ecf05d
feat: added region flag for eu in cli
2025-01-18 17:05:29 +05:30
Sheen Capadngan
02dc23425c
fix: address infinite hang when infisical run watch fails
2025-01-10 02:29:39 +08:00
Tuan Dang
f5a0641671
Add requirement for ssh issue credentials command to include either outFilePath or addToAgent flag
2024-12-19 11:55:44 -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
b4b417658f
Update ssh cli api error messages
2024-12-18 09:22:06 -08:00
Tuan Dang
31a21a432d
Update isValidKeyAlgorithm impl
2024-12-17 20:40:03 -08:00
Tuan Dang
765280eef6
Update ssh cli issue/sign according to review
2024-12-17 13:12:47 -08:00
Tuan Dang
be36827392
Finish ssh cli sign/issue commands
2024-12-16 17:42:11 -08:00
Tuan Dang
097512c691
Begin adding ssh commands to cli
2024-12-15 17:30:57 -08:00
=
1dceedcdb4
fix: dynamic secret broken due to merge of another issue
2024-11-29 21:27:11 +05:30
Akhil Mohan
84ff71fef2
Merge pull request #2740 from akhilmhdh/feat/dynamic-secret-cli
...
Dynamic secret commands in CLI
2024-11-27 14:07:40 +05:30
=
3d6ea3251e
feat: renamed dynamic_secrets to match with the command
2024-11-25 23:36:32 +05:30
=
be39e63832
feat: updated pr based on review
2024-11-25 20:28:43 +05:30
Daniel Hougaard
7f70f96936
fix: allow preset domains for infisical login
2024-11-20 01:06:18 +04:00
Sheen
ba89491d4c
Merge pull request #2731 from Infisical/feat/totp-authenticator
...
feat: TOTP authenticator
2024-11-16 11:58:39 +08:00