Jeff Mitchell
d560d1c9c0
Bump Go version in Travis
2017-04-17 11:04:31 -04:00
vishalnayak
9bc52c2db4
changelog++
2017-04-17 10:47:48 -04:00
Jeff Mitchell
7faa9e03b9
Bump go version to 1.8.1
2017-04-17 10:44:07 -04:00
Vishal Nayak
09cd069435
Consider new bounds as a criteria to allow role creation ( #2600 )
...
* Consider new bounds as a criteria to allow role creation
* Added a test
2017-04-17 10:36:11 -04:00
James Phillips
b6758b7ea9
Update 404.html.md ( #2594 )
2017-04-14 12:19:15 -04:00
Brian Kassouf
3b4768c5fb
Only run mssql acceptance test when running as VAULT_ACC=1
2017-04-13 14:40:59 -07:00
Brian Kassouf
189909931b
Move mssql to be an acceptance test
2017-04-13 14:30:15 -07:00
Brian Kassouf
4e9f89430c
Move plugins into main vault repo
2017-04-13 13:48:32 -07:00
Jeff Mitchell
c2407eab5a
Add some extra documentation around ssh-keygen -L to see signed cert
...
info.
Ping #2569
2017-04-13 15:23:27 -04:00
Brian Kassouf
8a3ef906d5
Update the plugin directory logic
2017-04-13 11:22:53 -07:00
Jeff Mitchell
d4eafea555
changelog++
2017-04-13 14:07:15 -04:00
Lee Avital
bf34484d9d
Respect the configured address's path in the client ( #2588 )
2017-04-13 14:06:38 -04:00
Jeff Mitchell
caa4b81b40
changelog++
2017-04-13 13:41:18 -04:00
Jeff Mitchell
79fb8bdf69
Verify that a CSR specifies IP SANs before checking whether it's allowed ( #2574 )
2017-04-13 13:40:31 -04:00
Brian Kassouf
883c80540a
Add allowed_roles parameter and checks
2017-04-13 10:33:34 -07:00
Brian Kassouf
cfe25e2a00
Add comments to the plugin runner
2017-04-12 17:35:53 -07:00
Brian Kassouf
0cfe1ea81c
Cleanup path files
2017-04-12 17:35:02 -07:00
Brian Kassouf
a9a05f5bba
Update Type() to return an error
2017-04-12 16:41:06 -07:00
Brian Kassouf
8ccf10641b
Merge branch 'master' into database-refactor
2017-04-12 14:29:10 -07:00
Brian Kassouf
5fac259ae6
vendor go-plugin
2017-04-12 14:23:15 -07:00
Brian Kassouf
3cd5dd1839
Fix RootPaths test
2017-04-12 14:22:52 -07:00
Brian Kassouf
433004f75e
Add test for logical_system plugin-catalog handling
2017-04-12 10:39:18 -07:00
Brian Kassouf
c3724c6f17
Add path help and comments for plugin-catalog
2017-04-12 10:01:36 -07:00
Brian Kassouf
faaeb09065
Add remaining crud functions to plugin catalog and tests
2017-04-12 09:40:54 -07:00
Brian Kassouf
128f25c13d
Update help text and comments
2017-04-11 11:50:34 -07:00
Brian Kassouf
c85b7be22f
Remove unnecessary abstraction
2017-04-10 18:38:34 -07:00
Brian Kassouf
8071aed758
Mlock the plugin process
2017-04-10 17:12:52 -07:00
Brian Kassouf
f6ff3b1146
Add a flag to tell plugins to verify the connection was successful
2017-04-10 15:36:59 -07:00
Brian Kassouf
db91a80540
Update plugin test
2017-04-10 14:12:28 -07:00
Brian Kassouf
bbbd81220c
Update the interface for plugins removing functions for creating creds
2017-04-10 12:24:16 -07:00
Brian Kassouf
459e3eda4e
Update backend tests
2017-04-10 10:35:16 -07:00
Chris Hoffman
3c7a69b119
minor docs update
2017-04-10 09:46:25 -04:00
Brian Kassouf
93136ea51e
Add backend test
2017-04-07 15:50:03 -07:00
Chris Hoffman
34ab34e110
changelog++
2017-04-07 16:25:16 -04:00
Jeff Mitchell
9136952055
Update AES-GCM verification text
2017-04-07 14:35:29 -04:00
Jeff Mitchell
106f8c5d1c
changelog++
2017-04-07 14:27:23 -04:00
Shivaram Lingamneni
2117dfd717
implement a no_store option for pki roles ( #2565 )
2017-04-07 11:25:47 -07:00
Jeff Mitchell
e0d00fdf7b
Remove superfluous/misleading comments around some listener options
2017-04-07 14:23:56 -04:00
Jeff Mitchell
f805618a2c
Update SSH CA documentation
...
Fixes #2551
Fixes #2569
2017-04-07 11:59:25 -04:00
Seth Vargo
53e1bd02a1
Add press-kit
2017-04-06 18:43:55 -04:00
Seth Vargo
4ac4b92cbb
Import fonts
2017-04-06 18:42:09 -04:00
Seth Vargo
6883eebbd9
Add press kit, hashicorp logo
2017-04-06 18:28:26 -04:00
Jeff Mitchell
d39ca0be68
Remove "these are denoted below" w.r.t. SIGHUP
...
SIGHUP support is denoted in the sections/options that support actions on SIGHUP, so with the new docs layout it's confusing to have the old statement in there. Remove in favor of the inline comments.
Fixes #2572
2017-04-06 16:08:58 -04:00
Brian Kassouf
62d59e5f4e
Move plugin code into sub directory
2017-04-06 12:20:10 -07:00
Sebastian Haba
3322f637ac
add mssql physical backend ( #2546 )
2017-04-06 09:33:49 -04:00
Brian Kassouf
2e23cf58b8
Add postgres builtin plugin
2017-04-05 17:19:29 -07:00
Brian Kassouf
ca2c3d0c53
Refactor to use builtin plugins from an external repo
2017-04-05 16:20:31 -07:00
Brian Kassouf
b071144c67
move builtin plugins list to the pluginutil
2017-04-05 11:00:13 -07:00
Pavel Timofeev
d2afabe4f6
Ldap auth doc fix ( #2568 )
...
* Move url parameter to the next line and fix a typo
* Add userdn paramater to the Scenario 1.
Without userdn set Vault can't search with error like
Code: 400. Errors:
* LDAP search failed for detecting user: LDAP Result Code 32 "No Such Object": 0000208D: NameErr: DSID-031001E5, problem 2001 (NO_OBJECT), data 0, best match of:
''
2017-04-05 08:29:38 -07:00
Cameron Stokes
76c74a3995
[docs] Add header to fix formatting.
2017-04-05 10:35:59 +10:00