Replies: 1 comment
-
Hey @LinTechSo, Sorry, the docs are a little unclear here. The reference documentation lives in the global options. I believe your configuration is structured correct, though you're not inserting the secret value anywhere ('SECRET[<backend_name>.<secret_key>]'). Additionally the command is expected to accept a specific JSON payload to run, as well as returning a specific JSON payload as well - which The command will receive on STDIN: {"version": "1.0", "secrets": ["secret1", "secret2"]} and expect to return over STDOUT: {
"secret1": {"value": "secret_value", "error": null},
"secret2": {"value": null, "error": "could not fetch the secret"}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
i want to load secret from external vault .
i read about
secret
in following link : examplebut i don't understand too much about it.
is it correct that we use this feature like the below configuration in main yaml file?
i would appreciate if anyone help me figure this out.
is there any example or quick start doc?
Beta Was this translation helpful? Give feedback.
All reactions