Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: keymgmt secret engine #15523

Merged
merged 30 commits into from May 20, 2022
Merged

UI: keymgmt secret engine #15523

merged 30 commits into from May 20, 2022

Conversation

hashishaw
Copy link
Collaborator

This is the final piece of work to enable Key Management Secrets Engine management in the UI

Enable KeyMgmt Secret Engine
keymgmt-enable

Create provider form with validation
keymgmt-provider-form

Creating a key
keymgmt-key-form

Key Rotation
keymgmt-rotate-key

Distribution works from both key and provider
keymgmt-distribute-key
keymgmt-distribute-provider

Previous work that this builds off of:
#13638
#13797
#13840

@hashishaw hashishaw added the ui label May 19, 2022
@hashishaw hashishaw added this to the 1.11.0-rc1 milestone May 19, 2022
@hashishaw hashishaw changed the title UI/vault 5729/keymgmt secret engine UI: keymgmt secret engine May 19, 2022
@hashishaw hashishaw merged commit 84dc796 into main May 20, 2022
@hashishaw hashishaw deleted the ui/VAULT-5729/keymgmt-secret-engine branch May 20, 2022 15:41
Gabrielopesantos pushed a commit to Gabrielopesantos/vault that referenced this pull request Jun 6, 2022
* No default provider on create, add subText to service_account_file field

* Show empty state if no provider selected -- sorry for all the conditionals

* Button and distribution title styling on key edit

* Fix key distribute empty state permissions

* Don't try to fetch distribution if provider is permissionError

* Use search-select component for provider on distribute component

* Show distribution form errors on page rather than popup

* Add id, label, subtext to input-search for search-select fallback

* Remove created field from provider, default to querying for keys unless capabilities is false

* Fix link to provider from key-edit

* Search select label styling and add subText to fallback

* Refetch model after key rotate

* Create distribution method is task so we can load and disable button

* Move keymgmt to cloud group on mount options

* Key actions are tasks, fix tab active class

* Add isRunning attr to confirm-action which disables confirm button and replaces text with loader

* Fix provider active tab class

* Handle control groups on distribution

* Correctly handle error message on key-edit

* Show loading state on distribute, reload key after distribute

* Clear old validation errors if valid

* Fix tests

* Fix delete url

* Add changelog

* Address PR comments

* kick circle-ci

* Format go file breaking fmt

* Rename old changelog

* Remove resolved TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants