Armon Dadgar
e2e077964b
Merge pull request #520 from hashicorp/sethvargo/remove_sys_login
...
Remove Sys.Login (unused)
2015-08-11 10:11:34 -07:00
Armon Dadgar
be88630db5
Merge pull request #510 from ctennis/more_descriptive_errors
...
More descriptive errors with specific HTTP return codes
2015-08-11 10:11:26 -07:00
Armon Dadgar
f4c7846438
Merge pull request #509 from ekristen/github-fix
...
Reimplements #459
2015-08-11 10:06:10 -07:00
Armon Dadgar
891d3e9f58
Fixing merge conflict
2015-08-11 10:04:47 -07:00
Seth Vargo
83bc2692f9
Remove Sys.Login (unused)
2015-08-11 13:04:11 -04:00
Armon Dadgar
284d368339
Merge pull request #460 from ekristen/jwt
...
Initial pass at JWT secret backend
2015-08-11 10:02:26 -07:00
Armon Dadgar
6a7780301c
Merge pull request #519 from ctennis/validate_field_data
...
Validate field data before we try to access it
2015-08-11 09:57:03 -07:00
Caleb Tennis
d8d76a5304
Add a validation step in field data to error more quickly vs. allowing panics to happen when we go to get the data and convert it
2015-08-11 12:34:14 -04:00
Caleb Tennis
1621f5e405
This adds a new error class which can be used by logical backends to
...
specify more concrete error cases to make their way back up the stack.
Over time there is probably a cleaner way of doing this, but that's
looking like a more massive rewrite and this solves some issues in
the meantime.
Use a CodedError to return a more concrete HTTP return code for
operations you want to do so. Returning a regular error leaves
the existing behavior in place.
2015-08-10 13:27:25 -04:00
Caleb Tennis
f8560c9eaa
Fix a couple of typos
2015-08-09 15:20:06 -04:00
Erik Kristensen
ce17751f4c
reimplements #459
2015-08-09 11:25:45 -06:00
Michael S. Fischer
7e835f8892
Provide working example of TLS certificate authentication
...
Fixes #474
2015-08-07 15:15:53 -07:00
Michael S. Fischer
4fd7e4c4c5
Update .gitignore to cover editor backup files
2015-08-07 15:15:47 -07:00
Michael S. Fischer
3a05fb70a7
command/meta.go: document environment variables
...
Document the environment variables which, if set, can provide default
values for configuration options.
Fixes #476
2015-08-07 15:13:30 -07:00
Armon Dadgar
cd6c3f0712
Merge pull request #502 from geckoboard/bugfix-allow-token-id-to-be-specified
...
Allow the `vault token-create` command to specify the token's id
2015-08-07 10:18:39 -07:00
Matt Button
907011f8d7
Allow the vault token-create
command to specify the token's id
2015-08-07 08:45:34 +00:00
Erik Kristensen
d6f8a699cb
adding basic tests
2015-08-06 17:50:34 -06:00
Erik Kristensen
d877b713e9
initial pass at JWT secret backend
2015-08-06 17:49:44 -06:00
vishalnayak
b5c3624f2e
Merging with master
2015-08-06 18:44:40 -04:00
vishalnayak
044a2257e7
Vault SSH: Automate OTP typing if sshpass is installed
2015-08-06 17:00:50 -04:00
vishalnayak
0542fd8389
Vault SSH: uninstall dynamic keys using script
2015-08-06 15:50:12 -04:00
vishalnayak
c26782acad
Vault SSH: Script to install dynamic keys in target
2015-08-06 14:48:19 -04:00
Seth Vargo
411e95d5cc
Merge pull request #501 from hashicorp/sethvargo/godepsurself
...
Trying to understand the magic of godeps
2015-08-06 12:54:51 -04:00
Seth Vargo
1430161921
Add inf
2015-08-06 12:42:50 -04:00
Seth Vargo
fd189259f0
Add missing godeps
2015-08-06 12:41:10 -04:00
Paul Hinze
0d4aa51855
Update vault code to match latest aws-sdk-go APIs
2015-08-06 11:37:08 -05:00
Seth Vargo
070d45456a
Update to latest aws and move off of hashicorp/aws-sdk-go
2015-08-06 12:26:41 -04:00
Seth Vargo
139398c61e
Update ec2 (hc)
2015-08-06 12:20:01 -04:00
Seth Vargo
cf0a487cb9
Update gocql
2015-08-06 12:09:40 -04:00
Seth Vargo
f811a1d999
Update snappy to the canonical new path
...
https://github.com/golang/snappy/pull/14
2015-08-06 12:05:35 -04:00
Armon Dadgar
5058582e98
Merge pull request #439 from geckoboard/feature-tls-mysql
...
Using SSL to encrypt connections to MYSQL
2015-08-05 14:52:43 -07:00
Armon Dadgar
b4e011ba6b
Merge pull request #495 from ekristen/audit-timestamp
...
add a time field to the log entries
2015-08-05 14:51:06 -07:00
Erik Kristensen
f3a02a8d13
update tests
2015-08-05 08:44:48 -06:00
Erik Kristensen
79dcffd4ac
add a time field to the log entries
2015-08-05 07:47:39 -06:00
vishalnayak
607732261b
Vault SSH: Added 'echo' path to SSH
2015-08-04 15:30:24 -04:00
Armon Dadgar
385f2375bd
Merge pull request #469 from kgutwin/f-config-defaultlease
...
Add configuration options for default lease duration and max lease duration
2015-08-04 10:06:41 -07:00
Armon Dadgar
b380090c47
Merge pull request #489 from ekristen/github-fix
...
Fixes GitHub Authentication Bug #488
2015-08-04 10:05:07 -07:00
Vivien Schilis
de2218dd2c
Add documentation for the tls_ca_file option
2015-08-04 05:10:33 +00:00
vishalnayak
f50193efe1
Vault SSH: Testing OTP creation
2015-08-03 19:04:07 -04:00
Erik Kristensen
5ca2816084
remove newline
2015-08-03 16:34:24 -06:00
Erik Kristensen
2c9f2d5673
fix bug #488
2015-08-03 15:47:30 -06:00
Armon Dadgar
2970eb0ce5
Merge pull request #486 from consultantRR/app-id-doc
...
update doc for app-id
2015-08-03 13:50:42 -07:00
vishalnayak
552853d995
Vault SSH: CRUD tests for named keys
2015-08-03 16:18:14 -04:00
Rusty Ross
9f9b8a81e2
update doc for app-id
...
make clearer in doc that user-id can accept multiple app-id mappngs as comma-separated values
2015-08-03 09:44:26 -07:00
vishalnayak
2b76d37f14
Vault SSH: CRUD test for lookup API
2015-08-03 11:22:00 -04:00
Armon Dadgar
fedf878e9a
Merge pull request #482 from chiefy/master
...
Adding vaulted nodejs library to libraries section in docs.
2015-07-31 15:13:44 -07:00
Armon Dadgar
070c15d62a
Merge pull request #483 from longnguyen11288/master
...
added golang client lib
2015-07-31 15:10:36 -07:00
Vishal Nayak
a44c36856c
Merge pull request #480 from hashicorp/issue479
...
Vault Test: Disabling mlock for logical.testing.Test()
2015-07-31 18:06:46 -04:00
Long Nguyen
a79def7710
added golang client
2015-07-31 17:10:38 -04:00
vishalnayak
e9826c635c
Vault SSH: CRUD test for dynamic role
2015-07-31 15:17:40 -04:00