aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp
AgeCommit message (Collapse)Author
2018-06-20Update dependenciesNiall Sheridan
2017-10-18Update dependenciesNiall Sheridan
2017-04-10update dependenciesNiall Sheridan
2017-02-19update dependenciesNiall Sheridan
2017-02-12Update dependenciesNiall Sheridan
2017-01-25Switch to scl, an extension of hclNiall Sheridan
2016-12-28Update dependenciesNiall Sheridan
2016-10-31Update dependenciesNiall Sheridan
2016-10-08Update dependenciesNiall Sheridan
2016-10-06Add support for Hashicorp VaultNiall Sheridan
Vault is supported for the following: As a well-known filesystem for TLS cert, TLS key and SSH signing key. For configuration secrets for cookie_secret, csrf_secret, oauth_client_id and oauth_client_secret options.
2016-09-03Update dependenciesNiall Sheridan
Also tweak travis config
2016-08-27Update dependenciesNiall Sheridan
2016-07-17Update vendor libsNiall Sheridan
2016-05-29Switch from json to hcl configsNiall Sheridan
This is backward-compatible with the JSON config format - this is a non-breaking change. HCL treats config blocks as repeated fields so the config has to be unmarshalled into a struct comprised of []Server, []Auth, []SSH first.
2016-05-22Use govendorNiall Sheridan