engine.#ReadFile

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-12-13 17:48:32 +01:00
parent b25984dad9
commit dd2fef8a2d
7 changed files with 96 additions and 0 deletions

View File

@@ -66,6 +66,16 @@ _No input._
_No output._
## engine.#ReadFile
### engine.#ReadFile Inputs
_No input._
### engine.#ReadFile Outputs
_No output._
## engine.#Secret
A reference to an external secret, for example: - A password - A SSH private key - An API token Secrets are never merged in the Cue tree. They can only be used by a special filesystem mount designed to minimize leak risk.