volodymyrZotov
e3b137e007
added macos test case
2022-08-19 14:02:58 +03:00
volodymyrZotov
30def81a24
added macos installer reference
2022-08-19 14:01:55 +03:00
volodymyrZotov
ed1f9a48af
use op cli to fetch secrets for connect
2022-08-19 14:00:33 +03:00
volodymyrZotov
b1b82d7384
updated gitignore
2022-08-19 11:48:08 +03:00
volodymyrZotov
a37c95c8d0
Merge branch 'feature/add-cli' of github.com:1Password/load-secrets-action into feature/add-cli
2022-08-17 18:07:40 +03:00
volodymyrZotov
aaee1916c6
updated README
2022-08-17 18:07:07 +03:00
Eddy Filip
c53c263a7e
Add service account token in env
...
It was accidentally removed
2022-08-16 14:05:33 +01:00
Eddy Filip
7d858c7ad5
Make dedicated tests for secret references with IDs
...
The item and vault IDs are changed as well.
2022-08-16 13:38:07 +01:00
volodymyrZotov
ce8b31d0b9
added more secrets to test
2022-08-15 18:21:18 +03:00
volodymyrZotov
2ac8886444
fixed multiline secret ref
2022-08-15 18:18:33 +03:00
volodymyrZotov
641b0d93ec
use ids for multiline secret
2022-08-15 18:14:55 +03:00
volodymyrZotov
c27a045581
use references that has ids instead of names
2022-08-15 17:22:28 +03:00
volodymyrZotov
953b51736f
extract op to proper path
2022-08-15 17:20:19 +03:00
volodymyrZotov
2f338e16af
use node16
2022-08-15 14:33:11 +03:00
volodymyrZotov
e9bd76c87a
removed test-connect-export case
2022-08-15 14:33:00 +03:00
volodymyrZotov
d5280efa32
updated README.md
2022-08-15 14:17:50 +03:00
volodymyrZotov
8d99fc2a1e
properly unpack tar.gz
2022-08-15 14:17:44 +03:00
volodymyrZotov
5c5bbcbaf0
prevent command injection vulnerability
2022-08-15 13:32:42 +03:00
volodymyrZotov
e1b37a5b1e
updated README and configuration.yml
2022-08-11 18:58:35 +03:00
volodymyrZotov
2a214a29d3
unset IFS at the end of the flow
2022-08-11 18:38:45 +03:00
volodymyrZotov
2a4f64c09d
Merge branch 'feature/add-cli' of github.com:1Password/load-secrets-action into feature/add-cli
2022-08-11 18:35:38 +03:00
volodymyrZotov
df0b228eb9
removed logs to console
2022-08-11 18:33:04 +03:00
volodymyrZotov
8052f86fc6
added additional test cases
2022-08-11 18:32:47 +03:00
volodymyrZotov
34bed60a89
use op read to retrive item values
2022-08-11 18:08:26 +03:00
volodymyrZotov
ada03a0325
use cli to retrieve secrets if signed in via connect
2022-08-11 16:39:39 +03:00
volodymyrZotov
c7774c7068
updated darwin link
2022-08-10 17:02:15 +03:00
volodymyrZotov
1263fc888c
updated darwin op archive link
2022-08-10 16:57:06 +03:00
volodymyrZotov
858b6a838e
added env variables to test secret section
2022-08-10 12:59:29 +03:00
volodymyrZotov
b38b493d73
rename tests
2022-08-10 11:45:24 +03:00
volodymyrZotov
bb28cdf0c6
added test case for load secrets via op cli
2022-08-10 11:44:12 +03:00
volodymyrZotov
302881bfef
use correct op cli version fo linux
2022-08-10 11:42:31 +03:00
volodymyrZotov
9fdfd04a6f
revert back test change
2022-08-10 10:34:38 +03:00
volodymyrZotov
b38d01591f
test should fail cause not existing field provided
2022-08-10 10:33:04 +03:00
volodymyrZotov
d78889ad20
updated test.yml
2022-08-10 10:26:19 +03:00
volodymyrZotov
6c02b8909f
updated configure script
2022-08-10 10:23:14 +03:00
volodymyrZotov
cb24269fc9
Merge branch 'main' into feature/add-cli
...
# Conflicts:
# action.yml
2022-08-09 16:57:20 +03:00
volodymyrZotov
300c776a97
revert logic to fetch items using connect
2022-08-09 12:06:45 +03:00
volodymyrZotov
2faffa0507
split logic for connect and service_account flows
2022-08-09 11:21:49 +03:00
Eduard Filip
d50df7cd6d
Merge pull request #11 from 1Password/eddy/fix-injection
...
Run acceptance tests / test (push) Has been cancelled
Improve the way input is processed to avoid command injection
v1.0.2
2022-05-18 17:42:36 +02:00
Eddy Filip
a5debe1b2e
Improve the way input is processed to avoid command injection
2022-05-18 12:47:49 +03:00
Eddy Filip
da5dd0865d
Add newline to trigger pipeline
2021-10-05 16:34:31 +02:00
Eddy Filip
4af3346b6a
Update README with new functionality
...
Give examples for both ways of loading secrets. Update masking. Add security and help sections.
2021-09-06 12:39:46 +03:00
Eduard Filip
fae9e58c4f
Merge pull request #7 from 1Password/feature/output-secrets
...
Enable using loaded secrets from step's output
2021-09-02 10:45:20 +02:00
Eddy Filip
000522e32f
Adjust package dependencies and add newlines
2021-09-01 20:09:34 +02:00
Eddy Filip
4baca64066
Enable using loaded secrets from step's output
2021-09-01 18:23:35 +02:00
Eddy Filip
ac12d2e3c4
Switch to node action
...
This is done to be able to pass loaded secrets as output. This is not available with a composite action, unless we hard-code the action's outputs, which is not a desired outcome.
2021-09-01 18:20:57 +02:00
Eddy Filip
e8da10d005
Use op cli alpha v2
2021-09-01 16:20:47 +02:00
Eddy Filip
5add51bcb8
Change to new command signature
...
The command is changed from `op list envars` to `op env ls`
2021-08-16 17:17:20 +02:00
Eddy Filip
08df44393f
Remove surrounding $()
2021-08-03 19:24:26 +02:00
Eddy Filip
478705935c
Fix lint
2021-08-03 19:17:32 +02:00