controller_configuration icon indicating copy to clipboard operation
controller_configuration copied to clipboard

Creating Event Stream with a specific type

Open ecchong opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. When creating Event Stream, there is no way to define type. It defaults to HMAC type. The ansible.eda.event_stream module does support event_stream_type but it is marked as will be ignored and removed in version 3.0.0

What is the proper way to define Event Stream type?

Describe the solution you'd like Should have a "event_stream_type" parameter

Describe alternatives you've considered Pickup event stream type based on the credential type it associate with

Additional context

ecchong avatar Nov 19 '24 18:11 ecchong

there is nothing we can do about this, if the module doesn't support it.

djdanielsson avatar Nov 19 '24 20:11 djdanielsson

let me open an issue with ansible.eda collection. https://github.com/ansible/event-driven-ansible/issues/358

ecchong avatar Nov 19 '24 21:11 ecchong