summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-19 21:32:14 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-19 21:36:32 +0200
commit35ad817ecb38a635d78f596bd37e346bd4319a04 (patch)
treea6afa2f995832b5bc5676be041de5d48613be3f5 /data
parentMove eyaml configuration to own class. (diff)
downloadprofiles-35ad817ecb38a635d78f596bd37e346bd4319a04.tar.gz
profiles-35ad817ecb38a635d78f596bd37e346bd4319a04.tar.xz
Further concourse work.
Diffstat (limited to 'data')
-rw-r--r--data/common.yaml10
1 files changed, 10 insertions, 0 deletions
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