I have added the sources to sync Inventory from Azure to AAP portal, for this I used Azure resources manager with client id, subscription id and tenant id so on.
While create this credential, I have enter all the details with
Azure subscription id, tenant id, client id and client secret.
So now I want to check my client secret is going to expire in couple of days,
Is there any option to see which client secret value on AAP portal, (because the client secret is showing as encrypted) else the azure credential expire date ?
Actually I am trying to find the right expired key in AAP subscription, because the expire date would be Dec 2 2025, I will wait till than can update the new secret key in AAP,
but If I know which key is going to expire for which subscription mean, I could make a note and discuss with my azure team for before expire the secret value and avoid any failed sync in AAP.
Have you tried creating some type of debug playbook, attaching the credential(s) to it, and spitting it out via “ansible.builtin.debug”? I’m not sure which fields get obfuscated and which don’t, which ones are environment vars or extra vars, etc. but it could be worth a shot. Sorry, haven’t really had need to do this.