From 755188e9a93a3a6389005aa92893643f276effb3 Mon Sep 17 00:00:00 2001 From: Scott Lemme <68233981+slemme1@users.noreply.github.com> Date: Wed, 28 Jul 2021 00:06:41 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e2fb84b..3d440e1 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,13 @@ with: secret/data/ci/aws accessKey | AWS_ACCESS_KEY_ID ; secret/data/ci/aws secretKey | AWS_SECRET_ACCESS_KEY ``` +You can specify a wildcard * for the key name to get all keys in the path. If you provide an output name with the wildcard, the name will be prepended to the key name: + +```yaml +with: + secrets: | + secret/data/ci/aws * | MYAPP_ ; +``` ## Other Secret Engines