redhat-cop / infra.aap_configuration

A collection of roles to manage Ansible Automation Platform 2.5+ with code
https://galaxy.ansible.com/infra/aap_configuration
GNU General Public License v3.0
277 stars 142 forks source link

Creating Event Stream with a specific type #979

Open ecchong opened 1 week ago

ecchong commented 1 week ago

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

djdanielsson commented 1 week ago

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

ecchong commented 1 week ago

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