Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/ttl support #170

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2017

  1. Updated credstash.py to enable TTL on credential store table with 'tt…

    …l' attribute and to accept -e flag for 'put' action. Updated requirements.txt to use latest version of boto3 and updated readme for expiry flag.
    Warrick Zedi committed Oct 4, 2017
    Copy the full SHA
    0cd885b View commit details
    Browse the repository at this point in the history
  2. Updated readme to fix typos

    Warrick Zedi committed Oct 4, 2017
    Copy the full SHA
    1672255 View commit details
    Browse the repository at this point in the history
  3. Updated formatting of README around put command after update for expi…

    …ry flag
    Warrick Zedi committed Oct 4, 2017
    Copy the full SHA
    0145142 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Added exception handling around enabling ttl on the dynamodb table an…

    …d updated readme
    Warrick Zedi committed Oct 27, 2017
    Copy the full SHA
    d4e5f4a View commit details
    Browse the repository at this point in the history