From 35ad817ecb38a635d78f596bd37e346bd4319a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 19 Jun 2023 21:32:14 +0200 Subject: Further concourse work. --- data/common.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/common.yaml (limited to 'data') diff --git a/data/common.yaml b/data/common.yaml new file mode 100644 index 0000000..6c5bc6f --- /dev/null +++ b/data/common.yaml @@ -0,0 +1,10 @@ +# lookup_options is a special key, which change how other keys behave. +lookup_options: + # This forces the data to be converted from String to + # Sensitive[String], which hides it from our reports. + profiles::concourse_complete::session_signing_key: + convert_to: Sensitive + profiles::concourse_complete::tsa_public_key: + convert_to: Sensitive + profiles::concourse_complete::tsa_private_key: + convert_to: Sensitive -- cgit v1.2.3