Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-27 | Allow setting some config from environment | Niall Sheridan | |
2016-08-26 | First attempt at dropping privileges | sid77 | |
2016-08-22 | Update README | Niall Sheridan | |
Add contributing section | |||
2016-08-16 | Allow selecting which ip to listen on | Niall Sheridan | |
2016-08-09 | Update doc | Niall Sheridan | |
2016-08-09 | Document sqlite | Niall Sheridan | |
2016-07-31 | Support mongo datastores | 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-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 | Add support for a users whitelist | Marco Bonetti | |
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-01 | Fix | Niall Sheridan | |
2016-05-29 | Replace json examples with hcl examples | Niall Sheridan | |
2016-05-29 | Merge pull request #7 from nsheridan/client_config | Niall Sheridan | |
client: use a config file in addition to command-line flags | |||
2016-05-29 | Use flags as defaults, allow them to override config file | Niall Sheridan | |
2016-05-29 | Remove unneeded template_dir | Niall Sheridan | |
2016-05-29 | Mention GO15VENDOREXPERIMENT | Niall Sheridan | |
2016-05-29 | Use a simple config file for configuring the client. | Niall Sheridan | |
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 | Move binaries into cmd/ directory | Niall Sheridan | |
2016-05-22 | Make 2048 the default key size. | Niall Sheridan | |
2016-05-18 | Mention Ed25519 keys | Niall Sheridan | |
2016-04-30 | Update readme | Niall Sheridan | |
2016-04-22 | Fix table formatting | Niall Sheridan | |
2016-04-22 | Update auth provider notes. | Niall Sheridan | |
2016-04-21 | Some small fixes. | Niall Sheridan | |
Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option. | |||
2016-04-20 | update README | Niall Sheridan | |
2016-04-20 | Update README.md | Niall Sheridan | |
2016-04-19 | Merge branch 'master' of github.com:nsheridan/cashier | Niall Sheridan | |
2016-04-19 | Add note on time format | Niall Sheridan | |
2016-04-19 | Words | Niall Sheridan | |
2016-04-19 | Fix links | Niall Sheridan | |
I can never remember how markdown links work. | |||
2016-04-19 | Add a README | Niall Sheridan | |
Include some notes on configuration |