splunk / splunk-sdk-csharp-pcl

Splunk's next generation C# SDK
https://dev.splunk.com/enterprise/docs/csharp
Apache License 2.0
64 stars 46 forks source link

Remove all references to clear password #95

Closed dgao1029 closed 4 years ago

dgao1029 commented 4 years ago

POST requests to the /storage/passwords endpoint should not return the clear_password back in plaintext. Therefore we should remove all references to clear_password.

I removed all references to clear_password in the SDK, including for the tests.