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

webhook: Basic TLS Configuration, Custom Headers #269

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oxzi
Copy link
Member

@oxzi oxzi commented Aug 1, 2024

This change allows some basic TLS related configuration changes:

  • Fixed Certificate Common Name
  • Custom CA
  • Insecure Mode w/o any verification

The last setting brought me to an unexpected boolean representation in the JSON configuration, requiring a custom boolean type. It was added to pkg/plugin and its documentation.

In addition, support for arbitrary HTTP request headers was added. This allows custom headers, even carrying values based on the NotificationRequest.

Additionally, an unique User-Agent was assigned.

Closes #256.

2024-08-01-162917_864x527_scrot

This change allows some basic TLS related configuration changes:
- Fixed Certificate Common Name
- Custom CA
- Insecure Mode w/o any verification

The last setting brought me to an unexpected boolean representation in
the JSON configuration, requiring a custom boolean type. It was added to
pkg/plugin and its documentation.

In addition, support for arbitrary HTTP request headers was added. This
allows custom headers, even carrying values based on the
NotificationRequest.

Additionally, an unique User-Agent was assigned.

Closes #256.
@oxzi oxzi added bug Something isn't working enhancement New feature or request labels Aug 1, 2024
@oxzi oxzi requested a review from julianbrost August 1, 2024 14:28
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed CLA is signed by all contributors of a PR enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom TLS options for Webhook Channel
1 participant