aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-21Fix testNiall Sheridan
2016-04-21specify go versionNiall Sheridan
2016-04-21Add .travis.ymlNiall Sheridan
2016-04-21Just make ProviderOpts a map[string]string.Niall Sheridan
I have no idea why I made it a map[string]interface{} and it's a pain to deal with.
2016-04-21Some small fixes.Niall Sheridan
Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option.
2016-04-21use correct config parameterNiall Sheridan
2016-04-21Missed some bitsNiall Sheridan
2016-04-21Add a licenseNiall Sheridan
2016-04-20add commentsNiall Sheridan
2016-04-20Add comments.Niall Sheridan
2016-04-20Be explicit that this is for signing user keysNiall Sheridan
2016-04-20update READMENiall Sheridan
2016-04-20Simplify this a bitNiall Sheridan
2016-04-20Update README.mdNiall Sheridan
2016-04-20dumb tests for the google auth providerNiall Sheridan
2016-04-20use a better function nameNiall Sheridan
2016-04-20dumb tests for the google auth providerNiall Sheridan
2016-04-19Add missing testdataNiall Sheridan
2016-04-19this serves no purposeNiall Sheridan
2016-04-19SSH signer testsNiall Sheridan
2016-04-19Merge branch 'master' of github.com:nsheridan/cashierNiall Sheridan
2016-04-19Add note on time formatNiall Sheridan
2016-04-19WordsNiall Sheridan
2016-04-19Client testsNiall Sheridan
2016-04-19Fix linksNiall Sheridan
I can never remember how markdown links work.
2016-04-19Add a READMENiall Sheridan
Include some notes on configuration
2016-04-19Set permissions to match ssh-keygen defaultNiall Sheridan
Add `use_tls` option and another `additional_principal`
2016-04-18Initial commitNiall Sheridan