David Wittman
|
deccef209c
|
Add test for stdin input
Shamelessly borrowed this pattern from write_test.go
|
2015-05-23 13:23:38 -05:00 |
|
David Wittman
|
e4ffd4ac27
|
Check for invalid token when authing via cli
If a token does not exist, the Read request returns without an
error, but the secret returned is `nil`, so we need to check for
that.
Closes #75
|
2015-04-28 21:50:51 -05:00 |
|
Mitchell Hashimoto
|
a668846932
|
command/auth: unify
|
2015-04-07 23:29:49 -07:00 |
|
Mitchell Hashimoto
|
e4f0563dd4
|
credential/github: CLI handler
|
2015-04-06 09:53:43 -07:00 |
|
Mitchell Hashimoto
|
cc01f79c79
|
command/auth: test for other methods
|
2015-04-06 09:40:47 -07:00 |
|
Mitchell Hashimoto
|
9751f8c963
|
command/mounts: columnize
|
2015-04-01 17:01:10 -07:00 |
|
Mitchell Hashimoto
|
e8a692898c
|
command/auth: validate the token
|
2015-03-31 15:22:52 -07:00 |
|
Mitchell Hashimoto
|
4b48996a41
|
command/auth: tests work wihtout vault installed
|
2015-03-30 11:07:31 -07:00 |
|
Mitchell Hashimoto
|
a6b9e87350
|
command/auth: setting tokens works
|
2015-03-30 10:55:41 -07:00 |
|
Mitchell Hashimoto
|
9d8d24f7fb
|
command/auth: boilerplate
|
2015-03-29 16:42:45 -07:00 |
|