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

feat(webhook): support for custom headers #83

Merged
merged 1 commit into from
Jun 4, 2022

Conversation

JosephKav
Copy link
Collaborator

In adnanh/webhook:

- id: something
  execute-command: SOMETHING.SH
  pass-arguments-to-command:
  - source: header
    name: CUSTOM_HEADER_NAME

in Argus config.yml:

    webhook:
      some_name:
        custom_headers:
          CUSTOM_HEADER_NAME: hello123

would execute ["SOMETHING.SH" "hello123"]

@JosephKav JosephKav added the enhancement New feature or request label Jun 4, 2022
@JosephKav JosephKav linked an issue Jun 4, 2022 that may be closed by this pull request
@JosephKav JosephKav merged commit 4cc0a14 into master Jun 4, 2022
@JosephKav JosephKav deleted the 61-feat-support-for-local-webhooks branch June 4, 2022 21:17
JosephKav added a commit to release-argus/Website that referenced this pull request Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support for local webhooks
1 participant