GithubHelp home page GithubHelp logo

aws-keychain's People

Contributors

extra808 avatar lox avatar melo avatar pda avatar robsonpeixoto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-keychain's Issues

Keychain file extension change in macOS Sierra

In macOS Sierra, the keychain file extension has been changed from .keychain to .keychain-db, which causes errors like this when using aws-keychain:

security: SecKeychainCreate ~/Library/Keychains/aws-keychain.keychain: A keychain with the same name already exists

The following appears to fix the issue:

- : ${AWS_KEYCHAIN_FILE="$HOME/Library/Keychains/aws-keychain.keychain"}
+ : ${AWS_KEYCHAIN_FILE="$HOME/Library/Keychains/aws-keychain.keychain-db"}

aws-keyhcain rm breaks the app

I did an aws-keychain rm x but then a subsequent ls lists it as still being there though using it generates the migrate message. There are no files in my user Library keychains directory but if I tried to add the item again I get security: SecKeychainCreate /Users/rick/Library/Keychains/aws-keychain.keychain: A keychain with the same name already exists

This is macOS Sierra.

Changing the keychain password is not supported

Changing passwords is sometimes required. Frequently, it's recommended even when not required.

Here's how to do it manually:

USER=sk # substitute your username
# a relative path doesn't work
security set-keychain-password /Users/"$USER"/Library/Keychains/aws-keychain.keychain

zsh completion

Zsh completion for:

  • subcommands (aws-keychain u<tab> => aws-keychain use etc).
  • existing key names (aws-keychain use perso<tab> => aws-keychain use personal)

What about ps?

When you run aws-keychain exec ... the command will be in ps, along with the token.

Why not simply put them in ~/.aws/credentials, where they should be.

Thank you for this tool.

I wanted to say thank you for making this tool. It hits a sweet spot of simplicity and solving a problem very very well. I have submitted a homebrew formula for this tool to make it easier for folks to consume it, and I wanted to let you know about that formula so that you might have it updated in the future when you publish new releases.

Homebrew/legacy-homebrew#49776

Bash completion

Like the completion described in #3 but for people who haven't realized Zsh is superior.
Hint: I'm not likely to be the one to implement this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.