open-vault/changelog
Angel Garbarino 59e83e2e6d
UI Database Secrets Engine (MongoDB) (#10655)
* move the ttls on enable for db to default and not as options

* refactor form field to angle brackets

* add database to supported backend

* initial setup of components and models

* setup selectable cards, need to make own component

* styling setup

* subtext and links

* number styling

* search select put in place and button, all pretty things

* search label text

* messy but closer to data configuration. making models and fetching those models on routes

* connection adapter and serializer that is pulled in by the overview route

* clean up and add new model params connections and roles to overview route hbs

* setting up overview as route with SecretHeader component.  TODO, show Overview tab, but have link to route.  It's going be on the secret header list component

* setup overview tab on secret-list-header to go to overview page

* setup id in overview route

* Correct link on secrets engine list for database and others

* Roles tab on database fetches correct model

* Update options for backend with hasOverview param so overview tab is rendered conditionally on secret list header

* create new getCrendentialsComponent

* Rename database connection parent component and start working on display

* setup routing to credentials route for database from overview page

* setup network request for the credentials of role

* setup serializer for credentials

* redirect previous route

* fix border color on button disable

* add margin to back button

* change to glimmer component

* glimmerize and clean up the get-credentials-card

* Begin database connection show and create form

* add component test for the get-credentials-card

* Database connection model and field groups

* add static roles to searhSelect

* add staticRoles on overview page

* Toolbar and tabs on database connection show view looks correct

* combine static and dynamic role models for pagination

* Update database-list-item with real link to connection

* Add support for optionalText edit type on form-field

* handle situation when no static and/or dynamic roles

* turn partial into component so can handle computed and eventually click actions, similar to transform

* glimmerize database-list-item

* use lazy capabilities on list role and static-role actions

* Create connection works and redirects to show page

* creds request based on dynamic or static and unload the store by record creds when they transition away.

* dynamcially add in backend for queries

* fixes on overview page for get credentials with hardcoded backend and layout for static creds

* Rotate and Reset connection actions working on connection

* get credentials set the query params

* setup async for handling permission errors on overivew

* Move query logic to store for getting both types of role

* Filtering works on combined role models

* cleanup

* Fix no meta on connections list

* better handle the situation where you don't have access to list roles but do to generate

* implment updated empty state component and add to credentials page when roleType is noRoleType

* glimmerize the input search component

* move logic for generate credentials urlto the generate creds component

* remove query param for role type

* handle permissions on the overview page

* permissions for role list

* New roles route for backends

* handle different permissions for empty return on 404 vs 403 on overview page

* fix links on overview page

* Connetions WIP

* setup lazy caps for the connections model and list

* add computed to role and static role models to clean up permissions

* setup actions for connections list

* Update form-field to show password type and update json input to angle bracket syntax with optional theme option

* setup capabilities on overview for empty state

* fix hardcoded on the backend

* toggle inner label has width 100%

* Add custom update password togglable input on database connection edit form, and only submit defined attrs

* Add updateRecord to connection adapter

* glimmerize secret list header and make new component which either shows or does not show the tab based on permissions

* Remove tabs on show connection

* add peek record

* Update database role to get both models on a single model, remove static-role model and adapter, remove roles route

* fix creds permissions on database-list-item

* add component info and rename for secret-list-header-tab

* fix issues on overview page

* Add path to individual role on serializer

* add accetpance test for testing the engine

* fix transform test

* test fix

* Update connection before role created, disable button with tooltip if user cannot update path

* Add add-to-array and remove-from-array helpers with tests

* Clean up connection update on delete or create role, cleanup logs, role create link works

* Database role create and edit forms with readonly fields and validation. Add readonly-form-field

* Add field div around ttl picker for correct spacing on form-field

* fix the breadcrumbs

* PLaceholder test for readonly form field

* create new helper to format time duration

* tooltip and formatting on static role

* more on static roles time stuff

* clean up

* clean up

* fixes on the test and addition of another helper test

* fix secrets machine test

* Add modal to connection creation flow

* fix issue with readonly form field test

* Add is-empty-object helper and tests

* Role error handling

* Remove Atlas option from connection list, add defaults to db role form

* clean up stuff though might have made it uglier

* clean up

* Add capabilities checks on connection actions

* Fix jsdocs on readonly-form-field

* Fix json editor height on form field

* Readonly form has notallowed cursor, readonly form field updates

* Add blank field rendering to info-table-row

* Start writing readonly form field tests

* Address some PR comments

* fix fallback action on search select

* cleanup per comments

* fix readonly form field test and lint

* Cleanup string helpers

* Replace renderBlank with alwaysRender logic

* re-humanize label on readonly form field

* Show defaultShown value on info-table-row if no value and always render

* Show default on role and connection show table

* Add changelog

Co-authored-by: Chelsea Shaw <chelshaw.dev@gmail.com>
2021-02-18 10:36:31 -06:00
..
9972.txt add to changelog (#10601) 2020-12-18 10:26:08 -07:00
10072.txt docs change for max request size community PR (#10723) 2021-01-27 10:02:00 -08:00
10077.txt Templates and 1 example (#10363) 2020-11-16 14:05:28 -05:00
10131.txt changelog: add PR 10131 to the changelog (#10688) 2021-01-12 18:24:04 -08:00
10231.txt Allow Vault Agent to run as a Windows service (#10231) 2020-11-23 14:24:32 -08:00
10365.txt "vault operator usage" CLI for client count reporting (#10365) 2020-11-23 14:57:35 -06:00
10375.txt changelog with go changelog (#10434) 2020-11-30 09:24:24 -08:00
10384.txt Match influxdb changelog with correct PR (#10535) 2020-12-11 15:50:07 -07:00
10386.txt changelog for vault 849 (#10435) 2020-11-30 10:28:32 -08:00
10416.txt Add changelog for #10416 (#10473) 2020-12-01 16:08:19 +00:00
10417.txt Fix delete role issue on transform (#10417) 2020-11-23 10:38:09 -06:00
10424.txt Fix license caching issue (#10424) 2020-12-02 18:21:14 +01:00
10433.txt MySQL - Fix username generation length bug (#10433) 2020-12-01 15:24:51 -07:00
10444.txt Add AllowedHeader and fix AllowedOrigins in the API (#10482) 2020-12-03 14:31:25 +01:00
10456.txt changelog/10456.txt 2020-12-10 06:55:24 -05:00
10487.txt Only use entropy augmentation for root token creation [VAULT-670] (#10487) 2020-12-04 09:44:04 -08:00
10489.txt core: Record the time a node became active (#10489) 2020-12-11 16:50:19 -08:00
10490.txt Fix UI custom header values (#10511) 2020-12-15 15:58:03 +01:00
10491.txt No 'v' in version HTML anchor (#10491) 2020-12-08 11:21:48 -06:00
10498.txt Be consistent with how we report init status. (#10498) 2020-12-08 13:55:34 -05:00
10514.txt metrics: activity log (#10514) 2021-01-26 16:37:07 -06:00
10520.txt Send a test message before committing a new audit device. (#10520) 2020-12-16 16:00:32 -06:00
10536.txt rate limit: fix initialize defaults (#10536) 2020-12-14 14:55:52 -05:00
10537.txt Improve consistency in error messages (#10537) 2020-12-11 15:21:53 -06:00
10546.txt Updates the OIDC/JWT auth plugin (#10546) 2020-12-14 10:07:07 -08:00
10556.txt Only set the namespace if the env var isn't present (#1519) (#10556) 2020-12-14 11:40:48 -08:00
10558.txt changelog: add entry for 10558 (#10563) 2020-12-14 12:00:26 -08:00
10579.txt Fix ip disclosure (#10649) 2021-01-05 15:32:47 -06:00
10588.txt UI/managed namespace changes (#10588) 2021-01-07 14:18:36 -06:00
10596.txt Bug: Fix issue with double encoding on space in secret history route (#10596) 2021-01-04 09:32:52 -07:00
10609.txt Add log gathering to debug command. (#10609) 2020-12-22 15:15:24 -05:00
10613.txt Feature flags API (#10613) 2021-01-06 16:05:00 -06:00
10650.txt Make the error response to the sys/internal/ui/mounts with no client token consistent (#10650) 2021-01-07 11:46:08 -06:00
10653.txt add variable entropy readers to cert gen helpers [VAULT-1179] (#10653) 2021-01-08 09:48:27 -08:00
10655.txt UI Database Secrets Engine (MongoDB) (#10655) 2021-02-18 10:36:31 -06:00
10677.txt UI: Update dependencies (#10677) 2021-02-01 13:38:03 -06:00
10684.txt UI: Fix shape of response anticipated from feature-flags endpoint (#10684) 2021-01-11 14:44:52 -06:00
10689.txt cl++ (#10870) 2021-02-09 15:11:18 -05:00
10705.txt changelog: add entry for PR 10705 (#10785) 2021-01-26 12:54:15 -08:00
10708.txt Protect part of emitMetrics from panic behavior during post-seal (#10708) 2021-01-19 14:06:50 -08:00
10725.txt Implement sys/seal-status and sys/leader in system backend (#10725) 2021-01-20 14:04:24 -06:00
10726.txt Minimal change to ensure that the bulky leaseEntry isn't kept in memory. (#10726) 2021-01-19 17:51:41 -05:00
10730.txt Update to go 1.15.7 (#10730) 2021-01-20 11:02:33 -08:00
10743.txt make token create case insensitive [VAULT-1021] (#10743) 2021-01-27 09:56:54 -08:00
10756.txt Pull in newest consul-template from master and all corresponding dependencies [VAULT-1392] (#10756) 2021-01-29 12:30:16 -08:00
10757.txt Set namespace for template server in agent (#10757) 2021-01-25 17:37:01 -05:00
10758.txt changelog++ (#10775) 2021-01-26 12:45:54 -05:00
10759.txt CHANGELOG update: GCP secrets WAL issue fix (#10776) 2021-01-26 13:50:39 -08:00
10812.txt Fix use of identity/group endpoint to edit group by name (#10812) 2021-01-29 16:50:08 -06:00
10826.txt approle: add ttl to the secret ID generation response (#10826) 2021-02-03 16:32:16 -08:00
10833.txt Set TokenParent in the Index to be cached (#10833) 2021-02-03 18:30:41 -08:00
10848.txt Updating date-fns library from 1.x to 2.x (#10848) 2021-02-08 13:13:00 -07:00
10850.txt agent: allow auto-auth to use an existing token (#10850) 2021-02-11 09:36:03 -05:00
10855.txt Fill in missing lease ID deterministically. Generate a UUID on creation. (#10855) 2021-02-08 13:46:59 -06:00
10877.txt Correct lock acquisition order in the `pathEntityMergeID` identity to fix deadlock condition (#10877) 2021-02-10 11:05:16 -05:00
10901.txt Use an atomic to avoid a race in runEventDemuxer. (#10901) 2021-02-11 11:50:41 -05:00
10904.txt UI: Upgrade storybook (#10904) 2021-02-11 12:16:00 -07:00
10919.txt Updates the JWT/OIDC auth plugin (#10919) 2021-02-16 17:21:35 -08:00
README.md Add changelog for #10416 (#10473) 2020-12-01 16:08:19 +00:00
_ 1686.txt changelog for entropy augmentation PR [VAULT-1179] (#10755) 2021-01-26 21:06:38 -08:00
_1622.txt Update _1622.txt 2021-01-20 15:06:23 -05:00
_1633.txt Changelog for enterprise fix. (#10560) 2020-12-14 12:43:38 -06:00
_1637.txt Changelog updates for transform fixes (ENT) (#10528) 2020-12-10 13:59:30 -06:00
_1642.txt changelog for license (#10555) 2020-12-15 10:42:39 -08:00
_1656.txt 1.5.6 & 1.6.1 changelog++ 2020-12-16 10:55:12 -05:00
_1659.txt Add changelog for ent #1659. (#10600) 2020-12-18 15:06:54 -05:00
_1663.txt Add changelog for #1663. (#10635) 2021-01-04 11:08:39 -05:00
_1680.txt changelog++ (#10748) 2021-01-26 19:30:42 -05:00
_1705.txt Add changelog entry for ent PR 1705 (#10827) 2021-02-03 09:35:14 -08:00
_1712.txt cl++ (#10870) 2021-02-09 15:11:18 -05:00
_2021Jan20.txt Changelog notes for 1.6.2 (#10737) 2021-01-20 15:52:48 -05:00
_2021Jan26.txt More CL notes for 1.6.2 (#10792) 2021-01-27 12:03:20 -05:00
changelog.tmpl Changelog notes for 1.6.2 (#10737) 2021-01-20 15:52:48 -05:00
note.tmpl Templates and 1 example (#10363) 2020-11-16 14:05:28 -05:00

README.md

changelog

This folder holds changelog updates from commit 3bc7d15 onwards. See hashicorp/go-changelog for full documentation on the supported entries.