controller_configuration
controller_configuration copied to clipboard
Creating Event Stream with a specific type
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
there is nothing we can do about this, if the module doesn't support it.
let me open an issue with ansible.eda collection. https://github.com/ansible/event-driven-ansible/issues/358