Skip to content

Commit 87e248c

Browse files
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 <[email protected]>
1 parent 4327a16 commit 87e248c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/controller_credentials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ controller_configuration_credentials_secure_logging defaults to the value of aap
5050

5151
|Variable Name|Default Value|Required|Description|
5252
|:---:|:---:|:---:|:---:|
53-
|`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.|
53+
|`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.|
5454
|`aap_configuration_secure_logging`|`false`|no|This variable enables secure logging as well, but is shared across multiple roles, see above.|
5555

5656
### Asynchronous Retry Variables

roles/eda_credentials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ eda_configuration_credentials_secure_logging defaults to the value of aap_config
2626

2727
|Variable Name|Default Value|Required|Description|
2828
|:---:|:---:|:---:|:---:|
29-
|`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.|
29+
|`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.|
3030
|`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.|
3131

3232
### Asynchronous Retry Variables

0 commit comments

Comments
 (0)