Calvin Leung Huang
351b707e18
cli/json: correctly output the number of key shares and threshold on stored keys ( #5910 )
2018-12-12 15:26:11 -05:00
Joel Thompson
286b3f4e9f
auth/aws: Clarify docs for cross-account access with IAM auth ( #5900 )
...
The docs hadn't been updated to reflect the ability to do cross-account
AWS IAM auth, and so it was a bit confusing as to whether that was
supported. This removes the ambiguity by explicitly mentioning AWS IAM
principals.
2018-12-12 15:21:27 -05:00
Jeff Mitchell
c12c21551f
Merge branch 'master' of https://github.com/hashicorp/vault into master-oss
2018-12-12 15:16:50 -05:00
Jeff Mitchell
ea9fbc5709
changelog++
2018-12-12 15:08:42 -05:00
Chris Hoffman
555b914695
adding -dev-kv-v1 flag for forcing kvv1 ( #5919 )
2018-12-12 12:07:18 -08:00
Þórhallur Sverrisson
d86acfc94f
Remove DEL characters from password input ( #5837 )
...
* Remove DEL characters from password input
iTerm password manager sends \x03\0x7f before sending a password
from its password manager to make sure the password is not being
echoed to the screen. Unfortunately, vault login does not handle
the Space DEL sequence, causing the login to fail when using the
password manager. This patch uses a simple method to delete the
sequence if present anywhere in the string, although it is strictly
only needed at the start of input.
* Simplify iTerm handling to only remove iTerm prefix
The logic now only removes the two byte prefix sent in by iTerm
instead of trying to remove all deletes in the string.
This has been tested to work with the iTerm password manager.
As a small correction, the byte sequence is \x20\x7f. The
earlier commit message incorrectly stated it was \x03\x7f.
2018-12-12 15:06:10 -05:00
Noelle Daley
5056e34956
return correct format of random data generator ( #5945 )
2018-12-12 11:05:37 -08:00
Bert Roos
cfa008896d
Added comma for readability ( #5941 )
...
Signed-off-by: Bert Roos <Bert-R@users.noreply.github.com>
2018-12-12 09:23:20 -05:00
Graham Land
53c6b36613
Fixing a couple of small typos ( #5942 )
2018-12-12 05:56:58 -08:00
Brian Kassouf
737b7e6651
Fix plugin reload when in a namespace ( #5937 )
2018-12-11 17:21:23 -08:00
Jeff Mitchell
e3c538e9cb
Fix tests
2018-12-11 15:04:02 -05:00
Jeff Mitchell
66af039f00
changelog++
2018-12-11 11:29:16 -05:00
Jeff Mitchell
c178d05e07
Properly continue if cert entry is nil when tidying ( #5933 )
...
Fixes #5931
2018-12-11 11:28:14 -05:00
emily
94c03d1072
Update GCP auth BE docs ( #5753 )
...
Documented changes from https://github.com/hashicorp/vault-plugin-auth-gcp/pull/55
* Deprecating `project_id` for `bound_projects` and making it optional
* Deprecating `google_certs_endpoint` (unused)
* Adding group aliases
Also, some general reformatting
2018-12-10 12:54:18 -08:00
madalynrose
c822f06d54
Update CHANGELOG.md
2018-12-10 12:14:51 -05:00
madalynrose
c84c8e01b2
Search select ( #5851 )
2018-12-10 11:44:37 -05:00
Jeff Mitchell
c67ef8be09
Update PKI docs ( #5929 )
2018-12-10 10:24:47 -05:00
Tommy Murphy
d3774e6aaa
Correct GCE Token Parameter ( #5667 )
...
As written the GCE token curl results in an error: "non-empty audience parameter required".
Google's docs (https://cloud.google.com/compute/docs/instances/verifying-instance-identity ) confirm that the parameter is 'audience' not 'aud'.
2018-12-07 15:10:30 -08:00
Noelle Daley
37683e234d
mask password on ldap auth form ( #5898 )
2018-12-07 13:23:42 -08:00
Matthew Irish
436b60fa77
changelog++
2018-12-07 14:02:58 -06:00
Matthew Irish
42300b4087
UI - web cli layout ( #5909 )
...
* move console/ui-panel into nav-header component
* notch-specific CSS
* add layout test in the application for the console
2018-12-07 14:00:52 -06:00
Matthew Irish
a447dac803
change ui url so that it includes the trailing slash ( #5890 )
2018-12-05 12:25:16 -06:00
Chris Hoffman
561502394a
fixing redirect ( #5908 )
2018-12-05 12:06:15 -05:00
Chris Hoffman
57536e0c41
adding a redirect for old style upgrade guide location ( #5905 )
2018-12-05 10:54:10 -05:00
Chris Hoffman
cebbe43f70
removing beta tag ( #5904 )
2018-12-05 10:45:22 -05:00
Jim Kalafut
cb52f36c38
Update downloads.html.erb ( #5899 )
2018-12-05 10:40:33 -05:00
Chris Hoffman
1da490e929
adding upgrade guide for 1.0 ( #5903 )
...
* adding upgrade guide for 1.0
* fixing sidebar
2018-12-05 10:33:53 -05:00
Jeff Mitchell
13b5c3be51
Fix SSH CA giving 500 if keys need to be deleted ( #5897 )
2018-12-04 13:29:11 -05:00
ncabatoff
b53437a2f8
Fix documentation re substitutions. It appears this was broken from day one. ( #5896 )
2018-12-04 13:14:00 -05:00
Jim Kalafut
3552019795
Update operator migrate docs ( #5895 )
2018-12-04 08:49:42 -08:00
Jeff Mitchell
7b717983c6
changelog++
2018-12-03 17:44:12 -05:00
Brian Kassouf
052ae041e9
Update CHANGELOG.md
2018-12-03 14:19:08 -08:00
Chris Dituri
471f26a0e3
ui/app/adapters/pki.js: fix typo in assert() message ( #5882 )
...
Update the assertion to indicate, in order to override the PKI adapter
url() method, one should extend the PKI adapter; not the SSH adapter.
2018-12-03 16:14:59 -06:00
Jeff Mitchell
e590c4fb99
Cut version 1.0.0
2018-12-03 14:37:18 -05:00
Martin
6c0ce0b11f
Typo in policy template doc ( #5887 )
2018-12-03 14:36:17 -05:00
Jeff Mitchell
394ce75e33
Move some handle request functions up a level ( #5889 )
...
* Move some handle request functions up a level
Add clearing of token entry from request, fixing a test
* Update request_handling.go
2018-12-03 14:35:20 -05:00
Jeff Mitchell
806bf309dc
changelog++
2018-12-03 12:48:42 -05:00
Jeff Mitchell
4cb3b4c5d3
changelog++
2018-12-03 12:46:44 -05:00
Brian Kassouf
4fa5580383
fix panic when listing nil resp ( #5886 )
2018-12-03 09:18:28 -08:00
RJ Spiker
1a5149dceb
website: @hashicorp dependency bumps ( #5874 )
2018-12-03 12:17:10 -05:00
RJ Spiker
14f5c88a38
website: responsive styling updates ( #5858 )
...
* docs-sidenav version bump with required updates to #inner styles
* website - fix ie11 responsive rendering bug
2018-12-03 12:09:28 -05:00
Calvin Leung Huang
e71017e5a9
Set request token entry within fetchACLTokenEntryAndEntity ( #5880 )
2018-12-03 11:57:53 -05:00
Jeff Mitchell
9066bba70a
CL and plugin updates
2018-12-03 11:45:02 -05:00
Jeff Mitchell
149e14f8fa
Some release prep work
2018-12-03 10:01:06 -05:00
Matthew Irish
c9cb6910d5
changelog++
2018-12-03 08:29:25 -06:00
Matthew Irish
af8eda9322
UI - kv v2 graceful degrade ( #5879 )
...
* turns out sourcemaps are useful
* add test for restricted policy in kv v2
* only include version param on fetch if it's encoded in the id
* rename some vars for clarity and use model.id when persisting a secret
* fix delete attributes on the models
* allow data edit when there's metadata access is disallowed
* add tests for edit with restricted policy
* hide metadata fields if you can't edit them
2018-12-03 08:22:13 -06:00
Calvin Leung Huang
c2e87c20d8
Remove pt value from error output
2018-12-03 09:19:16 -05:00
Jim Kalafut
1f3ea9b30a
Fix docs typos ( #5881 )
2018-11-30 14:32:04 -08:00
Martins Sipenko
3c0d63169c
Fix config/sts docs ( #5839 )
2018-11-30 11:08:47 -08:00
Mike Christof
a82ff1f92e
fixed api/secret/ssh docs ( #5833 )
2018-11-30 10:55:33 -08:00