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.
| 🎮 Hollow Knight 🕘 12 hrs 39 mins | |
| 🔫 Counter-Strike 2 🕘 3407 hrs 18 mins | |
| 🎮 Firefighting Simulator: Ignite 🕘 7 hrs 28 mins | |
| 🎮 Little Kitty, Big City 🕘 7 hrs 24 mins | |
| 🎮 Seafarer: The Ship Sim 🕘 2 hrs 5 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 |
| Bash 40 mins ██████████▏░░░░░░░░░░ 48.6% | |
| PowerShell 25 mins ██████▎░░░░░░░░░░░░░░ 30.2% | |
| Markdown 10 mins ██▌░░░░░░░░░░░░░░░░░░ 12.4% | |
| YAML 7 mins █▊░░░░░░░░░░░░░░░░░░░ 8.8% |
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 █████▊░░░░░░░░░░░ 19 plays | |
| Still Blank ██▋░░░░░░░░░░░░░░ 9 plays | |
| The Automatic █▊░░░░░░░░░░░░░░░ 6 plays | |
| Foster the People █▏░░░░░░░░░░░░░░░ 4 plays | |
| Just Mustard █▏░░░░░░░░░░░░░░░ 4 plays | |
| TTSSFU █▏░░░░░░░░░░░░░░░ 4 plays | |
| Maroon 5 ▉░░░░░░░░░░░░░░░░ 3 plays | |
| We the Kings ▉░░░░░░░░░░░░░░░░ 3 plays | |
| BEAT!BEAT!BEAT! ▌░░░░░░░░░░░░░░░░ 2 plays | |
| Ben Howard ▌░░░░░░░░░░░░░░░░ 2 plays |
| # HashiCorp Learn | |
| https://learn.hashicorp.com/ | |
| # |