Skip to content

tiksn/SecretManagement.Keybase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keybase Secret Management Extension for PowerShell

PowerShell Gallery

Secret Management Extension for PowerShell Secrets Management using Keybase KV store as a Vault.

Check out package in PS Gallery.

Install-Module -Name SecretManagement.Keybase

Usage

Register-KeybaseSecretVault -Name 'VaultName' -Namespace 'NamespaceName'

Or

Register-KeybaseSecretVault -Name 'VaultName' -Namespace 'NamespaceName' -Team 'TeamName'

Secret type support

  • ByteArray
  • String
  • SecureString
  • PSCredential
  • Hashtable

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published