From 85a95f65a13c7b43b127031a1ea43da5d76fb880 Mon Sep 17 00:00:00 2001 From: AmbrishRamachandiran Date: Mon, 6 Jan 2025 11:09:22 +0530 Subject: [PATCH] Updated docs of writing-conf Signed-off-by: AmbrishRamachandiran --- docs/conf/writing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf/writing.md b/docs/conf/writing.md index 6e827c075e..85a719e1d0 100644 --- a/docs/conf/writing.md +++ b/docs/conf/writing.md @@ -239,4 +239,7 @@ privateKey: | -----END RSA PRIVATE KEY----- ``` -**Warning: Sensitive information, such as private keys, should not be hard coded**. We recommend that this entire file should be a secret and stored as such in a secure storage solution like Vault, to ensure they are neither exposed nor misused. This example key part only shows the format on how to use the yaml | syntax to make sure that the key is valid. +> [!WARNING] +> Sensitive information, such as private keys, should not be hard coded. + +We recommend that this entire file should be a secret and stored as such in a secure storage solution like Vault, to ensure they are neither exposed nor misused. This example key part only shows the format on how to use the yaml | syntax to make sure that the key is valid.