Giter Club home page Giter Club logo

hashicorp-vault's Introduction

PSVault

PowerShell module for using HashiCorp Vault on windows

This PowerShell module can be used for installing, configuring and managing HashiCorp Vault. It works at the moment through the vault.exe and with the vault api.

This Module contains cmdlets for install, configure and managing Hashicorp vault via PowerShell See the Folder Examples.

import-module "C:\Program Files\WindowsPowerShell\Modules\PSVault\1.0.1\PSVault.psm1" -Verbose get-command -Module PSVault

Functions for downloading and unziping software from HashiCorp

  • Get-Unzip
  • Get-DownloadAndUnzip
  • Get-FileFromInternet
  • Add-Path
  • Remove-StringSpecialCharacter

Functions for password and encryption

  • Convertfrom-SecureHashAES
  • Convert-PlainpasswordtoSecurestring
  • Convertto-SecureHashAES
  • Get-AESHash
  • New-AESHASH
  • New-AESKey

Functions for Vault

  • Connect-Vault
  • Start-VaultWeb
  • Start-VaultTask
  • Start-VaultInit
  • start-VaultautoUnseal
  • Start-Vault
  • set-VaultUnseal
  • set-VaultSecret
  • set-VaultSeal
  • Set-VaultPowershellProfile
  • set-VaultLDAP
  • Stop-VaultTask
  • set-vaultconfig
  • Remove-vaultauto
  • Remove-Vault
  • new-VaultSecretEngine
  • New-VaultPolicy
  • Install-Vault
  • get-VaultStatuscode
  • Get-VaultStatus
  • get-VaultSecretEngine
  • get-VaultSecret
  • get-Vaultobject
  • remove-VaultSecretEngine
  • Update-Vault

Test function

  • Import-PSVaultModule

Unblock ps1 files in psvault module after download

$Path  = "C:\Program Files\WindowsPowerShell\Modules\psvault" ;
$files =  get-childitem -path $Path -recurse | where {$_.Attributes -eq "Archive" } ;
foreach($file in $files){ 
 write-host " - Unblock $($file.FullName)" ; 
 Unblock-File -Path  $file.FullName 
}#EndForeach

hashicorp-vault's People

Contributors

d2cit avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.