This article introduces a simple way of working with Hashicorp Vault key-value secrets engine.
You should have a running Hashicorp/Vault service and Vault command available.
Here is a quick way to install a Vault dev server.
| 🔫 Counter-Strike 2 🕘 3430 hrs 44 mins | |
| 🎮 Police Simulator: Patrol Officers 🕘 43 hrs 42 mins | |
| 🎮 Spacewar 🕘 2 hrs 58 mins | |
| 🎮 Planet Zoo 🕘 2 hrs 21 mins | |
| 🎮 Firefighting Simulator: Ignite 🕘 8 hrs 7 mins |
This article introduces a simple way of working with Hashicorp Vault key-value secrets engine.
You should have a running Hashicorp/Vault service and Vault command available.
Here is a quick way to install a Vault dev server.
| package main | |
| import ( | |
| "context" | |
| "encoding/json" | |
| "fmt" | |
| "log" | |
| "os" | |
| "strings" |
| $Principal = New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent()) | |
| # Add log color command to clipboard | |
| Set-Clipboard -Value "log_color General FFD700FF; cl_showpos 1" | |
| # Start CSGO | |
| (New-Object -Com Shell.Application).Open("steam://rungameid/730") | |
| Start-Sleep 10 |
| help-k8s-decrypt-secret() { | |
| echo "" | |
| echo "Usage" | |
| echo " k8s-decrypt-secret [options] <secret> <namespace>" | |
| echo "" | |
| echo "Options:" | |
| echo " <secret> kubernetes secret" | |
| echo " <namespace> kubernetes namespace" | |
| echo " -v verbose output (show kubectl command)" | |
| echo " -h show this help" |
| #!/bin/bash | |
| #US=$(setxkbmap -layout us -variant intl) | |
| #BR=$(setxkbmap -model abnt2 -layout br -variant abnt2) | |
| PS3="Choose your keyboard layout: " | |
| options=("US-INTL" "BR-ABNT2" "Quit") | |
| select opt in "${options[@]}" | |
| do | |
| case $opt in |
| Terraform 2 hrs 52 mins ██████████████████▎░░ 87.4% | |
| Markdown 14 mins █▌░░░░░░░░░░░░░░░░░░░ 7.4% | |
| Bash 8 mins ▉░░░░░░░░░░░░░░░░░░░░ 4.4% | |
| HTML 1 min ▏░░░░░░░░░░░░░░░░░░░░ 0.7% | |
| Text 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.0% |
Download the latest version from SourceForge.
After installing it, open XLaunch. It will start the first time configuration wizard and will generate a config file by the end.
| Arctic Monkeys ███████████▉░░░░░ 255 plays | |
| Twenty One Pilots ▊░░░░░░░░░░░░░░░░ 17 plays | |
| The Lonely Island ▋░░░░░░░░░░░░░░░░ 16 plays | |
| Foster the People ▋░░░░░░░░░░░░░░░░ 15 plays | |
| The Last Shadow Puppets ▋░░░░░░░░░░░░░░░░ 15 plays | |
| The Black Keys ▌░░░░░░░░░░░░░░░░ 12 plays | |
| All Time Low ▌░░░░░░░░░░░░░░░░ 11 plays | |
| Foals ▎░░░░░░░░░░░░░░░░ 8 plays | |
| Kraftklub ▎░░░░░░░░░░░░░░░░ 8 plays | |
| Paramore ▎░░░░░░░░░░░░░░░░ 8 plays |
| # HashiCorp Learn | |
| https://learn.hashicorp.com/ | |
| # |