Jeff Mitchell
|
1c6f2fd82b
|
Add response wrapping to list operations (#1814)
|
2016-09-02 01:13:14 -04:00 |
Vishal Nayak
|
90737d3b44
|
Merge pull request #1836 from hashicorp/truncate-version-string
Remove the string 'Vault' from version information
|
2016-09-01 20:23:26 -04:00 |
Seth Vargo
|
fc4a5bae3c
|
Update audit-enable to show more examples (#1842)
* Update audit-enable to show more examples
* Update audit_enable.go
|
2016-09-01 20:14:29 -04:00 |
Seth Vargo
|
a438f5e950
|
Add more examples and cleanup docs for auth (#1841)
|
2016-09-01 19:56:30 -04:00 |
Jeff Mitchell
|
19d64a476a
|
Apply fix from #1827 to rekey
|
2016-09-01 17:42:28 -04:00 |
Jeff Mitchell
|
cc08dc7400
|
changelog++
|
2016-09-01 17:41:09 -04:00 |
Jeff Mitchell
|
5bd93b62d4
|
Return bad request error on providing same key for root generation (#1833)
Fixes #1827
|
2016-09-01 17:40:01 -04:00 |
vishalnayak
|
5bd665a842
|
Update atlas listener factory to use version with pre-release info.
|
2016-09-01 17:21:11 -04:00 |
Vishal Nayak
|
7bbb09e3a8
|
Merge pull request #1839 from hashicorp/token-auth-policies
Avoid commas while printing policies
|
2016-09-01 16:34:03 -04:00 |
vishalnayak
|
f5447d8fa9
|
Avoid commas while printing policies
|
2016-09-01 16:32:27 -04:00 |
Jeff Mitchell
|
1d6552c625
|
Update logging formatting
|
2016-09-01 16:14:21 -04:00 |
Jeff Mitchell
|
35800b0782
|
Don't output key/value header if there are no values to display. (#1838)
Fixes #1835
|
2016-09-01 15:58:16 -04:00 |
Jeff Mitchell
|
7ec5b9ac05
|
changelog++
|
2016-09-01 15:40:18 -04:00 |
Evan Gilman
|
d7502e543d
|
Add golang api method for creating orphan tokens (#1834)
|
2016-09-01 15:39:44 -04:00 |
vishalnayak
|
3099503811
|
Remove 'v'
|
2016-09-01 15:23:23 -04:00 |
vishalnayak
|
9c78c58948
|
Remove the string 'Vault' from version information
|
2016-09-01 14:54:04 -04:00 |
Jeff Mitchell
|
61f1eee72c
|
Remove hex output from keys; standardize on B64 for CLI output. This (#1831)
aligns with all other interactions which use B64 encoding for bytes.
|
2016-09-01 12:59:15 -04:00 |
Vishal Nayak
|
8f6dfdcf49
|
Merge pull request #1832 from hashicorp/unexpose-transit-structs
Not exposing structs from transit's package
|
2016-09-01 12:14:55 -04:00 |
vishalnayak
|
127f61473b
|
Not exposing structs from the backend's package
|
2016-09-01 11:57:28 -04:00 |
khanklatt
|
242105a0ad
|
Correcting typo on "mechanisms" (#1822)
|
2016-09-01 09:53:20 -04:00 |
Raja Nadar
|
7bd0edee4b
|
doc: add keys_base64 to response json (#1824)
add the missing fields in json response for initializing vault.
keys_base64
|
2016-09-01 09:40:40 -04:00 |
Raja Nadar
|
f6cfc1c7ad
|
doc: add missing version and cluster fields (#1826)
adding the missing "version" field in json response.
also adding a new response when the unseal completes, and 2 more fields are returned. (cluster..)
|
2016-09-01 09:39:26 -04:00 |
Raja Nadar
|
97e5a02692
|
doc: add missing token field to generate-root apis (#1828)
the response is missing the encoded token field for a couple of apis.
|
2016-09-01 09:39:00 -04:00 |
Jeff Mitchell
|
acda8e107b
|
changelog++
|
2016-08-31 14:28:35 -04:00 |
Jeff Mitchell
|
ffaaacd029
|
Have file backend remove empty dirs. (#1821)
Add tests to check that prefixes are being properly removed (or at
least, not listed) from backends.
|
2016-08-31 14:12:28 -04:00 |
Andrew Backhouse
|
2f35789e71
|
Update index.html.md (#1819)
Corrected a minor spelling error.
|
2016-08-31 10:02:43 -04:00 |
Jeff Mitchell
|
1db0544b7a
|
Use unexported kdf const names
|
2016-08-31 07:19:58 -04:00 |
Jeff Mitchell
|
ecf61e9ba4
|
Add a separator to list output
|
2016-08-30 16:48:55 -04:00 |
Vishal Nayak
|
c46a7391c0
|
Merge pull request #1799 from hashicorp/fix-role-locking
approle: fix racy updates problem for roles
|
2016-08-30 16:46:40 -04:00 |
vishalnayak
|
cdcfa4572f
|
Address review feedback
|
2016-08-30 16:36:58 -04:00 |
Jeff Mitchell
|
809f380489
|
changelog++
|
2016-08-30 16:30:20 -04:00 |
Jeff Mitchell
|
d2239d22d9
|
Use hkdf for transit key derivation for new keys (#1812)
Use hkdf for transit key derivation for new keys
|
2016-08-30 16:29:09 -04:00 |
vishalnayak
|
29b9295673
|
approle: fix racy updates problem for roles
|
2016-08-30 16:11:14 -04:00 |
Jeff Mitchell
|
c3f4c419a1
|
changelog++
|
2016-08-30 15:16:55 -04:00 |
Jeff Mitchell
|
3ab68a0ad7
|
Merge pull request #1811 from bodymindarts/support-two-char-names
Support for 1 and 2 char names in GenericNameRegex
|
2016-08-30 15:14:02 -04:00 |
Justin Carter
|
c39145c40e
|
Support for 1 and 2 char names in GenericNameRegex
|
2016-08-30 19:37:52 +02:00 |
Jeff Mitchell
|
222adbdb61
|
Fix headers in aws-ec2 doc.
|
2016-08-30 11:53:21 -04:00 |
vishalnayak
|
9dbc97028b
|
STS path field description update
|
2016-08-30 10:53:21 -04:00 |
Jeff Mitchell
|
93b5b2a2c0
|
Update website with POST STS path
|
2016-08-30 10:37:55 -04:00 |
vishalnayak
|
07ca0eba72
|
changelog++
|
2016-08-30 10:37:11 -04:00 |
vishalnayak
|
0b07ec7303
|
Added UpdateOperation to logical AWS STS path
|
2016-08-30 10:30:13 -04:00 |
Jeff Mitchell
|
eb45f64d10
|
Merge pull request #1808 from rajanadar/patch-2
doc: remove duplicate aws-ec2 menu item
|
2016-08-30 09:26:38 -04:00 |
Raja Nadar
|
5172cdab3f
|
doc: remove duplicate aws-ec2 menu item
the auth backends menu had a duplicate entry for aws-ec2 auth.
removed the dup one.
|
2016-08-30 00:59:44 -07:00 |
vishalnayak
|
69ea6ea9da
|
changelog++
|
2016-08-29 16:38:32 -04:00 |
Vishal Nayak
|
c88fb7db3b
|
Merge pull request #1806 from hashicorp/warning-url-token
Add back token/accessor URL parameters but return a warning.
|
2016-08-29 15:57:21 -04:00 |
vishalnayak
|
328de60338
|
Description consistency
|
2016-08-29 15:53:11 -04:00 |
Jeff Mitchell
|
ac38863884
|
Add back token/accessor URL parameters but return a warning.
CC @sethvargo
|
2016-08-29 15:15:57 -04:00 |
Vishal Nayak
|
81317b8a0f
|
Merge pull request #1525 from hashicorp/revert-aws-upgrade-code
Remove the upgrade code to update the auth table from 'aws' to 'aws-ec2'
|
2016-08-29 12:45:03 -04:00 |
vishalnayak
|
aec05fdf02
|
Remove the upgrade code to update the mount table from 'aws' to 'aws-ec2'
|
2016-08-29 11:53:52 -04:00 |
vishalnayak
|
0df8ed5545
|
changelog++
|
2016-08-29 11:50:39 -04:00 |