Skip to main content
Question

The master.system_settings_credentials_keys Table

  • June 25, 2026
  • 0 replies
  • 0 views

jamesramsden
Forum|alt.badge.img+1

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?