PowerShell / Modules

MIT License
112 stars 25 forks source link

[SecretsManagement] CredManager Naming Convention should be ps:SecretName #24

Closed JustinGrote closed 4 years ago

JustinGrote commented 4 years ago

Summary of the new feature/enhancement

Secrets are stored in Windows Credential Manager as __PS_<secretName>. The more common convention seen by popular tools such as git, azure devops, Microsoft Account, WindowsLive, etc. is ps:<secretname>. The module should adopt this de-facto convention for consistency for this provider.

Other possibilities: powershell:<secretname> pwsh:<secretname> psSecretManagement:<secretname>

Prior Art Examples

image

image

image image image

SydneyhSmith commented 4 years ago

ps:<secretname> makes sense to use, thanks @JustinGrote

PaulHigin commented 4 years ago

Done.