Credential handling #157
bk-cs
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often get asked how to securely manage API client information with PSFalcon. While PSFalcon doesn't provide any mechanism to secure your API client, you can use the Microsoft.PowerShell.SecretVault PowerShell module to provide a cross-platform way to store your API clients and request your authentication token.
To help you get started, I added a short guide to the PSFalcon Wiki: https://github.com/CrowdStrike/psfalcon/wiki/Authentication#credential-handling
Beta Was this translation helpful? Give feedback.
All reactions