For powershell devices, when a device is first discovered, the cred used to added into this cred keys table, and then nightly discovery will also use that cred. You can also add a second cred from the properties page.
The issue i found is that if you change creds, for whatever reason the cred key table doesn’t get updated.
We have created a DA which dynamically aligns DAs using ‘from sl_credentials.constants import CRED_POWERSHELL’ to pull the credentials. because its not updated the DA doesn’t work
Is there a way to pull the credential for a powershell device more dynamically, also, i think the nightly discovery also uses the same, so I think that it would also fail?
Or is there a process which updates the table?