Jeff Mitchell
10d24779c0
Rename GetWarnings->Warnings for responses
2015-10-07 16:18:39 -04:00
Jeff Mitchell
d740fd4a6a
Add the ability for warnings to be added to responses. These are
...
marshalled into JSON or displayed from the CLI depending on the output
mode. This allows conferring information such as "no such policy exists"
when creating a token -- not an error, but something the user should be
aware of.
Fixes #676
2015-10-07 16:18:39 -04:00
Jeff Mitchell
2b5b980a0d
Update godeps
2015-10-07 16:10:00 -04:00
Jeff Mitchell
50b9129e65
Normalize policy names to lowercase on write. They are not currently
...
normalized when reading or deleting, for backwards compatibility.
Ping #676 .
2015-10-07 13:52:21 -04:00
Jeff Mitchell
4a52de13e3
Add renew-self endpoint.
...
Fixes #455 .
2015-10-07 12:49:13 -04:00
Jeff Mitchell
3c914f7fa8
Add revocation/renewal functions in all cases in the generic backend.
...
Fixes #673 .
2015-10-07 11:42:23 -04:00
Jeff Mitchell
2091842dca
Sort policies when checking for equality
2015-10-06 15:48:25 -04:00
Jeff Mitchell
6f4e42efed
Add StaticSystemView to LDAP acceptance tests
2015-10-06 15:48:10 -04:00
Jeff Mitchell
ad840233eb
Allow base64-encoded keys to be used on the CLI for init/rekey.
...
Fixes #653 .
2015-10-06 12:47:01 -04:00
Jeff Mitchell
63e4f28f60
Use rsync in push script to avoid differing 'cp' behavior on OSX/Linux
2015-10-06 12:15:25 -04:00
Jeff Mitchell
9c22ea2511
Cut version 0.3.1
2015-10-06 11:13:05 -04:00
Jeff Mitchell
4431253ec9
Rename NOBINTRAY to something more sensible
2015-10-06 11:11:51 -04:00
Jeff Mitchell
de571c304d
Add changelog entries for 0.3.1 and bump version in CLI
2015-10-06 11:03:55 -04:00
Jeff Mitchell
342a547fde
Link to our security contact point in the Readme
2015-10-05 19:39:25 -04:00
Jeff Mitchell
21644751ed
Fix the key rotation upgrade check error message
2015-10-05 18:23:32 -04:00
Vishal Nayak
bf464b9a4b
Merge pull request #661 from hashicorp/maxopenconns
...
Parameterize max open connections in postgresql and mysql backends
2015-10-03 16:55:20 -04:00
Vishal Nayak
706b806565
Merge pull request #664 from hashicorp/github-renewal
...
Github backend: Enable auth renewals
2015-10-03 16:11:56 -04:00
vishalnayak
a740c68eab
Added a test case. Removed setting of defaultTTL in config.
2015-10-03 15:36:57 -04:00
vishalnayak
145aee229e
Merge branch 'master' of https://github.com/hashicorp/vault
2015-10-03 00:07:34 -04:00
vishalnayak
8e7975edc8
Added ConnectionURL along with ConnectionString
2015-10-02 23:47:10 -04:00
vishalnayak
e3f04dc444
Added testcases for config writes
2015-10-02 22:10:51 -04:00
Jeff Mitchell
645932a0df
Remove use of os/user as it cannot be run with CGO disabled
2015-10-02 18:43:38 -07:00
Jeff Mitchell
8f27c250d6
Fix problematic logging statements.
...
Fixes #665 .
2015-10-02 18:31:46 -07:00
vishalnayak
ea0aba8e47
Use SanitizeTTL in credential request path instead of config
2015-10-02 15:41:35 -04:00
vishalnayak
69b478fff1
fix struct tags
2015-10-02 14:13:27 -04:00
vishalnayak
c7fd639b2e
Remove format parameter
2015-10-02 14:10:24 -04:00
vishalnayak
3dd84446ab
Github backend: enable auth renewals
2015-10-02 13:33:19 -04:00
vishalnayak
1f12482995
Fix ConnectionString JSON value
2015-10-02 12:07:31 -04:00
Jeff Mitchell
d137958fc0
Merge pull request #663 from curtisallen/update-acl
...
update acl example
2015-10-02 11:49:48 -04:00
Curtis Allen
c9213a809d
update acl example
...
Without `auth/token/lookup-self` read access you are unable to
authenticate. Update example to work as well as use new command output.
2015-10-02 09:06:42 -06:00
vishalnayak
644a655920
mysql: made max_open_connections configurable
2015-10-01 21:15:56 -04:00
vishalnayak
2051101c43
postgresql: Configurable max open connections to the database
2015-10-01 20:11:24 -04:00
Jeff Mitchell
1e10ecf6c6
Fix cross compile by setting CGO_ENABLED=0
2015-10-01 12:32:28 -07:00
Jeff Mitchell
7c5933f8b7
Merge pull request #654 from colinrymer/patch-1
...
Remove redundant wording for SSH OTP introduction.
2015-10-01 10:47:06 -04:00
Colin Rymer
e2b157aa79
Remove redundant wording for SSH OTP introduction.
2015-09-30 10:58:44 -04:00
Jeff Mitchell
6fe4139ac3
Changelogify++
2015-09-29 19:03:43 -07:00
Jeff Mitchell
2317edcba5
Merge pull request #650 from yanzay/master
...
Fix some lint warnings.
2015-09-29 19:03:01 -07:00
Jeff Mitchell
f711393de6
Merge pull request #649 from ipoval/master
...
[code-gardening] fix typo in the documentation
2015-09-29 19:01:58 -07:00
Jeff Mitchell
6a7e87d471
Changelogify
2015-09-29 19:01:45 -07:00
Paul Hinze
aa774daf1c
website: bundle update
...
gets latest middleman-hashicorp w/ bugfix
2015-09-29 18:56:47 -07:00
Jeff Mitchell
c3bdde8abe
Add a static system view to github credential backend to fix acceptance tests
2015-09-29 18:55:59 -07:00
vishalnayak
c3569bae5e
Fixed gravatar hash
2015-09-29 14:12:58 -04:00
Alexey Grachov
2bb6ec1e18
Fix some lint warnings.
2015-09-29 10:35:16 +03:00
Ivan Povalyukhin
0bced67170
[code-gardening] fix typo in the documentation
2015-09-28 19:34:57 -07:00
Jeff Mitchell
43c4cdd1af
Cut version 0.3.0
2015-09-27 22:37:55 -04:00
Jeff Mitchell
ca50012017
Format token lease/TTL as int in JSON API when looking up
2015-09-27 22:36:36 -04:00
Jeff Mitchell
4ba4488269
Update version number
2015-09-27 17:10:33 -04:00
Jeff Mitchell
0dbc106906
Update dist script
2015-09-27 16:56:32 -04:00
Jeff Mitchell
52e24fb74c
Merge pull request #647 from jszwedko/some-go-vet-changes
...
Fix warnings returned by `make vet`
2015-09-27 16:21:33 -04:00
Jesse Szwedko
6ef455af89
Fix warnings returned by make vet
...
$GOPATH/src/github.com/hashicorp/vault/vault/policy.go:69: unreachable code
$GOPATH/src/github.com/hashicorp/vault/vault/policy_store_test.go:139: github.com/hashicorp/vault/logical.StorageEntry composite literal uses unkeyed fields
2015-09-26 21:17:39 -07:00