aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2016-08-16Allow selecting which ip to listen onNiall Sheridan
2016-08-09Update docNiall Sheridan
2016-08-09Document sqliteNiall Sheridan
2016-07-31Support mongo datastoresNiall Sheridan
2016-07-03first pass at a certificate storeNiall Sheridan
2016-06-30Configurable logfile locationNiall Sheridan
2016-06-29Add CI imageNiall Sheridan
2016-06-14Update whitelistingNiall 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-14Update READMENiall Sheridan
2016-06-14Add support for a users whitelistMarco Bonetti
2016-06-05Add 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-01FixNiall Sheridan
2016-05-29Replace json examples with hcl examplesNiall Sheridan
2016-05-29Merge pull request #7 from nsheridan/client_configNiall Sheridan
client: use a config file in addition to command-line flags
2016-05-29Use flags as defaults, allow them to override config fileNiall Sheridan
2016-05-29Remove unneeded template_dirNiall Sheridan
2016-05-29Mention GO15VENDOREXPERIMENTNiall Sheridan
2016-05-29Use a simple config file for configuring the client.Niall Sheridan
2016-05-22Update READMENiall Sheridan
2016-05-22update readmeNiall Sheridan
2016-05-22Make template directory configurableNiall Sheridan
2016-05-22Move binaries into cmd/ directoryNiall Sheridan
2016-05-22Make 2048 the default key size.Niall Sheridan
2016-05-18Mention Ed25519 keysNiall Sheridan
2016-04-30Update readmeNiall Sheridan
2016-04-22Fix table formattingNiall Sheridan
2016-04-22Update auth provider notes.Niall Sheridan
2016-04-21Some small fixes.Niall Sheridan
Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option.
2016-04-20update READMENiall Sheridan
2016-04-20Update README.mdNiall 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-19Fix linksNiall Sheridan
I can never remember how markdown links work.
2016-04-19Add a READMENiall Sheridan
Include some notes on configuration