Skip to content

Backport 1.5.x - Conditionally overwrite TLS parameters for MySQL secrets engine (#9729)#9758

Closed
Valarissa wants to merge 75 commits into
masterfrom
backport_9729
Closed

Backport 1.5.x - Conditionally overwrite TLS parameters for MySQL secrets engine (#9729)#9758
Valarissa wants to merge 75 commits into
masterfrom
backport_9729

Conversation

@Valarissa
Copy link
Copy Markdown

No description provided.

vishalnayak and others added 30 commits June 30, 2020 22:49
This change updates the TTL picker to the new version to match most updated designs. The component also allows the default value to be more obvious

* Remove erroneous else

* Add changeOnInit param for TtlPicker2 and use it on add secondary page

* Update ttlPicker2 docs and add tests for new param

* Calculate value in unit provided on init for ttl-picker2, with tests

* Cleanup and make ttl-picker2 test more specific
Changed log messages to be clearer about quota operations.
This should fix enterprise unit test failures.
* Add nil check for quota manager

* Add missing nil checks

Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
* Match spacing, content, and styling better to designs on DR secondary generate operation token

* Clarify language around OTP and DR secondary operation token
Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
* Global Plugin Reload: OSS Changes Take II (#9347)

* Carefully move changes from the plugin-cluster-reload branch into this clean branch off master.

* Don't test this at this level, adequately covered in the api level tests

* Change PR link

* go.mod

* Vendoring

* Vendor api/sys_plugins.go

* Fix wrong err return value in plugin reload status command (#9348)

* Fix wrong return value (discovered when merging to ENT)

* go.mod

* go mod vendor

* Add setup plugin reload hook

* All reloads return something now

* Address feedback on Plugin Reload: OSS Side (#9350)

* just use an error string

* Switch command to use new struct

* Don't setup plugin reload on perf standbys (#9352)
* fix issue where if dr is not enabled, the breadcrumb link did not work.  Now if DR not enabled, the breadcrumb says replication and links back to rep index.

* show black nav when cluster is not initialized and is loading, no need for menu items and because NavHeader component and the icon live in the app and not addons I cannot access them without moving them.  I figured the black bar was enough, and it wasn't worth moving just for that

* conditional change the breadcrumb link in Disaster Recovery based on what page they are currently on (details or manage).  Before the breadcrumb link didn't do anything if they were on the manage page

* fix slow modal loading after demoting a dr secondary.  due to shamir modal not being in the addon engine and erroring out.

* to prevent confusing transition state during dr demotion, set new property on cluster and compare the mode of the dr which changes from primary to secondary during demotion.  If dr mode changes, showing loading status

* get more specific about conditional so loader does not some on disabling, but only on demote

* remove concurrency from onSubmit

* revert all concurency, I think this is solved by the removal of shamir in the dom

* reverse order

* cleanup

* forgot that tricky layout, hopefull this will fix test

* remove page container, it's not needed

* remove breadcrumbs if DR secondary

* remove pageType no now longer using

* remove conditional that is no longer hit
…#9435)

* Fix issue migrating from Auto->Shamir and improve tests

* Undo newline

* fix panic in test

* Fix test panic
* physical/gcs: use separate client for updating locks

* Address review comments

Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>

Co-authored-by: Seth Vargo <seth@sethvargo.com>
* physical/spanner: use separate client for updating locks

We believe this mitigates an issue where a large influx of requests
cause the leader to be unable to update the lock table (since it cannot
grab a client from the pool or the client has no more open connections),
which causes cascading failure.

Co-authored-by: Seth Vargo <seth@sethvargo.com>
* fix linting errors

* don't show primary url if we don't have any primaries

* Revert "fix linting errors"

This reverts commit a56d371.

* run all component tests always
Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
ncabatoff and others added 26 commits July 22, 2020 15:51
…uld fail config parsing, preventing startup. (#9555) (#9582)
#9609) (#9644)

* pki: use revocationInfo.RevocationTimeUTC when revoking certs with tidy_revoked_certs set to true

* update comment

* tidy: use same time snapshot for OR comparison
Co-authored-by: Noelle Daley <noelledaley@users.noreply.github.com>

Co-authored-by: Mark <binlab@users.noreply.github.com>
Co-authored-by: Noelle Daley <noelledaley@users.noreply.github.com>
* fix NaN error for version history of aes128-gcm96 transit secrets

* convert aes128-gcm96 keys to milliseconds to work with date-frmo-now helper

Co-authored-by: Noelle Daley <noelledaley@users.noreply.github.com>
* Backport #9673: Update OpenLDAP secrets plugin 0.1.4 -> 0.1.5

* Add docs for OpenLDAP plugin's new AD schema (#9619)
…9682)

Hexadecimal integers will be converted to decimal, which is unfortunate but shouldn't have any negative effects other than perhaps confusion in the `vault debug` output.
Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
…issuing PKI certs. (#8509) (#9748)

Co-authored-by: Andrej van der Zee <andrejvanderzee@gmail.com>
* Use TtlPicker2 in wrap-ttl component
* Fix tests around wrap-ttl
* Update ttl picker in wrap tool
…domains #8509 (#9498) (#9749)

Co-authored-by: Artem Alexandrov <artem.alexandrov@corp.mail.ru>
* set path properly in NewRaftBackend()

* get rid of storeLatestState

Co-authored-by: Mike Jarmy <mjarmy@gmail.com>
Co-authored-by: Chris Hoffman <99742+chrishoffman@users.noreply.github.com>
* Update documentation for MySQL Secrets Engine

Update documentation for MySQL Database Secrets Engine to reflect changes introduced with #9181

* Empty Commit to re-trigger tests

Co-authored-by: Lauren Voswinkel <lvoswinkel@hashicorp.com>
@Valarissa Valarissa requested a review from a team August 17, 2020 23:28
@Valarissa Valarissa closed this Aug 18, 2020
@Valarissa Valarissa deleted the backport_9729 branch August 18, 2020 18:03
sapk pushed a commit to sapk-fork/vault that referenced this pull request Oct 6, 2025
…shicorp#9600) (hashicorp#9758)

Co-authored-by: Bianca <48203644+biazmoreira@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.