Daniel Hougaard
|
2675aa6969
|
Update agent.go
|
2024-06-16 07:45:47 +02:00 |
|
Daniel Hougaard
|
6bad13738f
|
Fix: Abstraction of getting env variable or file content
|
2024-06-16 07:39:57 +02:00 |
|
Daniel Hougaard
|
93638baba7
|
Update agent.go
|
2024-06-15 02:34:21 +02:00 |
|
Daniel Hougaard
|
68f5be2ff1
|
Fix: File-based credentials
|
2024-06-14 23:55:25 +02:00 |
|
Daniel Hougaard
|
9b2a2eda0c
|
Feat(agent): Multiple auth methods
|
2024-06-14 23:09:21 +02:00 |
|
Daniel Hougaard
|
35998e98cf
|
Update token.go
|
2024-06-14 07:20:49 +02:00 |
|
Daniel Hougaard
|
e19b67f9a2
|
Feat: Auth methods (draft 1)
|
2024-06-14 07:20:42 +02: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
|
df38e79590
|
fix: addressed type issue
|
2024-05-29 21:11:03 +08:00 |
|
Sheen Capadngan
|
7c6b6653f5
|
feat: removed the need to pass /api for cli domain
|
2024-05-29 13:51:20 +08:00 |
|
Sheen Capadngan
|
1a4f8b23ff
|
feat: added support for personal secrets creation via CLI
|
2024-05-28 21:13:59 +08: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
|
b94ffb8a82
|
Fix: UA Token being overwritten by INFISICAL_TOKEN env variable
|
2024-04-23 22:00:32 +02: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 |
|
Daniel Hougaard
|
973ed37018
|
Update export.go
|
2024-04-22 19:50:15 +02: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
|
2ed9aa888e
|
Fix: Secrets order
|
2024-04-22 15:18:30 +02:00 |
|
Daniel Hougaard
|
7a20251261
|
Fix: Returning keys in a reproducible manner
|
2024-04-22 15:10:55 +02:00 |
|
Maidul Islam
|
581ffc613c
|
add go lang add/minus functions and give better example
|
2024-04-18 15:45:20 -04:00 |
|
Daniel Hougaard
|
e453ddf937
|
Update secrets.go
|
2024-04-18 18:04:29 +02:00 |
|
Daniel Hougaard
|
943945f6d7
|
Feat: Make run testable
|
2024-04-18 15:01:28 +02:00 |
|
Daniel Hougaard
|
d31d98b5e0
|
Feat: CLI Integration tests
|
2024-04-18 14:58:59 +02:00 |
|
Akhil Mohan
|
2aea73861b
|
feat(cli): added template feature to cli export command
|
2024-04-18 13:09:09 +05:30 |
|
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
|
de92ba157a
|
Update run.go
|
2024-04-16 20:30:03 +02:00 |
|
Maidul Islam
|
18d7a14e3f
|
add silent flag
|
2024-04-16 13:21:05 -04: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 |
|
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
|
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 |
|
Daniel Hougaard
|
bf60489fde
|
Feat: Added UA support to export command
|
2024-04-05 15:20:03 -07:00 |
|
Daniel Hougaard
|
3793858f0a
|
Feat: Export support for Machine Identities
|
2024-04-05 15:18:09 -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
|
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 |
|
Daniel Hougaard
|
cdbb3b9c47
|
Update secrets.go
|
2024-04-03 10:36:25 -07:00 |
|