Skip to content

bboughton/keychain-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

KeyChain Test

Setup

To setup your keychain run the following in your shell

security add-generic-password -a AWS_SECRET_KEY -s foo.bar -w foo
security add-generic-password -a AWS_ACCESS_KEY -s foo.bar -w bar

Teardown

To remove the keychain items run

security delete-generic-password -a AWS_SECRET_KEY -s foo.bar
security delete-generic-password -a AWS_ACCESS_KEY -s foo.bar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages