Skip to content
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

Open
wants to merge 3 commits into
base: devel
Choose a base branch
from

Conversation

akira6592
Copy link
Contributor

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)

@akira6592 akira6592 requested a review from a team as a code owner December 3, 2024 11:37
@@ -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|
Copy link
Collaborator

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

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No consistency between README.md and defaults/main.yml in controller_credentials role
2 participants