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

ssl_min/max_ver, pre_start_script, config_mode raw_blocks_only, raw_blocks without names #655

Closed
wants to merge 6 commits into from

Conversation

kinjelom
Copy link
Contributor

  1. ssl_min_ver and ssl_max_ver: These settings enforce minimum and maximum SSL versions for connections. If this option is set, the disable_tls_* options will be ignored.

  2. pre_start_script: A script appended to the pre-start script of HAProxy job. This script allows the job to prepare the machine before starting HAProxy, for example, by setting the MTU to a custom value.

  3. config_mode: This includes two modes:

    • 'auto': default, utilizes raw_config if defined; otherwise, it uses traditional configuration mixed with raw_blocks.
    • 'raw_blocks_only': uses only raw_blocks, ignoring other configurations.
  4. support for raw_blocks with or without names, this is more readable for blocks global and defaults, especially when applying the setting config_mode=raw_blocks_only.

@kinjelom kinjelom requested review from CFN-CI and a team as code owners April 26, 2024 19:01
@kinjelom kinjelom mentioned this pull request Apr 26, 2024
@kinjelom
Copy link
Contributor Author

I'll clean up my repo and do it again

@kinjelom kinjelom closed this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant