You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 methodsbearer { // optionaltoken="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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: