A Golang package for simplifying storing configuration in the OS-provided secret manager.

go-keyconfig

A Golang package for simplifying storing configuration in the OS-provided secret manager.

Operating System Support

OS Secret Manager
MacOS OSX Keychain
Linux Keyring
Windows Windows Credential Manager

License

MIT

Owner
Joe Garcia
DevOps Security Engineer for @cyberark
Joe Garcia
Similar Resources

To copy a secret to another namespace and sync it up-to-date

Secret Mirror Operator This kubebuilder-based Kubernetes operator copies a Secret to another namespace and synchronizes it with the custom resource Se

Jul 20, 2022

Secret - Prevent your secrets from leaking into logs and std*

secret - Prevent your secrets from leaking into logs and std* The package provid

Dec 30, 2022

The missing package manager for golang binaries (its homebrew for "go install")

Bingo: The missing package manager for golang binaries (its homebrew for "go install") Do you love the simplicity of being able to download & compile

Oct 31, 2022

A package manager written in Go which uses the LFS Symlink method.

pacsym A package manager powered by symlinks. How to use The package manager assumes that all software installed is installed with /usr/pkg/packagena

Dec 11, 2021

Io's package manager

Io's package manager

Amirani Io's package manager Contributors ✨ Thanks goes to these wonderful people (emoji key): an aspirin 💻 📖 🔧 🚧 This project follows the all-con

Feb 20, 2022

📦 Package manager for CLI

AFX - Package manager for CLI AFX is a package manager for command-line tools and shell plugins. afx can allow us to manage almost all things availabl

Dec 2, 2022

Gologin is Golang (Go) login manager working with RDBMS Databases

Gologin is Golang (Go) login manager working with RDBMS Databases

What is Gologin Gologin is an easy to setup professional login manager for Go web applications. It helps you protect your application resources from u

Aug 28, 2022

Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.

Packer Website: https://www.packer.io IRC: #packer-tool on Freenode Mailing list: Google Groups Packer is a tool for building identical machine images

Jan 8, 2023
Comments
  • Fix tests on Linux (testing on Ubuntu 20.04)

    Fix tests on Linux (testing on Ubuntu 20.04)

    Describe the bug On Ubuntu 20.04:

    $ go test -v ./...
    # github.com/infamousjoeg/go-keyconfig
    ./config.go:14:20: undefined: keychain.GetGenericPasswordAccounts
    ./config.go:39:11: undefined: keychain.NewGenericPassword
    ./config.go:42:26: undefined: keychain.SynchronizableNo
    ./config.go:43:22: undefined: keychain.AccessibleAfterFirstUnlock
    ./config.go:45:9: undefined: keychain.AddItem
    ./config.go:50:12: undefined: keychain.ErrorDuplicateItem
    ./config.go:51:10: undefined: keychain.ErrorDuplicateItem
    ./config.go:66:11: undefined: keychain.NewItem
    ./config.go:67:20: undefined: keychain.SecClassGenericPassword
    ./config.go:70:22: undefined: keychain.MatchLimitOne
    ./config.go:70:22: too many errors
    FAIL	github.com/infamousjoeg/go-keyconfig [build failed]
    

    To Reproduce See above command.

    Expected behavior Tests all pass successfully on MacOS Big Sur. Expected to pass on Linux, as well

Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration, and automating updates to configuration when there is new code to deploy.
Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration, and automating updates to configuration when there is new code to deploy.

Flux is a tool for keeping Kubernetes clusters in sync with sources of configuration (like Git repositories), and automating updates to configuration when there is new code to deploy.

Jan 8, 2023
network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of kubernetes.
network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of kubernetes.

Network Node Manager network-node-manager is a kubernetes controller that controls the network configuration of a node to resolve network issues of ku

Dec 18, 2022
Skipper – Secret Keeper service for golang

skipper Skipper – Secret Keeper service Run localy Create .env file with environ

Dec 30, 2021
Terraform Provider for Azure (Resource Manager)Terraform Provider for Azure (Resource Manager)
Terraform Provider for Azure (Resource Manager)Terraform Provider for Azure (Resource Manager)

Terraform Provider for Azure (Resource Manager) Version 2.x of the AzureRM Provider requires Terraform 0.12.x and later, but 1.0 is recommended. Terra

Oct 16, 2021
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers

k8s-vault-webhook is a Kubernetes admission webhook which listen for the events related to Kubernetes resources for injecting secret directly from sec

Oct 15, 2022
A kubectl plugin for finding decoded secret data with productive search flags.

kubectl-secret-data What is it? This is a kubectl plugin for finding decoded secret data. Since kubectl only outputs base64-encoded secrets, it makes

Dec 2, 2022
A kubectl plugin for finding decoded secret data with productive search flags.

kubectl-secret-data What is it? This is a kubectl plugin for finding decoded secret data. Since kubectl outputs base64-encoded secrets basically, it m

Dec 2, 2022
Kubernetes Operator to sync secrets between different secret backends and Kubernetes

Vals-Operator Here at Digitalis we love vals, it's a tool we use daily to keep secrets stored securely. We also use secrets-manager on the Kubernetes

Nov 13, 2022
Help my family picking secret santas without having a person beeing involved

secret-santa This is a small project I wrote to help my family picking secret santas without having a person beeing involved. This way noone is left o

Nov 6, 2021
A simple CLI and API client for One-Time Secret

OTS Go client otsgo is a simple CLI and API client for One-Time Secret written i

Dec 27, 2021