4835 Commits

Author SHA1 Message Date
Jeff Mitchell
be2d33e4b6 Update path help for approle secret id TTL 2016-11-15 11:50:51 -05:00
Jeff Mitchell
46888828cc changelog++ 2016-11-14 12:46:47 -05:00
Jeff Mitchell
d78a756ad0 changelog++ 2016-11-11 16:44:37 -05:00
Jeff Mitchell
7aed117565 Add extra logic around listener handling. (#2089) 2016-11-11 16:43:33 -05:00
Jeff Mitchell
cdef1bee4e changelog++ 2016-11-11 15:36:08 -05:00
Jeff Mitchell
920f928745 Allow wrapping to be specified by backends, and take the lesser of the request/response times (#2088) 2016-11-11 15:12:11 -05:00
Daniel Somerfield
c33484c147 Added document to github auth backend covering user-specific policies. (#2084) 2016-11-11 08:59:26 -05:00
Daniel Somerfield
c1d2dd5fb9 Added support for individual user policy mapping in github auth backend. (#2079) 2016-11-10 16:21:14 -05:00
matt maier
2cd3cfd83e Vendor circonus (#2082) 2016-11-10 16:17:55 -05:00
Jeff Mitchell
c6da33045b changelog++ 2016-11-08 11:37:29 -05:00
Jeff Mitchell
c7ca7aef0a Fix unwrap CLI command when there is no client token set. (#2077) 2016-11-08 11:36:15 -05:00
Jeff Mitchell
d31eabf446 Fix other clustering tests on OSX 2016-11-08 10:55:41 -05:00
Jeff Mitchell
ee248f9486 Fix cluster testing on OSX; see the inline comment for details 2016-11-08 10:31:35 -05:00
Jeff Mitchell
df2e149580 Show the listener address when it's created for the cluster in the log 2016-11-08 10:31:15 -05:00
Jeff Mitchell
26a432a04d use a const for cluster test pause period 2016-11-08 10:30:44 -05:00
vascop
59c55e0aa6 Fix typo and remove trailing whitespace. (#2074) 2016-11-08 09:32:23 -05:00
Jeff Mitchell
e364221122 Fix GitHub tests 2016-11-08 07:13:42 -05:00
Brad Jones
9a8603f347 Clarify that Swift only supports v1.0 auth (#2070) 2016-11-08 06:44:34 -05:00
Jacob Crowther
ba4420d06b Specify the value of "generated secrets" (#2066)
This small change is to specify (mostly for new users) that only dynamic secrets are revoked when running revoke-self.
2016-11-07 15:02:23 -05:00
Joel Thompson
523de6b4d2 Add information on HMAC verification to transit docs (#2062) 2016-11-07 13:44:14 -05:00
Glenn McAllister
4bb7c96827 Add ldap tls_max_version config (#2060) 2016-11-07 13:43:39 -05:00
Jeff Mitchell
1ed94ca3ec changelog++ 2016-11-04 12:36:34 -04:00
Jeff Mitchell
5a6b1987c5 Add listing to Consul secret roles (#2065) 2016-11-04 12:35:16 -04:00
Jeff Mitchell
ebf4318dae Bump deps 2016-11-02 15:34:30 -04:00
Jeff Mitchell
5708bed28d Update unwrap call documentation 2016-11-02 13:36:32 -04:00
Jeff Mitchell
1811269949 Fix cache default size and docs 2016-11-01 10:24:35 -04:00
Benjamin Campbell
e78065ec4e Use gpg binary in PGP website documentation (#2047) 2016-10-30 13:09:56 -04:00
Vishal Nayak
9a60bf2a50 Audit the client token accessors (#2037) 2016-10-29 17:01:49 -04:00
Jeff Mitchell
ad5d270e58 Rearrange libs 2016-10-29 13:53:06 -04:00
Mark Paluch
cacaec11f5 Add Spring Vault to client libraries (#2042) 2016-10-29 13:52:16 -04:00
Jeff Mitchell
0882b6fcc0 Don't panic if postUnseal calls preSeal due to audit table never being set up. Also call cleanup funcs on auth backends. (#2043) 2016-10-28 15:32:32 -04:00
Jeff Mitchell
8980f8d2fa Don't cache physical responses when thre was an error (#2040) 2016-10-28 12:55:56 -04:00
vishalnayak
f8d1b8f4d3 changelog++ 2016-10-28 10:08:35 -04:00
Vishal Nayak
012d2c1ffc Merge pull request #2036 from hashicorp/doc-update-getting-started-api
Docs: Update for getting started API section
2016-10-28 09:59:58 -04:00
vishalnayak
e2a5881bc4 s/localhost/127.0.0.1 in approle docs 2016-10-28 09:46:39 -04:00
vishalnayak
52419be7c9 s/localhost/127.0.0.1 2016-10-28 09:23:05 -04:00
vishalnayak
81410d7bc4 Using AppRole as an example. Removed 'root' policy being used in examples 2016-10-28 01:24:25 -04:00
vishalnayak
9237ffae16 changelog++ 2016-10-27 21:42:13 -04:00
Vishal Nayak
b1b86b73c6 Merge pull request #2035 from hashicorp/remove-sanity-check-ec2
aws-ec2 auth: Remove the sanity check which is not proving to be useful
2016-10-27 21:37:16 -04:00
vishalnayak
407b30d4a0 Remove the sanity check which is not proving to be useful 2016-10-27 19:11:26 -04:00
Vishal Nayak
cc73d3a20b Merge pull request #2034 from greglook/patch-1
Update libraries.html.md
2016-10-27 17:08:44 -04:00
Greg Look
0e6580efd9 Update libraries.html.md
Add Clojure Vault client.
2016-10-27 11:39:52 -07:00
vishalnayak
4b9b5b1429 changelog++ 2016-10-27 12:29:47 -04:00
Vishal Nayak
634a332f4e Merge pull request #2033 from hashicorp/docs-postgres-revocation-sql
Added revocation_sql to the website docs
2016-10-27 12:26:50 -04:00
vishalnayak
e6daa3782a Return the revocation_sql from role read all the time 2016-10-27 12:24:31 -04:00
Jeff Mitchell
57870f7f05 change api so if wrapping token is the same as the client token it doesn't set it in the body 2016-10-27 12:15:30 -04:00
vishalnayak
8293b19a98 Added revocation_sql to the website docs 2016-10-27 12:15:08 -04:00
Vishal Nayak
f2adc02800 Merge pull request #2031 from hashicorp/transit-helper
Transit helper
2016-10-26 20:24:55 -04:00
vishalnayak
484f8993c5 Remove the methods introduced to make the tests work from its older package 2016-10-26 20:03:51 -04:00
vishalnayak
2ac019a9c5 Move policy test to keysutil package 2016-10-26 19:57:28 -04:00