aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-10-21Gitlab auth issue (#79)Kevin Lyda
* Fix the gitlab oauth issue. * Update for gitlab 11.1+ Versions beyond 11.1 (and possibly a few releases before) use a different method for delivering tokens. They also have disabled version 3 of the api. These changes address that and add a debugging mode for the server that make it easier to debug issues like this in the future. * Cleanup of PR. Updated README. Removed code duplication.
2018-08-25Add codecov.ioNiall Sheridan
Split runs into lint/test Remove go 1.9 - coverage does not work with `./...` and go 1.9
2017-04-15Revoke multiple certs in a single callNiall Sheridan
2017-02-19Ignore generated .idea directoryNiall Sheridan
2017-02-12Initial pass at prometheus support. (#56)Kevin Lyda
2017-01-27Add a public_file_prefix option to cashier.confKevin Lyda
Allow the client to save the public key and public cert to files that start with public_file_prefix and end with .pub and -cert.pub respectively. This is the naming scheme the ssh IdentityFile config option supported for certs starting in version 5.4p1. Starting in version 7.2p1, an additional option, CertificateFile, was added, but the IdentityFile-only method with those names still works. Used in conjunction with a user's ~/.ssh/config file setting IdentitiesOnly and IdentityFile, this change will allow for multiple ssh CAs for different services. Note that this will resolve #49 .
2017-01-22Ignore common files. (#45)Kevin Lyda
Ignore files mentioned in the example configs and the binaries made with go build.
2016-05-29Add tmp to .gitignorePatrick O'Doherty
2016-05-29Ignore new default config file.Niall Sheridan
2016-05-25Fix key name in example config.Patrick O'Doherty
Add config.json to a gitignore to prevent it being versioned.