Skip to content

Instantly share code, notes, and snippets.

@ramesharun
ramesharun / vault-golang-login
Created May 12, 2021 19:23 — forked from jun06t/vault-golang-login
Golang Vault Login Sample
package main
import (
"encoding/json"
"fmt"
"net/http"
"time"
"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/builtin/credential/aws"