Skip to content

Commit 6f864db

Browse files
authored
2.5 AAP-38758 Removed the unsupported Mutual TLS entry (ansible#2819) (ansible#2826)
* AAP-38758 Removed the unsupported Mutual TLS entry from the event stream types table * AAP-38758 Updated the number of event stream types to 6 since mTLS is hidden/removed * AAP-38758 Updated the number of event stream types to 6 since mTLS is hidden/removed
1 parent 859cf85 commit 6f864db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

downstream/modules/eda/con-event-streams.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[role="_abstract"]
77
Event streams can send events from remote systems to {EDAcontroller}. In a typical set-up, a server sends data to an event stream over the internet to an {EDAName} event stream receiver. When the data comes over the internet, the request must be authenticated. Depending on the webhook vendor or remote system, the authentication method could differ.
88

9-
{EDAcontroller} supports 7 different event stream types.
9+
{EDAcontroller} supports six different event stream types.
1010

1111
.Event Stream Types
1212
[cols="a,a,a"]
@@ -25,11 +25,11 @@ h| OAuth2 with JWT | Uses M2M mode with a grant type called *client credentials*
2525

2626
h| ECDSA | Elliptic Curve Digital Signature Algorithm | SendGrid, Twilio
2727

28-
h| Mutual TLS | Needs the vendor's CA certificate to be present in our servers at startup. This supports non-repudiation.
29-
| PagerDuty
28+
//[Jameria] Not currently supported; will leave commented out for now in the event that it is supported in the near future. h| Mutual TLS | Needs the vendor's CA certificate to be present in our servers at startup. This supports non-repudiation.
29+
// | PagerDuty
3030
|===
3131

32-
{EDAcontroller} also supports 4 other specialized event streams that are based on the 7 basic event stream types:
32+
{EDAcontroller} also supports four other specialized event streams that are based on the six basic event stream types:
3333

3434
* GitLab Event Stream
3535
* GitHub Event Stream

0 commit comments

Comments
 (0)