From 63c2f71604c485d20b6b46392fbcc5dfac8c7210 Mon Sep 17 00:00:00 2001 From: Ryan Emerson Date: Wed, 17 Dec 2025 17:20:07 +0000 Subject: [PATCH] [#2405] Make the Credential store documentation include a working example --- .../topics/proc_securing_custom_configuration.adoc | 2 +- .../topics/xml/alias_credentials_config.xml | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/documentation/asciidoc/topics/proc_securing_custom_configuration.adoc b/documentation/asciidoc/topics/proc_securing_custom_configuration.adoc index d615d8b61..c820d91c4 100644 --- a/documentation/asciidoc/topics/proc_securing_custom_configuration.adoc +++ b/documentation/asciidoc/topics/proc_securing_custom_configuration.adoc @@ -35,7 +35,7 @@ include::yaml/credential_store.yaml[] . Apply the changes. . Open your {brandname} Server configuration for editing. -. Add a `credential-reference` to your configuration. +. Add a `credential-reference` to your configuration where required. .. Specify the `credentials` as the name of the `store`. .. Specify the `alias` attribute as one of the keys defined in your credential secret. + diff --git a/documentation/asciidoc/topics/xml/alias_credentials_config.xml b/documentation/asciidoc/topics/xml/alias_credentials_config.xml index b775c4ed4..2ae18f894 100644 --- a/documentation/asciidoc/topics/xml/alias_credentials_config.xml +++ b/documentation/asciidoc/topics/xml/alias_credentials_config.xml @@ -1,4 +1,9 @@ - - - - + + + + + + + \ No newline at end of file