ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
64 stars 41 forks source link

feat: add validation on credentials to make sure their types are valid during creating/updating of activations, projects or decision_environments #882

Closed hsong-rh closed 4 months ago

hsong-rh commented 4 months ago

https://issues.redhat.com/browse/AAP-23583

hsong-rh commented 4 months ago

@Dostonbek1 Will your pr https://github.com/ansible/eda-server/pull/879 fix these CI errors? They were because incorrect credentials were randomly chosen.

Dostonbek1 commented 4 months ago

@Dostonbek1 Will your pr #879 fix these CI errors? They were because incorrect credentials were randomly chosen.

Yes, they should as long as the fixtures for these objects are correctly set up and have the right credentials assigned because my changes depend on existing fixtures to generate post data for all the objects in RBAC.