From 87e248cc0c35d5c088caaf5383b674838c270d6f Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Wed, 4 Dec 2024 22:43:08 +0900 Subject: [PATCH] fix default value for *_credentials_secure_logging in README (#992) * fix default value *_credentials_secure_logging in README * manual revert controller_configuration_credentials_enforce_defaults default value * fix default value controller_configuration_credentials_secure_logging in README --------- Co-authored-by: David Danielsson --- roles/controller_credentials/README.md | 2 +- roles/eda_credentials/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/controller_credentials/README.md b/roles/controller_credentials/README.md index c46ba4d18..466a8338a 100644 --- a/roles/controller_credentials/README.md +++ b/roles/controller_credentials/README.md @@ -50,7 +50,7 @@ controller_configuration_credentials_secure_logging defaults to the value of aap |Variable Name|Default Value|Required|Description| |:---:|:---:|:---:|:---:| -|`controller_configuration_credentials_secure_logging`|`false`|no|Whether or not to include the sensitive Credential role tasks in the log. Set this value to `true` if you will be providing your sensitive values from elsewhere.| +|`controller_configuration_credentials_secure_logging`|`true`|no|Whether or not to include the sensitive Credential role tasks in the log. Set this value to `true` if you will be providing your sensitive values from elsewhere.| |`aap_configuration_secure_logging`|`false`|no|This variable enables secure logging as well, but is shared across multiple roles, see above.| ### Asynchronous Retry Variables diff --git a/roles/eda_credentials/README.md b/roles/eda_credentials/README.md index ecec4f2a1..c8a458fe7 100644 --- a/roles/eda_credentials/README.md +++ b/roles/eda_credentials/README.md @@ -26,7 +26,7 @@ eda_configuration_credentials_secure_logging defaults to the value of aap_config |Variable Name|Default Value|Required|Description| |:---:|:---:|:---:|:---:| -|`eda_configuration_credentials_secure_logging`|`false`|no|Whether or not to include the sensitive Registry role tasks in the log. Set this value to `true` if you will be providing your sensitive values from elsewhere.| +|`eda_configuration_credentials_secure_logging`|`true`|no|Whether or not to include the sensitive Registry role tasks in the log. Set this value to `true` if you will be providing your sensitive values from elsewhere.| |`aap_configuration_secure_logging`|`false`|no|Whether or not to include the sensitive Registry role tasks in the log. Set this value to `true` if you will be providing your sensitive values from elsewhere.| ### Asynchronous Retry Variables