From dcddb300fe591e2487f08615e2963cad5987ec85 Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Tue, 22 Jul 2025 22:43:14 +0200 Subject: [PATCH] Update porter.yaml to modify parameters and outputs for sensitive data handling - Changed the output name from 'name' to 'admin-password' - Updated the path for the password parameter and output - Marked the password output as sensitive Signed-off-by: Kim Christensen --- sensitive-data/porter.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sensitive-data/porter.yaml b/sensitive-data/porter.yaml index 9b5caa6..17ceb80 100644 --- a/sensitive-data/porter.yaml +++ b/sensitive-data/porter.yaml @@ -8,16 +8,17 @@ parameters: - name: name type: string default: example-bundle - path: /cnab/app/foo/name.txt - source: - output: name - name: password type: string + path: /cnab/app/foo/password.txt + source: + output: admin-password sensitive: true outputs: - - name: name - path: /cnab/app/foo/name.txt + - name: admin-password + type: string + path: /cnab/app/foo/password.txt sensitive: true mixins: