Skip to content

Instantly share code, notes, and snippets.

View NicoXcc's full-sized avatar

Maximus NicoXcc

View GitHub Profile
@NicoXcc
NicoXcc / vault-golang-login
Created April 8, 2020 12:02 — 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"