Registry / auth / zalando-go-keyring

zalando-go-keyring

JSON →
library0.2.5gogounverified

Cross-platform keyring integration for Go, providing access to the system credential store.

go get github.com/zalando/go-keyring
INSTALL
IMPORT
SIG · ZALANDO-GO-KEYRING
Z
zalando-go-keyring
authgov0.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

keyring
github.com/zalando/go-keyring

Store and retrieve a secret from the system keyring

package main import ( "fmt" "github.com/zalando/go-keyring" ) func main() { err := keyring.Set("service", "user", "password") if err != nil { panic(err) } secret, _ := keyring.Get("service", "user") fmt.Println("Retrieved secret:", secret) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
26
Perplexity
1
Resources
zalando-go-keyring — go get zalando-go-keyring · libregistry