Backport (1.6.x): DBPW - Update/vendor couchbase, elasticsearch, and mongodbatlas to DBv5#10200
Merged
Merged
Conversation
tvoran
approved these changes
Oct 20, 2020
pull Bot
pushed a commit
to NOUIY/vault
that referenced
this pull request
Oct 23, 2025
…10358) * WIP * VAULT-40037 Updates to PKI observations * review feedback * public key size * make fmt * issuerId for sign self issued * remove confusing issuer_name * remove unused var * whoops common name * role -> role_name * role name Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
JeremiahWork
pushed a commit
to JeremiahWork/vault
that referenced
this pull request
Nov 21, 2025
* VAULT-40037 Updates to PKI observations (hashicorp#10200) * WIP * VAULT-40037 Updates to PKI observations * review feedback * public key size * make fmt * issuerId for sign self issued * remove confusing issuer_name * remove unused var * whoops common name * role -> role_name * role name * VAULT-40618 Update PKI observation timestamps to use RFC-3339 format (hashicorp#10560) * VAULT-40672 public key information for sign intermediate (hashicorp#10684) Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #10162 and #10188 to 1.6.x
These update the couchbase, elasticsearch, and mongodbatlas plugins to their latest for DBv5
Note: This was not actually a cherrypick as there are two commits but this was a lot easier since it's updating go.mod to the newly released versions of those plugins. Plus cherry picking the first of those commits was resulting in a no-op for some reasons. The end result should be the same.