You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am able to successfully pull data from the external system however eNMS logs the username and password in the enms.log logfile. Is there a more secure way to handle these credentials? What about sites that require API keys? I would like a way to find a way to store the data in the vault.
The text was updated successfully, but these errors were encountered:
I have several external tools that I would like to pull data from. These tools support API calls but they require the username and password word to be included in the URI. Example https://ncommand.example.com/api/scheduledJobs?username=myuser&password=secret.
I am able to successfully pull data from the external system however eNMS logs the username and password in the enms.log logfile. Is there a more secure way to handle these credentials? What about sites that require API keys? I would like a way to find a way to store the data in the vault.
The text was updated successfully, but these errors were encountered: