Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-29 | Mention GO15VENDOREXPERIMENT | Niall Sheridan | |
2016-05-28 | Merge pull request #9 from nsheridan/github_auth | Niall Sheridan | |
Set expiry time in the github auth package | |||
2016-05-28 | Set expiry time in the github auth package | Niall Sheridan | |
2016-05-28 | Define the token tmpl as a string | Niall Sheridan | |
2016-05-25 | Fix key name in example config. | Patrick O'Doherty | |
Add config.json to a gitignore to prevent it being versioned. | |||
2016-05-24 | Merge pull request #4 from patrickod/patrickod/fail-open-open-config | Patrick O'Doherty | |
Don't allow wide-open Google or Github configs | |||
2016-05-24 | Don't allow wide-open Google or Github configs | Patrick O'Doherty | |
Fail loudly if either the google_opts domain value or github_opts organization values are not set in the configuration. The lack of these values means that a) in the Google case any @gmail.com address will be allowed b) the Github case any Github user will be allowed. This was previously documented but left as a foot-gun in the code. Future commits will allow for explicit wildcards to be set. | |||
2016-05-22 | Update README | Niall Sheridan | |
2016-05-22 | update readme | Niall Sheridan | |
2016-05-22 | Make template directory configurable | Niall Sheridan | |
2016-05-22 | update | Niall Sheridan | |
2016-05-22 | Move binaries into cmd/ directory | Niall Sheridan | |
2016-05-22 | unused | Niall Sheridan | |
2016-05-22 | Move server/main.go to top-level server.go | Niall Sheridan | |
Also add a Dockerfile | |||
2016-05-22 | Make 2048 the default key size. | Niall Sheridan | |
2016-05-22 | Drop go 1.5 | Niall Sheridan | |
2016-05-22 | Use govendor | Niall Sheridan | |
2016-05-22 | fix test | Niall Sheridan | |
2016-05-22 | Open the browser automatically | Niall Sheridan | |
2016-05-21 | Log the issuing of new certs | Niall Sheridan | |
2016-05-21 | Remove database config. Not needed. | Niall Sheridan | |
2016-05-18 | Mention Ed25519 keys | Niall Sheridan | |
2016-05-18 | misc | Niall Sheridan | |
2016-05-18 | Don't use jwt, it doesn't buy a whole lot for this application | Niall Sheridan | |
2016-05-18 | Do login if the provided token is invalid | Niall Sheridan | |
2016-05-18 | Support ed25519 ssh keys | Niall Sheridan | |
2016-05-09 | Placeholder for database config. | Niall Sheridan | |
2016-04-30 | Update readme | Niall Sheridan | |
2016-04-23 | Add config file tests | Niall Sheridan | |
2016-04-23 | Refactor to use an io.Reader for easier testing | Niall Sheridan | |
2016-04-23 | Fix comments | Niall Sheridan | |
2016-04-22 | More go versions | Niall Sheridan | |
2016-04-22 | Fix table formatting | Niall Sheridan | |
2016-04-22 | Update auth provider notes. | Niall Sheridan | |
2016-04-22 | Add github oauth provider. | Niall Sheridan | |
2016-04-22 | Check the error before trying to read the response. | Niall Sheridan | |
2016-04-22 | Merge pull request #1 from olive42/fixtypo | Niall Sheridan | |
Fix typo in comment. | |||
2016-04-22 | Fix typo in comment. | Olivier Tharan | |
2016-04-21 | Fix test | Niall Sheridan | |
2016-04-21 | specify go version | Niall Sheridan | |
2016-04-21 | Add .travis.yml | Niall Sheridan | |
2016-04-21 | Just 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-21 | Some small fixes. | Niall Sheridan | |
Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option. | |||
2016-04-21 | use correct config parameter | Niall Sheridan | |
2016-04-21 | Missed some bits | Niall Sheridan | |
2016-04-21 | Add a license | Niall Sheridan | |
2016-04-20 | add comments | Niall Sheridan | |
2016-04-20 | Add comments. | Niall Sheridan | |
2016-04-20 | Be explicit that this is for signing user keys | Niall Sheridan | |
2016-04-20 | update README | Niall Sheridan | |