Closed Alex-Izquierdo closed 1 week ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
There is an error in eda-server when running the periodic task to sync shared resources:
That is solved by @AlanCoding through https://github.com/ansible/eda-server/pull/1059 Here I just handle the error for the absence of the mandatory param in
get_resource_server_client
. According to the code, this param can not be empty. I wonder if this eventuality should be handled in the constructor: https://github.com/Alex-Izquierdo/django-ansible-base/blob/b7e9271ef7952dddff32d37927a3fa1060515bc6/ansible_base/resource_registry/rest_client.py#L66-L67Jira: https://issues.redhat.com/browse/AAP-31736