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

Support for XRAY webhooks #7

Closed
chb0github opened this issue Nov 10, 2021 · 1 comment · Fixed by #139
Closed

Support for XRAY webhooks #7

chb0github opened this issue Nov 10, 2021 · 1 comment · Fixed by #139
Assignees
Labels
enhancement New feature or request

Comments

@chb0github
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Not related to a problem. However, the ability to create webhooks in xray is important for other integrations

Describe the solution you'd like

resource "xray_webhook" "myotherservice" {
   url = "http://thing.com/hook"
   auth { // xor on these 3 methods
    bearer { // optional
       token = "marked as sensitive"
    }
    basic {
      username = "optional"
      password = "sensitive"
    }
    header {
     FooHeader = "sensitive"
     }
   }
   headers {
    MyHeader = "value"
   }
}

Additional context
There is no current "legit" api for this, so the UI endpoint will need to be used. Please talk to @alexhung or Karol where to find an example integration

@alexhung alexhung added the enhancement New feature or request label Jan 4, 2022
@danielmkn danielmkn added the on hold Not decided whether we're doing it or not label Mar 28, 2022
@danielmkn
Copy link
Collaborator

We've decided not to use private APIs in the TF providers. The internal ticket to add public API was submitted to the Xray team.

@danielmkn danielmkn added the no API support Xray doesn't have API to support this feature label Mar 31, 2022
@alexhung alexhung removed the no API support Xray doesn't have API to support this feature label Sep 6, 2023
@alexhung alexhung removed the on hold Not decided whether we're doing it or not label Sep 13, 2023
alexhung added a commit that referenced this issue Sep 25, 2023
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 a pull request may close this issue.

3 participants