Calvin Leung Huang
1fddbc98ba
Revert deprecated plugin var names ( #5822 )
...
* Revert field back to ListPluginsResponse.Names
* Revert field back to MountConfig.PluginName and APIMountConfig.PluginName
2018-11-19 15:23:48 -08:00
Clint
4ad10f138d
Agent kube projected token ( #5725 )
...
* Add support for custom JWT path in Agent: kubernetes auth
- add support for "token_path" configuration
- add a reader for mocking in tests
* add documentation for token_path
2018-11-19 14:28:17 -08:00
Jennifer Yip
dd3e85dc6e
Update share image ( #5776 )
2018-11-19 17:24:13 -05:00
Calvin Leung Huang
cb9998cd8f
Mount tune options ( #5809 )
...
* Refactor mount tune to support upsert options values and unset options.
* Do not allow unsetting options map
* add secret tune version regression test
* Only accept valid options version
* s/meVersion/optVersion/
2018-11-19 14:23:25 -08:00
Jennifer Yip
67b931d49e
Add consent manager to vaultproject.io ( #5808 )
...
* Add consent manager
* Add Hull and Hotjar
2018-11-19 17:23:03 -05:00
Richard Flosi
a534ebeb3a
Update section-header to 4.0.0 ( #5821 )
2018-11-19 17:20:54 -05:00
Jeff Escalante
6ef5f2c2de
update docs sidenav ( #5810 )
2018-11-19 17:20:03 -05:00
Matthew Irish
c268f58bd2
changelog++
2018-11-19 15:59:57 -06:00
Jeff Mitchell
4e987372d9
Remove token store paths with token/accessors in URLs ( #5773 )
2018-11-19 16:58:19 -05:00
Matthew Irish
47eb3f76bc
return backend on the PKI model so that capabilities fetches work ( #5824 )
2018-11-19 15:48:24 -06:00
Matthew Irish
cd1eaf3864
if the secret doesn't exist, set cas to 0 ( #5823 )
2018-11-19 15:47:58 -06:00
Brian Kassouf
7ab4cc5bda
Update path_role.go ( #5820 )
2018-11-19 13:40:36 -08:00
Matthew Irish
767f35e10e
UI secondary dr recovery token fix ( #5818 )
...
* use the OTP that the server provides instead of generating one in the JS client
* fix button styling
* differentiate between OTP and encoded token and encrypted token in the template
2018-11-19 15:14:24 -06:00
Brian Kassouf
9e2111e78d
Wrap storage calls with encoding checks ( #5819 )
...
* Add encoding backend
* More work on encoding checks
* Update error message
* Update physical/encoding.go
* Disable key checks if configured
2018-11-19 13:13:16 -08:00
Brian Kassouf
240ec5c8d9
perf-standby: Fix audit table upgrade on standbys ( #5811 )
2018-11-19 10:21:53 -08:00
Atthavit Wannasakwong
e9bcc20fae
fix wrong IAM action name in docs ( #5812 )
...
Reference:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/api-permissions-reference.html
2018-11-17 09:10:50 -08:00
Jim Kalafut
2b548e2de9
Show migration check error ( #5806 )
2018-11-16 15:09:35 -08:00
Joshua Ogle
f30e3db621
Merge pull request #5758 from hashicorp/ui-empty-states
...
UI: Empty state styles
2018-11-16 08:58:26 -07:00
Joshua Ogle
cec92e37c4
Merge branch 'master' into ui-empty-states
2018-11-16 08:58:02 -07:00
Jeff Escalante
f6c84002da
add ruby version to root ( #5802 )
2018-11-16 08:19:50 -05:00
Richard Flosi
9b1b780f5c
Update section-header usage for vaultproject.io ( #5799 )
2018-11-16 08:16:58 -05:00
Jeff Mitchell
5be434b97d
changelog++
2018-11-16 08:08:00 -05:00
Konstantinos Tsanaktsidis
7bf3c14260
Paper over GCS backend corruption issues ( #5804 )
...
We're having issues with leases in the GCS backend storage being
corrupted and failing MAC checking. When that happens, we need to know
the lease ID so we can address the corruption by hand and take
appropriate action.
This will hopefully prevent any instances of incomplete data being sent
to GSS
2018-11-16 08:07:06 -05:00
vishalnayak
bea5b6caa2
changelog++
2018-11-15 20:09:58 -05:00
Vishal Nayak
cf1b9fa18f
Update group memberships when entity is deleted ( #5786 )
...
* Use common abstraction for entity deletion
* Update group memberships before deleting entity
* Added test
* Fix return statements
* Update comment
* Cleanup member entity IDs while loading groups
* Added test to ensure that upgrade happens properly
* Ensure that the group gets persisted if upgrade code modifies it
2018-11-15 20:07:45 -05:00
Calvin Leung Huang
3d8e73cec9
Continue on plugin registration error in dev mode ( #5791 )
...
* Continue on plugin registration error in dev mode
* Continue only on unknown type error
* Continue only on unknown type error
* Print plugin registration error on exit
Co-Authored-By: calvn <cleung2010@gmail.com>
2018-11-15 16:55:24 -08:00
Matthew Irish
1036b29890
pass emptyActions through list view component and render into EmptyState
2018-11-15 16:48:28 -06:00
Matthew Irish
868eca5c99
use EmptyState on secrets list
2018-11-15 16:48:25 -06:00
Matthew Irish
08bbfd6686
make sure tabs show up on identity show pages
2018-11-15 16:48:22 -06:00
Matthew Irish
5197a531f0
don't show disable button for groups
2018-11-15 16:48:19 -06:00
Matthew Irish
2d864cb141
don't use bulma classes for empty-state
2018-11-15 16:48:16 -06:00
Matthew Irish
98ccba4acf
lint
2018-11-15 16:48:13 -06:00
Matthew Irish
a80b649dbe
move Add -> Create, add emptyTitle for leases list
2018-11-15 16:48:09 -06:00
Matthew Irish
4d8e6fa1cc
use anchors and LearnLink component
2018-11-15 16:48:04 -06:00
Matthew Irish
5f71ee9940
use outer-html component as a base for empty state
2018-11-15 16:48:00 -06:00
Matthew Irish
c4c987ee19
add learn link component
2018-11-15 16:47:57 -06:00
Joshua Ogle
1bf4886cb4
Fix prettier style on List View test
2018-11-15 16:47:53 -06:00
Joshua Ogle
4767923a8f
Better empty state copy
2018-11-15 16:47:50 -06:00
Joshua Ogle
ab00bc8d96
Replaced more old empty states
2018-11-15 16:47:47 -06:00
Joshua Ogle
f6924209c3
Remove old BlockEmpty component
2018-11-15 16:47:44 -06:00
Joshua Ogle
865d10e3d3
Add Empty State component
2018-11-15 16:47:41 -06:00
Calvin Leung Huang
c6832a8099
Support registering plugin with name only ( #5787 )
...
* Support registering plugin with name only
* Make RegisterPlugin backwards compatible
* Add CLI backwards compat command to plugin info and deregister
* Add server-side deprecation warnings if old read/dereg API endpoints are called
* Address feedback
2018-11-15 14:33:11 -08:00
Janosch Maier
7d7ae3d8b8
Fix incorrect parameter name in docs ( #5798 )
2018-11-15 13:56:12 -08:00
Clint
3f2e2f4c5d
Add read config endpoint docs ( #5790 )
...
* Add read config endpoint docs
* fix response code, remove empty fields from sample response
2018-11-15 11:51:06 -06:00
Yoko
cc8d35ac3f
Fixing broken link ( #5794 )
2018-11-15 09:23:05 -08:00
Jim Kalafut
3744fcc69a
Fix incorrect parameter name in docs ( #5793 )
...
Fixes https://github.com/hashicorp/vault-plugin-auth-gcp/issues/56
2018-11-14 17:16:04 -08:00
Vishal Nayak
3c42b15260
Fix sys/auth/path/tune to accept token_type ( #5777 )
2018-11-14 11:22:08 -08:00
RJ Spiker
0823e431ee
website: add js-utils and update components to accommodate ( #5751 )
2018-11-14 11:13:02 -08:00
Matthew Irish
2858fc13e3
UI husky ( #5752 )
...
* add husky and lint-staged as optional deps
* make sure make-driven builds don't install husky, and update the ui/README
2018-11-14 12:57:03 -06:00
Becca Petrin
c17ec383be
Update docs to match running builtins as plugins ( #5727 )
2018-11-14 09:17:12 -08:00