Skip to content

Commit

Permalink
fix default value for *_credentials_secure_logging in README (#992)
Browse files Browse the repository at this point in the history
* 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 <djdanielsson@users.noreply.github.com>
  • Loading branch information
akira6592 and djdanielsson authored Dec 4, 2024
1 parent 4327a16 commit 87e248c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/controller_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/eda_credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87e248c

Please sign in to comment.