CiscoDevNet / ansible-aci

Cisco ACI Ansible Collection
https://galaxy.ansible.com/cisco/aci
GNU General Public License v3.0
143 stars 97 forks source link

Snapshot Ansible Module for ACI Collection 2.3 and newer gets "bad signature" error with cert based authenication #427

Closed metalhead4711 closed 1 year ago

metalhead4711 commented 1 year ago

Community Note

Description

Affected Module Name(s):

Collection versions

Output/ Error message

*<!--- TASK [aci_snapshot : Create a Snapshot] **** fatal: [localhost]: FAILED! => {"changed": true, "error": {"code": "403", "text": "bad signature"}, "job_details": {"attributes": {"childAction": "", "dn": "uni/backupst/jobs-[uni/fabric/configexp-config_backup]", "lastJobName": "2023-04-28T07-26-37", "lcOwn": "local", "modTs": "2023-04-28T07:26:37.714+00:00", "monPolDn": "", "name": "config_backup", "nameAlias": "", "pDn": "uni/fabric/configexp-config_backup", "status": ""}}, "msg": "APIC Error 403: bad signature"}

---> *

Expected Behavior

Actual Behavior

Playbook tasks to Reproduce

*

Important Factoids

References

shrsr commented 1 year ago

@metalhead4711 I was able to reproduce the issue on versions: 2.4.0 and greater but not on 2.3.0 Can you please confirm that you're indeed facing this issue on v2.3.0?

shrsr commented 1 year ago

@metalhead4711 Can you please confirm that you're indeed facing this issue on v2.3.0?

metalhead4711 commented 1 year ago

Hi, haven't seen the notification last week.

You are right, 2.3 works. It is not working beginning with version 2.4. Sorry for that.

shrsr commented 1 year ago

Thanks for confirming this.