I just want to make sure I’ve got this straight, since there is not a SecretManagement module for Secret Server, it looks like I’d have to script a process to sync the secrets I want from Secret Server into the local vault? I cannot access Secret Server directly as you could with Azure Key Vault, as shown here? Or can I?
It possible to create your own extension vault. Here’s an example from the PS team’s GH repo. The idea here would be that you would use the Thycotic module and wrap it in some functions that the secret management module understands.
Great, thanks Adam! I’ll do a deeper dive into this once a few of the other basics that I’m struggling with are water under the bridge. Cool to know that it’s possible!