Jeff Mitchell
eec68e0de2
changelog++
2018-05-29 15:01:39 -04:00
Jeff Mitchell
bde0bda710
Merge pull request #4600 from hashicorp/rekey-verification
...
Rekey verification, allowing new key shares to be confirmed before committing the new key.
2018-05-29 15:00:07 -04:00
Jeff Mitchell
7cf283cd2c
Make the rekey verification message more complete
2018-05-29 14:59:19 -04:00
Jeff Mitchell
3274d44012
Add num_member_entities and num_parent_groups to key_info in group listing ( #4648 )
2018-05-29 14:58:23 -04:00
Matthew Irish
64c0458d7e
changelog++
2018-05-29 12:49:35 -05:00
Jeff Mitchell
2971813684
Add verification nonce to non-verify status, if it exists, and name it verification nonce in the verify status for clarity
2018-05-29 13:18:52 -04:00
Jeff Mitchell
c53717ba1c
Fix panic and update some text
2018-05-29 13:13:47 -04:00
Jeff Mitchell
8b065344f8
Update CLI text
2018-05-29 12:42:33 -04:00
Jeff Mitchell
2d05e072b9
Fix a null pointer and update status threshold
2018-05-29 12:04:30 -04:00
Becca Petrin
606889f005
Docs for the upcoming Active Directory secrets engine ( #4612 )
2018-05-29 08:49:09 -07:00
Jeff Mitchell
bd0ac25eb9
Merge branch 'master' into rekey-verification
2018-05-29 10:19:57 -04:00
Matthew Irish
b383874a76
UI - Active Directory secrets ( #4647 )
...
* add AD secrets in the ui and move deprecated engines to the bottom of the list
* fix tools tests
* prettier
2018-05-29 09:14:31 -05:00
Kloppi313
365335f609
Typo in operator_rekey.go ( #4646 )
2018-05-29 09:28:08 -04:00
Matthew Irish
a3584bc52b
changelog++
2018-05-28 21:55:22 -05:00
Matthew Irish
a8d1031392
UI - wrapping lookup path ( #4644 )
...
* add creation path to the display on wrapping lookup
* fix z-index issue with console-panel and the subnav on smaller viewports
* use position:fixed for all of the global flash stuff
* tweaks for the console on mobile devices
2018-05-28 21:50:37 -05:00
Jeff Mitchell
a8cabe5733
changelog++
2018-05-28 12:09:07 -04:00
Jeff Mitchell
244cb0bf9a
Ensure safety_buffer in PKI is greater than zero ( #4643 )
...
Fixes #4641
2018-05-28 12:08:22 -04:00
Jeff Mitchell
14b65ff4db
Builds on top of #4600 to provide CLI support ( #4605 )
2018-05-28 00:39:53 -04:00
Joshua Ogle
a40df29f38
Merge pull request #4633 from hashicorp/jo-upgrade-copy
...
UI: Update copy for upgrade modal
2018-05-25 17:20:11 -06:00
Joshua Ogle
1fd6119a51
Fix upgrade link
2018-05-25 16:23:54 -06:00
Joshua Ogle
962dbe1dcb
Merge branch 'master' into jo-upgrade-copy
2018-05-25 15:51:57 -06:00
Joshua Ogle
ae32c8f1ec
Merge pull request #4640 from hashicorp/ui-styles-update
...
UI: Styles update
2018-05-25 15:30:35 -06:00
Joshua Ogle
e760e9725a
Add shadow to console
2018-05-25 15:29:58 -06:00
Joshua Ogle
b44fa640f5
Merge branch 'master' into ui-styles-update
2018-05-25 15:28:57 -06:00
madalynrose
0d90e50122
Update CHANGELOG.md
2018-05-25 16:43:16 -04:00
madalynrose
2b41283a91
UI console ( #4631 )
...
* adding columnify and ember-cli-cjs-transform
* add yargs-parser
* remove vendored yargs-parser tokenizer and use cjs transform to import it from actual yargs-parser
* add clear command that clears the log, but maintains history
* make codemirror have no gutter and be auto-height when rendered in the console output log
* add fullscreen command and hook up fullscreen toggle button
* hook up copy button
2018-05-25 16:33:22 -04:00
Joshua Ogle
2500d89938
Simpler type tags
2018-05-25 13:55:07 -06:00
Chris Hoffman
43c5030eca
pkcs11 docs updates
2018-05-25 15:39:07 -04:00
Jeff Mitchell
8231825cd1
Give more time for the self revocation test to run
2018-05-25 15:24:06 -04:00
Joshua Ogle
9bce97eb0a
Update upgrade link
2018-05-25 13:17:02 -06:00
Joshua Ogle
80262092af
Merge branch 'master' into jo-upgrade-copy
2018-05-25 12:59:50 -06:00
Jeff Mitchell
35cb9bc517
Redo API client locking ( #4551 )
...
* Redo API client locking
This assigns local values when in critical paths, allowing a single API
client to much more quickly and safely pipeline requests.
Additionally, in order to take that paradigm all the way it changes how
timeouts are set. It now uses a context value set on the request instead
of configuring the timeout in the http client per request, which was
also potentially quite racy.
Trivially tested with
VAULT_CLIENT_TIMEOUT=2 vault write pki/root/generate/internal key_type=rsa key_bits=8192
2018-05-25 14:38:06 -04:00
Becca Petrin
94ae5d2567
Add Active Directory secrets plugin ( #4635 )
2018-05-25 11:37:41 -07:00
Becca Petrin
12976bf60e
add userpass note on bound cidrs ( #4610 )
2018-05-25 14:35:09 -04:00
Jeff Mitchell
835b355489
Add key information to list endpoints in identity. ( #4634 )
...
* Add key information to list endpoints in identity.
Also fixes some bugs from before where we were persisting data that we
should not have been (mount type/path).
* Add cached lookups of real time mount info
2018-05-25 14:34:24 -04:00
Joshua Ogle
406b73d22c
Make popup menus consistent
2018-05-25 12:05:20 -06:00
Joshua Ogle
bea0a1d01e
Update styles for popover menus
2018-05-25 12:05:20 -06:00
Joshua Ogle
f55a6edac9
Update styles for tabs
2018-05-25 12:05:20 -06:00
Joshua Ogle
b24dbc2f50
Update styles for list row hover
2018-05-25 12:05:20 -06:00
Joshua Ogle
2377e2769d
Update styles for box shadows
2018-05-25 12:05:20 -06:00
Martin
a259c16c8b
Typo in Visibility + Add accepted values in Description ( #4638 )
2018-05-25 13:39:35 -04:00
Joshua Ogle
0e0a5e65fc
UI: Update copy for upgrade modal
2018-05-25 11:36:08 -06:00
Chris Hoffman
fa372dc1ae
changelog++
2018-05-25 12:53:26 -04:00
Chris Hoffman
d853375822
changelog++
2018-05-25 12:52:49 -04:00
Jeff Mitchell
3e95305efa
Fix mistaken extra Period value
2018-05-25 11:54:36 -04:00
Jeff Mitchell
52cb8234a6
Changelogify and fix some minor website bits
2018-05-25 10:39:23 -04:00
Nicholas Jackson
17460461a0
Breakout parameters for x.509 certificate login ( #4463 )
2018-05-25 10:34:46 -04:00
Becca Petrin
abc0975d75
fix tests ( #4636 )
2018-05-24 13:57:25 -07:00
Yoko
6a2d0e71b6
Vault Interactive Tutorial updates ( #4623 )
...
* Added more tutorial steps
* Updated the step texts
2018-05-24 11:39:02 -07:00
Brian Kassouf
c7142ce061
changelog++
2018-05-24 10:03:48 -07:00