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

Use correct variable for insecure tls connection #315

Merged

Conversation

Donien
Copy link
Collaborator

@Donien Donien commented Jul 31, 2024

The value of icingadb_database_tls_insecure is meant to be used in the IcingaDB config template if the variable is defined. Prior to this change the condition checked against icingadb_database_tls_insecure while the used value was icingadb_database_insecure.

Both cases now refer to icingadb_database_tls_insecure.

Fixes #302

The value of `icingadb_database_tls_insecure` is meant to be used in the
IcingaDB config template if the variable is defined.
Prior to this change the condition checked against
`icingadb_database_tls_insecure` while the used value was `icingadb_database_insecure`.

Both cases now refer to `icingadb_database_tls_insecure`.

Fixes #302
@cla-bot cla-bot bot added the cla/signed label Jul 31, 2024
@Donien Donien merged commit a1ef79b into main Jul 31, 2024
6 checks passed
@Donien Donien deleted the fix/302-icingadb-database-tls-insecure-variable-mismatch branch July 31, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IcingaDB Redis - 'icingadb_database_tls_insecure' VS. 'icingadb_database_insecure' mismatch
1 participant