-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix default value for *_credentials_secure_logging in README #992
Conversation
@@ -38,7 +38,7 @@ Enabling this will enforce configurtion without specifying every option in the c | |||
|
|||
|Variable Name|Default Value|Required|Description| | |||
|:---:|:---:|:---:|:---:| | |||
|`controller_configuration_credentials_enforce_defaults`|`false`|no|Whether or not to enforce default option values on only the applications role| | |||
|`controller_configuration_credentials_enforce_defaults`|`true`|no|Whether or not to enforce default option values on only the applications role| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you meant, controller_configuration_credentials_secure_logging not controller_configuration_credentials_enforce_defaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@djdanielsson Thank you for review. I fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for merging! |
What does this PR do?
fix default value for
*_credentials_secure_logging
in README.How should this be tested?
N/A (Document only)
Is there a relevant Issue open for this?
resolves #990
Other Relevant info, PRs, etc
N/A (Document only)