Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-20 | Add key expiry time to the comment | Niall Sheridan | |
2016-08-17 | Use go 1.7 | Niall Sheridan | |
2016-08-17 | Switch from bootstrap to skeleton | Niall Sheridan | |
2016-08-16 | Allow selecting which ip to listen on | Niall Sheridan | |
2016-08-16 | Test against 1.7 | Niall Sheridan | |
2016-08-16 | Merge pull request #26 from sid77/master | Niall Sheridan | |
Load private key in memory as well | |||
2016-08-16 | Add private key along certificate | sid77 | |
2016-08-15 | Ensure the /sign url is valid before use | Niall Sheridan | |
2016-08-09 | Update doc | Niall Sheridan | |
2016-08-09 | Document sqlite | Niall Sheridan | |
2016-08-09 | SQLite DB support | Niall Sheridan | |
2016-08-08 | Don't use local files | Niall Sheridan | |
2016-08-07 | Shell script to compile static content | Niall Sheridan | |
2016-08-07 | Use bootstrap | Niall Sheridan | |
Move templates and static under server/ | |||
2016-08-07 | Ping the db before attempting to query it | Niall Sheridan | |
2016-08-05 | Add an authdb flag for mongo | Niall Sheridan | |
2016-08-01 | Fix and enable handers test | Niall Sheridan | |
2016-08-01 | go 1.6.3 | Niall Sheridan | |
2016-08-01 | fix build | Niall Sheridan | |
2016-07-31 | Support mongo datastores | Niall Sheridan | |
2016-07-31 | Use a KRL for revoked certs | Niall Sheridan | |
2016-07-24 | Add a page for revoking certs | Niall Sheridan | |
Add a template for revocation Use DATETIME type to store created/expires times Require auth for the /admin and /revoke endpoints | |||
2016-07-17 | Update vendor libs | Niall Sheridan | |
2016-07-17 | Add some handlers tests | Niall Sheridan | |
2016-07-03 | first pass at a certificate store | Niall Sheridan | |
2016-06-30 | Configurable logfile location | Niall Sheridan | |
2016-06-29 | Add CI image | Niall Sheridan | |
2016-06-28 | http logging | Niall Sheridan | |
2016-06-28 | i have no idea what i'm doing | Niall Sheridan | |
2016-06-28 | remove origin | Niall Sheridan | |
2016-06-28 | run tests using tip | Niall Sheridan | |
2016-06-27 | Updated agent lib accepts *ed25519.PrivateKey | Niall Sheridan | |
2016-06-15 | Merge pull request #22 from nsheridan/whitelist | Niall Sheridan | |
Update whitelisting | |||
2016-06-14 | Update whitelisting | Niall Sheridan | |
Whitelist Google users based on their email address instead of the username part of the email address. Plain gmail (non Google Apps) accounts don't necessarily end in '@gmail.com', and whitelisting on username alone is open to abuse. Skip testing for a Google Apps domain (ui.Hd) if no domain is configured. Principals will still be added as the user part of the email address. For the Github provider, skip checking that the user is a member of an organization is none is configured. | |||
2016-06-14 | Update README | Niall Sheridan | |
2016-06-14 | Merge pull request #21 from nsheridan/whitelist_support | Marco Bonetti | |
Add support for a users whitelist | |||
2016-06-14 | Add support for a users whitelist | Marco Bonetti | |
2016-06-13 | Don't test against tip | Niall Sheridan | |
2016-06-13 | Run the linter as part of tests. | Niall Sheridan | |
Fix lint warnings. | |||
2016-06-06 | Merge pull request #18 from nsheridan/agent_lifetime | Niall Sheridan | |
Remove certs from the agent when they expire | |||
2016-06-06 | Update agent package | Niall Sheridan | |
Added support for certificate lifetimes | |||
2016-06-06 | Merge pull request #17 from nsheridan/vendor | Niall Sheridan | |
update dependencies | |||
2016-06-06 | Merge pull request #16 from nsheridan/s3 | Niall Sheridan | |
Add AWS S3 and Google GCS virtual filesystems | |||
2016-06-06 | Merge pull request #15 from nsheridan/auth_state | Niall Sheridan | |
Save oauth 'state' identifier in the client | |||
2016-06-06 | update vendor | Niall Sheridan | |
2016-06-06 | Save oauth 'state' identifier in the client | Niall Sheridan | |
2016-06-05 | Add AWS S3 and Google GCS virtual filesystems. | Niall Sheridan | |
This allows the signing key to be read directly from S3 using a path like /s3/<bucket>/<path/to/signing.key> or /gcs/<bucket>/<path/to/signing.key>. | |||
2016-06-02 | Set an expiry on keys added to the agent | Niall Sheridan | |
2016-06-02 | Validate tokens correctly | Niall Sheridan | |
This switch statement doesn't do what I thought it does | |||
2016-06-01 | Fix | Niall Sheridan | |