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

Upstream tag v1.13.2 (revision b9b773f16) #47

Closed
wants to merge 231 commits into from

Commits on Feb 10, 2023

  1. backport of commit 34b3d04 (hashicorp#19136)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    af66575 View commit details
    Browse the repository at this point in the history
  2. backport of commit ef765d3 (hashicorp#19137)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    cfb8f08 View commit details
    Browse the repository at this point in the history
  3. backport of commit 5ff44bd (hashicorp#19144)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    13313d0 View commit details
    Browse the repository at this point in the history
  4. backport of commit c90a024 (hashicorp#19152)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9807544 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

  1. backport of commit 9acd846 (hashicorp#19154)

    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4d1ef8d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. backport of commit 68f219c (hashicorp#19161)

    Co-authored-by: mickael-hc <86245626+mickael-hc@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    32be0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef9f9c0 View commit details
    Browse the repository at this point in the history
  3. backport of commit 063a782 (hashicorp#19169)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    dbdbe95 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. backport of commit d08de3e (hashicorp#19178)

    Co-authored-by: Kit Haines <khaines@mit.edu>
    Configuration menu
    Copy the full SHA
    3e4710d View commit details
    Browse the repository at this point in the history
  2. Trap errors related to vault pki list-intermediate issuer reading (ha…

    …shicorp#19165) (hashicorp#19177)
    
    * Rename files to match test suite and existing pattern
    
    * Factor out issuer loading into a dedicated function
    
     - Add a little more checks/validation when loading the a PKI issuer
     - Factor out the issuer loading into a dedicated function
     - Leverage existing health check code to parse issuer certificates
    
    * Read parent issuer once instead of reloading it for every child
    
     - Read in our parent issuer once instead of running it for every child
       we want to compare against
     - Provides clearer error message that we have failed reading from which
       path to the end user
    
    * PR Feedback
    
     - Rename a variable for clarity
     - Use readIssuer in the validation of the parent issuer within
       pkiIssuer
     - Add some missing return 1 statements in error handlers that had been
       missed
    
    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    02bc254 View commit details
    Browse the repository at this point in the history
  3. backport of commit 93f7b4f (hashicorp#19189)

    Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
    Configuration menu
    Copy the full SHA
    105881d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. backport of commit 8fd34ca (hashicorp#19197)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    8820388 View commit details
    Browse the repository at this point in the history
  2. backport of commit 7143c56 (hashicorp#19202)

    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a41a24b View commit details
    Browse the repository at this point in the history
  3. backport of commit db822c0 (hashicorp#19204)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    48a7feb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. backport of commit ba832de (hashicorp#19212)

    Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
    hc-github-team-secure-vault-core and Peter Wilson authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0490c4c View commit details
    Browse the repository at this point in the history
  2. backport of commit 6946556 (hashicorp#19225)

    Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    6c84c14 View commit details
    Browse the repository at this point in the history
  3. backport of commit b3bc654 (hashicorp#19236)

    Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9a3c8f4 View commit details
    Browse the repository at this point in the history
  4. backport of commit 8f36d0d (hashicorp#19222)

    Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    eb2d03e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. backport of commit 184939e (hashicorp#19234)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    1e3dcee View commit details
    Browse the repository at this point in the history
  2. backport of commit 6984f23 (hashicorp#19233)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    fcfc583 View commit details
    Browse the repository at this point in the history
  3. backport of commit b08ecd7 (hashicorp#19241)

    Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    fe4d56c View commit details
    Browse the repository at this point in the history
  4. backport of commit 0c2fadc (hashicorp#19251)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    1ec3397 View commit details
    Browse the repository at this point in the history
  5. events: WS protobuf messages should be binary (hashicorp#19232) (hash…

    …icorp#19256)
    
    The [WebSockets spec](https://www.rfc-editor.org/rfc/rfc6455) states
    that text messages must be valid UTF-8 encoded strings, which protobuf
    messages virtually never are. This now correctly sends the protobuf events
    as binary messages.
    
    We change the format to correspond to CloudEvents, as originally intended,
    and remove a redundant timestamp and newline.
    
    We also bump the eventlogger to fix a race condition that this code triggers.
    
    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c9eb3c7 View commit details
    Browse the repository at this point in the history
  6. backport of commit add3659 (hashicorp#19242)

    Co-authored-by: Scott Miller <smiller@hashicorp.com>
    Configuration menu
    Copy the full SHA
    6ae50fe View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. backport of commit 4c11d09 (hashicorp#19262)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6e323b6 View commit details
    Browse the repository at this point in the history
  2. backport of commit 100ec9a (hashicorp#19203)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    e53ac26 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. backport of commit 4ea5c58 (hashicorp#19268)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    8ffa334 View commit details
    Browse the repository at this point in the history
  2. backport of commit 46dd007 (hashicorp#19270)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    d11b31d View commit details
    Browse the repository at this point in the history
  3. backport of commit 88dcb04 (hashicorp#19272)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    2c6e899 View commit details
    Browse the repository at this point in the history
  4. Brute force changelog entry (hashicorp#19230)

    * add changelog
    
    * rename changelog file
    
    * edit description
    
    * change changelog entry name
    
    * add new feature name
    akshya96 authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    4bb0139 View commit details
    Browse the repository at this point in the history
  5. backport of commit 9c4e659 (hashicorp#19273)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    88e9f55 View commit details
    Browse the repository at this point in the history
  6. backport of commit 1b33b99 (hashicorp#19275)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    8cad3a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. backport of commit fe7eeda (hashicorp#19286)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    871dd06 View commit details
    Browse the repository at this point in the history
  2. backport of UI: Remove Wizard (hashicorp#19239)

    Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    6d1b7ba View commit details
    Browse the repository at this point in the history
  3. Backport of Update x/net and x/crypto/ssh into release/1.13.x (hashic…

    …orp#19285)
    
    * Update x/net and x/crypto/ssh
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5176a3c View commit details
    Browse the repository at this point in the history
  4. backport of commit 7193916 (hashicorp#19298)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    41e384f View commit details
    Browse the repository at this point in the history
  5. UI: fixes validation bug in sign certificate form (hashicorp#19280) (h…

    …ashicorp#19293)
    
    * move validations to base certificate
    
    * add test
    hellobontempo authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    b12fcad View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. backport of commit 34a93f1 (hashicorp#19309)

    Co-authored-by: Scott Miller <smiller@hashicorp.com>
    Configuration menu
    Copy the full SHA
    5b2f609 View commit details
    Browse the repository at this point in the history
  2. backport of commit 7d52daf (hashicorp#19308)

    Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
    hc-github-team-secure-vault-core and Peter Wilson authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d21564e View commit details
    Browse the repository at this point in the history
  3. backport of commit f4f1762 (hashicorp#19317)

    Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    62eeda8 View commit details
    Browse the repository at this point in the history
  4. backport of commit 20b347e (hashicorp#19315)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Configuration menu
    Copy the full SHA
    6a73f37 View commit details
    Browse the repository at this point in the history
  5. backport of commit 72bc820 (hashicorp#19322)

    Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9789259 View commit details
    Browse the repository at this point in the history
  6. backport of commit f2a47b0 (hashicorp#19328)

    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4406c2b View commit details
    Browse the repository at this point in the history
  7. backport of commit 794eb8b (hashicorp#19333)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    01ed889 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. backport of commit 431b424 (hashicorp#19335)

    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9063cfe View commit details
    Browse the repository at this point in the history
  2. backport of commit 3adb416 (hashicorp#19352)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    8545876 View commit details
    Browse the repository at this point in the history
  3. backport of commit d08bf56 (hashicorp#19347)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    c496011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3804125 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6c35dc View commit details
    Browse the repository at this point in the history
  6. Backport of add nil check for secret id entry on delete via accessor …

    …into release/1.13.x (hashicorp#19351)
    
    * backport of commit 8154be6
    
    * empty commit to re-run tests
    
    ---------
    
    Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    a0beacd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. backport of commit d35be2d (hashicorp#19375)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    a5edc66 View commit details
    Browse the repository at this point in the history
  2. backport of commit 7b2ff1f (hashicorp#19382)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    478b6f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. backport of commit 538bb79 (hashicorp#19381)

    Co-authored-by: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    1240c8c View commit details
    Browse the repository at this point in the history
  2. backport of commit ba01391 (hashicorp#19396)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    b3dc15f View commit details
    Browse the repository at this point in the history
  3. backport of commit 52bbf65 (hashicorp#19397)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    7383b52 View commit details
    Browse the repository at this point in the history
  4. backport of commit da31528 (hashicorp#19405)

    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    20e201b View commit details
    Browse the repository at this point in the history
  5. backport of commit eb70bfd (hashicorp#19407)

    Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
    Configuration menu
    Copy the full SHA
    75f1ea2 View commit details
    Browse the repository at this point in the history
  6. backport of commit 9bb8321 (hashicorp#19409)

    Co-authored-by: Max Winslow <43095669+maxiscoding28@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    0a42f2a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    a4cf0dc View commit details
    Browse the repository at this point in the history
  2. backport of commit 0d52c0e (hashicorp#19420)

    Co-authored-by: Mark Sailes <45629314+msailes@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    3167443 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. backport of commit 94406d1 (hashicorp#19427)

    Co-authored-by: Malte S. Stretz <mss@msquadrat.de>
    hc-github-team-secure-vault-core and mss authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    27c8b3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c25fd View commit details
    Browse the repository at this point in the history
  3. backport of commit 7ef7297 (hashicorp#19423)

    Co-authored-by: Kianna <30884335+kiannaquach@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9f545bd View commit details
    Browse the repository at this point in the history
  4. backport of commit 16e9c14 (hashicorp#19442)

    Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
    Configuration menu
    Copy the full SHA
    90d3dc6 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. backport of commit c5d99ed (hashicorp#19453)

    Co-authored-by: Max Winslow <43095669+maxiscoding28@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    b317bbf View commit details
    Browse the repository at this point in the history
  2. backport of commit 3e4262f (hashicorp#19455)

    Co-authored-by: prabhat-hashi <111032280+prabhat-hashi@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    fa204b5 View commit details
    Browse the repository at this point in the history
  3. backport of commit fbe0916 (hashicorp#19457)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    174c5d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. backport of commit 401b338 (hashicorp#19466)

    Co-authored-by: Phil Renaud <phil@riotindustries.com>
    Configuration menu
    Copy the full SHA
    97528fe View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. backport of commit 75efaf0 (hashicorp#19484)

    Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    03cf4dc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. backport of commit 7071eb2 (hashicorp#19478)

    Co-authored-by: Max Winslow <43095669+maxiscoding28@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    101e535 View commit details
    Browse the repository at this point in the history
  2. backport of commit 9f8d831 (hashicorp#19492)

    Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
    Configuration menu
    Copy the full SHA
    dd63028 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. backport of commit 115ed11 (hashicorp#19500)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    ab59edb View commit details
    Browse the repository at this point in the history
  2. backport of commit 7f14a9e (hashicorp#19504)

    Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    48aadc6 View commit details
    Browse the repository at this point in the history
  3. backport of commit 5d20d59 (hashicorp#19506)

    Co-authored-by: Meggie <meggie@hashicorp.com>
    Configuration menu
    Copy the full SHA
    f82e51f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. backport of commit 5299707 (hashicorp#19465)

    Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    bfe328e View commit details
    Browse the repository at this point in the history
  2. backport of commit 55bf601 (hashicorp#19522)

    Co-authored-by: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    94cb988 View commit details
    Browse the repository at this point in the history
  3. backport of commit ed08e45 (hashicorp#19527)

    Co-authored-by: Rachel Culpepper <84159930+rculpepper@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    408a996 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. backport of commit c4f9648 (hashicorp#19549)

    Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
    Configuration menu
    Copy the full SHA
    e0c4fa0 View commit details
    Browse the repository at this point in the history
  2. backport of commit 3b15352 (hashicorp#19553)

    Co-authored-by: Scott Miller <smiller@hashicorp.com>
    Configuration menu
    Copy the full SHA
    712934a View commit details
    Browse the repository at this point in the history
  3. backport of commit 1fb765d (hashicorp#19559)

    * database/elasticsearch: upgrades plugin to v0.13.1
    
    * adds changelog
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    beb8a65 View commit details
    Browse the repository at this point in the history
  4. backport of commit 122e958 (hashicorp#19565)

    Co-authored-by: Ryan Cragun <me@ryan.ec>
    Configuration menu
    Copy the full SHA
    b47e92f View commit details
    Browse the repository at this point in the history
  5. backport of commit fbd27ff (hashicorp#19574)

    Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
    hc-github-team-secure-vault-core and mpalmi authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    b7b5296 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. backport of commit b48e826 (hashicorp#19590)

    Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
    Configuration menu
    Copy the full SHA
    99e4d5c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. backport of commit f15715f (hashicorp#19610)

    Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8b85000 View commit details
    Browse the repository at this point in the history
  2. backport of commit 5d706c4 (hashicorp#19598)

    Co-authored-by: Mike Baum <mike.baum@hashicorp.com>
    hc-github-team-secure-vault-core and Mike Baum authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a584e67 View commit details
    Browse the repository at this point in the history
  3. backport of commit 98f4d1f (hashicorp#19613)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    f233eed View commit details
    Browse the repository at this point in the history
  4. backport of commit 77e80a8 (hashicorp#19617)

    Co-authored-by: Raymond Ho <raymonstah@gmail.com>
    Configuration menu
    Copy the full SHA
    4285eb5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. backport of commit e6427b2 (hashicorp#19620)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    435824c View commit details
    Browse the repository at this point in the history
  2. backport of commit 3e72c76 (hashicorp#19622)

    Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
    Configuration menu
    Copy the full SHA
    e257377 View commit details
    Browse the repository at this point in the history
  3. backport of commit e3c5977 (hashicorp#19629)

    Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
    hc-github-team-secure-vault-core and mpalmi authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    acb9d7c View commit details
    Browse the repository at this point in the history
  4. Forward PKI revocation requests received by standby nodes to active n…

    …ode (hashicorp#19624) (hashicorp#19630)
    
    * Forward PKI revocation requests received by standby nodes to active node
    
     - A refactoring that occurred in 1.13 timeframe removed what was
       considered a specific check for standby nodes that wasn't required
       as a writes should be returning ErrReadOnly.
     - That sadly exposed a long standing bug where the errors from the
       storage layer were not being properly wrapped, hiding the ErrReadOnly
       coming from a write and failing the request.
    
    * Add cl
    
    * Add test for basic PKI operations against standby nodes
    
    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    0b01f09 View commit details
    Browse the repository at this point in the history
  5. backport of commit 116a6a4 (hashicorp#19633)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    0193a29 View commit details
    Browse the repository at this point in the history
  6. backport of commit c5bc176 (hashicorp#19643)

    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9f78d2a View commit details
    Browse the repository at this point in the history
  7. backport of commit 28b0037 (hashicorp#19645)

    Co-authored-by: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4f531fd View commit details
    Browse the repository at this point in the history
  8. backport of commit 09d58d1 (hashicorp#19636)

    Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    96b884b View commit details
    Browse the repository at this point in the history
  9. backport of commit 94a6dca (hashicorp#19648)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    c7e83ef View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. backport of commit e9d6dbc (hashicorp#19653)

    Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
    hc-github-team-secure-vault-core and mpalmi authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    10929a4 View commit details
    Browse the repository at this point in the history
  2. backport of commit dae3e9d (hashicorp#19654)

    Co-authored-by: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    765c159 View commit details
    Browse the repository at this point in the history
  3. backport of commit fd422cb (hashicorp#19639)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    1e7c7b3 View commit details
    Browse the repository at this point in the history
  4. backport of commit 29b1e55 (hashicorp#19655)

    Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    838b5a3 View commit details
    Browse the repository at this point in the history
  5. backport of commit 3926057 (hashicorp#19657)

    Co-authored-by: mickael-hc <86245626+mickael-hc@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ba46ad7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. backport of commit 6d8ed36 (hashicorp#19674)

    Co-authored-by: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    96a97d6 View commit details
    Browse the repository at this point in the history
  2. backport of commit 3dbe946 (hashicorp#19675)

    Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
    Configuration menu
    Copy the full SHA
    217d7a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. backport of commit 449482d (hashicorp#19692)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    9ab8152 View commit details
    Browse the repository at this point in the history
  2. Backport 1.13.x: UI/update auth form to fetchRoles after a namespace …

    …is inputted, prior to OIDC auth hashicorp#19541 (hashicorp#19661)
    
    * UI/update auth form to fetchRoles after a namespace is inputted, prior to OIDC auth (hashicorp#19541)
    
    * re-fetch roles if there is a namespace
    
    * remove redundant conditional
    
    * reorder oidc auth operations
    
    * add test
    
    * test cleanup
    
    * add changelog
    
    * UI: fix enterprise test failures (hashicorp#19671)
    
    * move oidc tests into new file
    
    * remove module from namespace test
    
    * remove entered line
    
    * add logout to afterEach hook
    
    * remove ns test
    
    * move test setup to within test
    
    * use logout.visit() instead
    
    * updates oidc auth namespaces test
    
    * reverts to authPage logout
    
    ---------
    
    Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
    
    ---------
    
    Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
    hellobontempo and zofskeez authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    996dc56 View commit details
    Browse the repository at this point in the history
  3. Regression bug fix OIDC namespace (hashicorp#19460) (hashicorp#19696)

    * the fix
    
    * changelog
    
    * claire fix
    
    * add test
    
    * update changelog
    
    * clarify comment
    
    * remove state from paramsFor completely, update tests
    
    * Revert "remove state from paramsFor completely, update tests"
    
    This reverts commit bea042f.
    
    * add tests with skips until not flaky
    
    ---------
    
    Co-authored-by: Angel Garbarino <Monkeychip@users.noreply.github.com>
    hellobontempo and Monkeychip authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    36dddc3 View commit details
    Browse the repository at this point in the history
  4. Backport of Allow overriding gRPC's connection timeout with VAULT_GRP…

    …C_MIN_CONNECT_TIMEOUT into release/1.13.x (hashicorp#19680)
    
    * Use timeout override for request forwarding dials.
    * Include change from hashicorp#19701.
    hc-github-team-secure-vault-core authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ed85df3 View commit details
    Browse the repository at this point in the history
  5. backport of commit 0c69cf1 (hashicorp#19710)

    Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
    Configuration menu
    Copy the full SHA
    487fd7e View commit details
    Browse the repository at this point in the history
  6. Backport of Add tests for PKI endpoint authentication via OpenAPI int…

    …o release/1.13.x (hashicorp#19713)
    
    * Split (un,)authenticated issuer fetch endpoints
    
    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    
    * Allow unauthed per-issuer unified-crl access
    
    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    
    * Add tests to validate endpoint authentication status
    
    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    
    ---------
    
    Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    cf51afa View commit details
    Browse the repository at this point in the history
  7. backport of commit 85c3eab (hashicorp#19716)

    Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
    Configuration menu
    Copy the full SHA
    4472e4a View commit details
    Browse the repository at this point in the history
  8. ci: unpin terraform in CICD (hashicorp#19665) (hashicorp#19730)

    A prior planning bug was resolved in Terraform 1.4.2
    ryancragun authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ac5a00d View commit details
    Browse the repository at this point in the history
  9. backport of commit c314197 (hashicorp#19736)

    Co-authored-by: Rowan Smith <86935689+rowansmithhc@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    eb4b543 View commit details
    Browse the repository at this point in the history
  10. backport of commit 5b35ae4 (hashicorp#19737)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    fea2b7f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. backport of commit 14eda8a (hashicorp#19740)

    Co-authored-by: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    318ac8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d622e81 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. backport of commit 34e2b65 (hashicorp#19774)

    Co-authored-by: Anton Averchenkov <84287187+averche@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4be90be View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. backport of commit 3026f87 (hashicorp#19801)

    Co-authored-by: Victor Rodriguez <vrizo@hashicorp.com>
    Configuration menu
    Copy the full SHA
    0dfb8df View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. backport of commit 2834ac2 (hashicorp#19824)

    Co-authored-by: Robert <17119716+robmonte@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ebfff04 View commit details
    Browse the repository at this point in the history
  2. backport of commit 2593412 (hashicorp#19836)

    * backport of commit 2593412
    
    ---------
    
    Co-authored-by: Ben Ash <32777270+benashz@users.noreply.github.com>
    tvoran and benashz authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    12002fb View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Backport of docs/vault-secrets-operator: update for beta install into…

    … release/1.13.x (hashicorp#19838)
    
    * backport of commit f2e6480
    
    ---------
    
    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    hc-github-team-secure-vault-core and tvoran authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    defccc0 View commit details
    Browse the repository at this point in the history
  2. backport of commit 262b043 (hashicorp#19842)

    Co-authored-by: Kit Haines <khaines@mit.edu>
    Configuration menu
    Copy the full SHA
    a91293c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7854421 View commit details
    Browse the repository at this point in the history
  4. backport of commit 2054fe2 (hashicorp#19825)

    Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
    hc-github-team-secure-vault-core and mpalmi authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2efa2f5 View commit details
    Browse the repository at this point in the history
  5. Backport all GHA Migration Changes to release/1.13.x Branch (hashicor…

    …p#19767)
    
    * backport all gha migration changes to release/1.13.x
    
    * remove the .circleci directory
    
    * remove references to circleci configuration from pre-commit hook
    
    * remove reference to .circleci in Makefile
    
    * port change to how gofumpt is executed in Makefile
    
    * add gotestsum to tools/tools.go
    
    * remove postgresql/scram package from generate-test-package-lists.sh since it didn't exist in release 1.13 or earlier
    
    * blank out environment variables to allow test to properly function
    
    * use go:embed to load files into test
    
    ---------
    
    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    Marc Boudreau and kubawi authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    b500045 View commit details
    Browse the repository at this point in the history
  6. backport of commit 670c952 (hashicorp#19605)

    Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    37145a7 View commit details
    Browse the repository at this point in the history
  7. backport of commit e8a8fb0 (hashicorp#19853)

    Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
    hc-github-team-secure-vault-core and Peter Wilson authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    4c2c88f View commit details
    Browse the repository at this point in the history
  8. Backport of Add a new category of runners to the CI workflow; use new…

    …, dedicated … into release/1.13.x (hashicorp#19855)
    
    * backport of commit daf4ec2
    
    * Add compute-huge output to setup step in CI
    
    * Remove redundant fromJSON call
    
    ---------
    
    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    hc-github-team-secure-vault-core and kubawi authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8530990 View commit details
    Browse the repository at this point in the history
  9. backport of commit 9b379ae (hashicorp#19865)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    hc-github-team-secure-vault-core and kubawi authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2ec4fbf View commit details
    Browse the repository at this point in the history
  10. backport of commit 525bce0 (hashicorp#19869)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    hc-github-team-secure-vault-core and kubawi authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    db94348 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6c9b4e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. backport of commit 550277d (hashicorp#19895)

    Co-authored-by: Jaymala <jaymala@hashicorp.com>
    hc-github-team-secure-vault-core and Jaymala authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e842f39 View commit details
    Browse the repository at this point in the history
  2. backport of commit b3d333b (hashicorp#19885)

    Co-authored-by: Mark Lewis <56076038+ml4@users.noreply.github.com>
    hc-github-team-secure-vault-core and ml4 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    8295328 View commit details
    Browse the repository at this point in the history
  3. backport of commit fc63170 (hashicorp#19904)

    Co-authored-by: Marc Boudreau <marc.boudreau@hashicorp.com>
    hc-github-team-secure-vault-core and Marc Boudreau authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d769d20 View commit details
    Browse the repository at this point in the history
  4. backport of commit 57791de (hashicorp#19882)

    Co-authored-by: Chip Stepowski <107566155+chip-stepowski@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    aea8adf View commit details
    Browse the repository at this point in the history
  5. backport of commit 5d6be05 (hashicorp#19909)

    Co-authored-by: Jaymala <jaymala@hashicorp.com>
    hc-github-team-secure-vault-core and Jaymala authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    da9dbd1 View commit details
    Browse the repository at this point in the history
  6. backport of commit 547c624 (hashicorp#19883)

    Co-authored-by: Anthony Burke <pandom@users.noreply.github.com>
    hc-github-team-secure-vault-core and pandom authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    c378bca View commit details
    Browse the repository at this point in the history
  7. backport of commit 6ae4399 (hashicorp#19790)

    Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
    Configuration menu
    Copy the full SHA
    4348f82 View commit details
    Browse the repository at this point in the history
  8. backport of commit 1239875 (hashicorp#19922)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    cbe8831 View commit details
    Browse the repository at this point in the history
  9. backport of commit 1eff6d8 (hashicorp#19927)

    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    hc-github-team-secure-vault-core and tvoran authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    00aacaa View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. backport of commit 45f349d (hashicorp#19911)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    Configuration menu
    Copy the full SHA
    36535f8 View commit details
    Browse the repository at this point in the history
  2. Backport of Update the if conditions for test-go jobs in CI into rele…

    …ase/1.13.x (hashicorp#19872)
    
    * Update the if conditions for test-go jobs in CI
    
    * Fix errors in comments
    
    * Update the if condition for the UI tests
    
    ---------
    
    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    Configuration menu
    Copy the full SHA
    e3f471c View commit details
    Browse the repository at this point in the history
  3. backport of commit 9963bc2 (hashicorp#19940)

    Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
    Configuration menu
    Copy the full SHA
    26d9978 View commit details
    Browse the repository at this point in the history
  4. backport of commit 1cef47d (hashicorp#19947)

    Co-authored-by: Marc Boudreau <marc.boudreau@hashicorp.com>
    hc-github-team-secure-vault-core and Marc Boudreau authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    19b43e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb3860 View commit details
    Browse the repository at this point in the history
  6. backport of commit ea130fd (hashicorp#19919)

    Co-authored-by: Mike Baum <mike.baum@hashicorp.com>
    hc-github-team-secure-vault-core and Mike Baum authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ac72136 View commit details
    Browse the repository at this point in the history
  7. backport of commit de381c3 (hashicorp#19968)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    Configuration menu
    Copy the full SHA
    a7feba6 View commit details
    Browse the repository at this point in the history
  8. backport of commit 204aefc (hashicorp#19957)

    Co-authored-by: Marc Boudreau <marc.boudreau@hashicorp.com>
    hc-github-team-secure-vault-core and Marc Boudreau authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b5c37a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. backport of commit 2145f95 (hashicorp#19972)

    Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    f88e683 View commit details
    Browse the repository at this point in the history
  2. backport of commit e7e6ab9 (hashicorp#19965)

    Co-authored-by: Alain Chiasson <alain@chiasson.org>
    Configuration menu
    Copy the full SHA
    9540d75 View commit details
    Browse the repository at this point in the history
  3. backport of commit 2c4fc91 (hashicorp#19984)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    1df807c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. backport of commit 1fa3f7c (hashicorp#19989)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    Configuration menu
    Copy the full SHA
    6f2761e View commit details
    Browse the repository at this point in the history
  2. backport of commit de2bb8c (hashicorp#19996)

    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4b0296b View commit details
    Browse the repository at this point in the history
  3. backport of commit fa5f0e6 (hashicorp#20003)

    Co-authored-by: Jaymala <jaymala@hashicorp.com>
    hc-github-team-secure-vault-core and Jaymala authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    da09f60 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. backport of commit ef901b1 (hashicorp#20008)

    Co-authored-by: Chip Stepowski <107566155+chip-stepowski@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ed11a49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a64b17 View commit details
    Browse the repository at this point in the history
  3. backport of commit 53da536 (hashicorp#20029)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    Configuration menu
    Copy the full SHA
    38affc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. backport of commit 3c2faf2 (hashicorp#20040)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    8cb2715 View commit details
    Browse the repository at this point in the history
  2. backport of commit 793a0c6 (hashicorp#20045)

    Co-authored-by: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    86dec7d View commit details
    Browse the repository at this point in the history
  3. backport of commit bc9535e (hashicorp#20046)

    Co-authored-by: Andreas Gruhler <andreas.gruhler@adfinis.com>
    Configuration menu
    Copy the full SHA
    5f71b23 View commit details
    Browse the repository at this point in the history
  4. UI: Namespace area fixes (hashicorp#19799) (hashicorp#20024)

    * UI: Namespace area fixes (hashicorp#19799)
    
    * Revert model changes due to unavailable decorator
    hashishaw authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    c626b64 View commit details
    Browse the repository at this point in the history
  5. backport of commit 277600b (hashicorp#20047)

    Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
    Configuration menu
    Copy the full SHA
    3dff0ae View commit details
    Browse the repository at this point in the history
  6. backport of commit d697b08 (hashicorp#20052)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d881a2c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. backport of commit 211fd80 (hashicorp#20060)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    4308cb2 View commit details
    Browse the repository at this point in the history
  2. backport of commit 871bf52 (hashicorp#20063)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    95af348 View commit details
    Browse the repository at this point in the history
  3. backport of commit 7b40f73 (hashicorp#19832)

    Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    4782396 View commit details
    Browse the repository at this point in the history
  4. Update create.mdx (hashicorp#19981) (hashicorp#20061)

    Add the missing Command Option `-wrap-ttl`
    
    Co-authored-by: Florin Cătălin Țiucra-Popa <106736683+FlorinTP@users.noreply.github.com>
    yhyakuna and FlorinTP authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    72e29c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e910f37 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. backport of commit 4aca4e8 (hashicorp#20071)

    Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    9bfc9f3 View commit details
    Browse the repository at this point in the history
  2. backport of commit d70c17f (hashicorp#20018)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    3 people authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e87f04f View commit details
    Browse the repository at this point in the history
  3. backport of commit ee40ffc (hashicorp#20074)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    5eae4ca View commit details
    Browse the repository at this point in the history
  4. backport of commit 044efbc (hashicorp#20077)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    f980e0b View commit details
    Browse the repository at this point in the history
  5. backport of commit 5f8e67d (hashicorp#20090)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    3d84957 View commit details
    Browse the repository at this point in the history
  6. backport of commit 45d960f (hashicorp#20095)

    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    6108bd1 View commit details
    Browse the repository at this point in the history
  7. backport of commit ae6f61d (hashicorp#20084)

    Co-authored-by: Jaymala <jaymala@hashicorp.com>
    hc-github-team-secure-vault-core and Jaymala authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0994129 View commit details
    Browse the repository at this point in the history
  8. backport of commit 4b843dc (hashicorp#20093)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    hc-github-team-secure-vault-core and kubawi authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1c92321 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. backport of commit 2a3e899 (hashicorp#20106)

    Co-authored-by: Jonathan Frappier <92055993+jonathanfrappier@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8f5ef7c View commit details
    Browse the repository at this point in the history
  2. backport of commit b4fab6a (hashicorp#20117)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Configuration menu
    Copy the full SHA
    57086ad View commit details
    Browse the repository at this point in the history
  3. backport of commit 4b6ec40 (hashicorp#20118)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Co-authored-by: Mike Palmiotto <mike.palmiotto@hashicorp.com>
    3 people authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a9d2962 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c89e21 View commit details
    Browse the repository at this point in the history
  5. Backport of UI: fix browser console formatting into release/1.13.x (h…

    …ashicorp#20088)
    
    * backport of commit 7e09f99
    
    * UI/add prettier ignore for ui console file (hashicorp#20094)
    
    * fix template-lintrc file
    
    * add prettier ignore
    
    ---------
    
    Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    ac3b4e4 View commit details
    Browse the repository at this point in the history
  6. backport of commit fc783b0 (hashicorp#20120)

    Co-authored-by: Matt Schultz <975680+schultz-is@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    850872e View commit details
    Browse the repository at this point in the history
  7. backport of commit 5a4a763 (hashicorp#20075)

    Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    209bbd8 View commit details
    Browse the repository at this point in the history
  8. Backport of Potentially Malicious Link into release/1.13.x (hashicorp…

    …#20124)
    
    * backport of commit 070082c
    
    * Delete 20114.txt
    
    ---------
    
    Co-authored-by: James King <james.r.king4@gmail.com>
    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    3 people authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    a35fd50 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. backport of commit bde372d (hashicorp#20133)

    Co-authored-by: Josh Black <raskchanky@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c110d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa8fac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d13255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cec617 View commit details
    Browse the repository at this point in the history
  5. backport of commit fc21d35 (hashicorp#20155)

    Co-authored-by: Scott Miller <smiller@hashicorp.com>
    Configuration menu
    Copy the full SHA
    624ca9b View commit details
    Browse the repository at this point in the history
  6. backport of commit e78d9a3 (hashicorp#20153)

    Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
    hc-github-team-secure-vault-core and kubawi authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    0966c2b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. backport of commit c95d4fb (hashicorp#20136)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Configuration menu
    Copy the full SHA
    3ede6c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5846865 View commit details
    Browse the repository at this point in the history
  3. backport of commit 8fa5605 (hashicorp#20178)

    Co-authored-by: Kyle Schochenmaier <kschoche@gmail.com>
    Configuration menu
    Copy the full SHA
    36559a7 View commit details
    Browse the repository at this point in the history
  4. backport of commit b2e1ff5 (hashicorp#20157)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    242d8f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. backport of commit 17a2827 (hashicorp#20199)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    b8997a7 View commit details
    Browse the repository at this point in the history
  2. backport of commit 249c472 (hashicorp#20203)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    d7c9d2b View commit details
    Browse the repository at this point in the history
  3. backport of commit ccf9492 (hashicorp#20204)

    Co-authored-by: Niranjan Shrestha <niranjanshr13@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    004abbf View commit details
    Browse the repository at this point in the history
  4. backport of commit 88cbf25 (hashicorp#19900)

    Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8fc7490 View commit details
    Browse the repository at this point in the history
  5. sdk/ldaputil: add connection_timeout configurable (hashicorp#20144) (h…

    …ashicorp#20148)
    
    * sdk/ldaputil: add connection_timeout configurable
    
    * changelog
    
    * Update doc
    
    * Fix test
    
    * Change default to 30s
    
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    8a3c372 View commit details
    Browse the repository at this point in the history
  6. backport of commit d5584b6 (hashicorp#20215)

    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    d8cf0fe View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Minor follow-ups to hashicorp#16865 (hashicorp#20220) (hashicorp#20222)

    * Minor follow-ups to hashicorp#16865
    
    Fix PKI issuer upgrade logic when upgrading to 1.12 or later, to
    actually turn off the issuer crl-signing usage when it intended to.
    
    Fix minor typo in docs.
    
    * changelog
    
    Co-authored-by: Max Bowsher <maxbowsher@gmail.com>
    hc-github-team-secure-vault-core and maxb authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    73f8213 View commit details
    Browse the repository at this point in the history
  2. Disabling License Banners (hashicorp#19116) (hashicorp#20226)

    * work in progress: got the expired banner set with license check
    
    * wip: got the logic for both banners, need to test and write tests
    
    * add notes
    
    * prep for test writing
    
    * test coverage
    
    * add changelog
    
    * clean up
    
    * clarify dismissTypes and conditionals
    
    * updates
    
    * update comment
    
    * update comment
    
    * address pr comments
    
    * update test
    
    * small naming change
    
    * small naming changes
    
    * clean localStorage
    
    * comment clean up
    
    * another comment clean up
    
    * remove meep
    
    * add test coverage for new method in localStorage
    Monkeychip authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    a75b190 View commit details
    Browse the repository at this point in the history
  3. backport of commit 3faba5d (hashicorp#20233)

    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    6b72596 View commit details
    Browse the repository at this point in the history
  4. backport of commit b930010 (hashicorp#20236)

    Co-authored-by: Yura Shutkin <yshutkin@infra-lab.xyz>
    Configuration menu
    Copy the full SHA
    93a62a4 View commit details
    Browse the repository at this point in the history
  5. backport of commit ee1bfd2 (hashicorp#20239)

    Co-authored-by: Nathan Handler <nhandler@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    e3705c0 View commit details
    Browse the repository at this point in the history
  6. backport of commit eb64287 (hashicorp#20240)

    Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
    hc-github-team-secure-vault-core and tomhjp authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ebd2b08 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. backport of commit 1ed642d (hashicorp#20242)

    Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
    Configuration menu
    Copy the full SHA
    51e95bb View commit details
    Browse the repository at this point in the history
  2. backport of commit 98786d9 (hashicorp#20250)

    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    758cf75 View commit details
    Browse the repository at this point in the history
  3. Backport UI: Remove usage of htmlSafe into release/1.13.x (hashicorp#…

    …20256)
    
    Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    676f8be View commit details
    Browse the repository at this point in the history
  4. backport of commit 6079166 (hashicorp#20258)

    Co-authored-by: Hugo Puntos <hugo.puntos@gmail.com>
    Configuration menu
    Copy the full SHA
    5ab43f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. backport of UI: OIDC provider logo fix (hashicorp#20269)

    Co-authored-by: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    be47e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dcb2ba View commit details
    Browse the repository at this point in the history
  3. Backport of Add Configurable LDAP Max Page Size into release/1.13.x (h…

    …ashicorp#20283)
    
    * Add Configurable LDAP Max Page Size (hashicorp#19032)
    
    * Add config flag for LDAP max page size
    
    * Add changelog
    
    * move changelog to correct file
    
    * cleanup
    
    * Default to non-paged searching for with -1
    
    * Update website/content/api-docs/auth/ldap.mdx
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    * Update website/content/docs/auth/ldap.mdx
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    * Update tests
    
    ---------
    
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    
    * remove
    
    ---------
    
    Co-authored-by: Luis (LT) Carbonell <lt.carbonell@hashicorp.com>
    Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
    3 people authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    fc1bbf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. backport of commit a9e17c2 (hashicorp#19344)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Configuration menu
    Copy the full SHA
    eece05f View commit details
    Browse the repository at this point in the history
  2. backport of commit b0289d4 (hashicorp#20288)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Configuration menu
    Copy the full SHA
    6a6444e View commit details
    Browse the repository at this point in the history
  3. backport of commit 3e663fc (hashicorp#19421)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    ffe7a80 View commit details
    Browse the repository at this point in the history
  4. backport of commit 166f270 (hashicorp#20292)

    Co-authored-by: Jaymala <jaymala@hashicorp.com>
    hc-github-team-secure-vault-core and Jaymala authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9b2902e View commit details
    Browse the repository at this point in the history
  5. backport of commit 816e182 (hashicorp#20295)

    Co-authored-by: melmus <melmus.konspirator@gmail.com>
    hc-github-team-secure-vault-core and melmus authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9ad11f8 View commit details
    Browse the repository at this point in the history
  6. backport of commit 33cd7f4 (hashicorp#20298)

    Co-authored-by: Christopher Swenson <christopher.swenson@hashicorp.com>
    hc-github-team-secure-vault-core and Christopher Swenson authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    a764186 View commit details
    Browse the repository at this point in the history
  7. backport of commit ca70274 (hashicorp#20175)

    Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
    Co-authored-by: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
    3 people authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    cbf312b View commit details
    Browse the repository at this point in the history
  8. backport of commit 7baf241 (hashicorp#20297)

    Co-authored-by: John Children <32305209+johnchildren@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    5b6b8fa View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Backport of [QT-525] and [QT-530] into release/1.13.x (hashicorp#20158)

    * [QT-525] enos: use spot instances for Vault targets (hashicorp#20037)
    
    The previous strategy for provisioning infrastructure targets was to use
    the cheapest instances that could reliably perform as Vault cluster
    nodes. With this change we introduce a new model for target node
    infrastructure. We've replaced on-demand instances for a spot
    fleet. While the spot price fluctuates based on dynamic pricing, 
    capacity, region, instance type, and platform, cost savings for our
    most common combinations range between 20-70%.
    
    This change only includes spot fleet targets for Vault clusters.
    We'll be updating our Consul backend bidding in another PR.
    
    * Create a new `vault_cluster` module that handles installation,
      configuration, initializing, and unsealing Vault clusters.
    * Create a `target_ec2_instances` module that can provision a group of
      instances on-demand.
    * Create a `target_ec2_spot_fleet` module that can bid on a fleet of
      spot instances.
    * Extend every Enos scenario to utilize the spot fleet target acquisition
      strategy and the `vault_cluster` module.
    * Update our Enos CI modules to handle both the `aws-nuke` permissions
      and also the privileges to provision spot fleets.
    * Only use us-east-1 and us-west-2 in our scenario matrices as costs are
      lower than us-west-1.
    
    Signed-off-by: Ryan Cragun <me@ryan.ec>
    
    * [QT-530] enos: allow-list all public IP addresses (hashicorp#20304)
    
    The security groups that allow access to remote machines in Enos
    scenarios have been configured to only allow port 22 (SSH) from the
    public IP address of machine executing the Enos scenario. To achieve
    this we previously utilized the `enos_environment.public_ip_address`
    attribute. Sometime in mid March we started seeing sporadic SSH i/o
    timeout errors when attempting to execute Enos resources against SSH
    transport targets. We've only ever seen this when communicating from
    Azure hosted runners to AWS hosted machines.
    
    While testing we were able to confirm that in some cases the public IP
    address resolved using DNS over UDP4 to Google and OpenDNS name servers
    did not match what was resolved when using the HTTPS/TCP IP address
    service hosted by AWS. The Enos data source was implemented in a way
    that we'd attempt resolution of a single name server and only attempt
    resolving from the next if previous name server could not get a result.
    We'd then allow-list that single IP address. That's a problem if we can
    resolve two different public IP addresses depending our endpoint address.
    
    This change utlizes the new `enos_environment.public_ip_addresses`
    attribute and subsequent behavior change. Now the data source will
    attempt to resolve our public IP address via name servers hosted by
    Google, OpenDNS, Cloudflare, and AWS. We then return a unique set of
    these IP addresses and allow-list all of them in our security group. It
    is our hope that this resolves these i/o timeout errors that seem like
    they're caused by the security group black-holing our attempted access
    because the IP we resolved does not match what we're actually exiting
    with.
    
    Signed-off-by: Ryan Cragun <me@ryan.ec>
    
    ---------
    
    Signed-off-by: Ryan Cragun <me@ryan.ec>
    Co-authored-by: Ryan Cragun <me@ryan.ec>
    Configuration menu
    Copy the full SHA
    05ca6d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. backport of commit 666ad87 (hashicorp#20311)

    Co-authored-by: Hamid Ghaf <83242695+hghaf099@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    e55c713 View commit details
    Browse the repository at this point in the history
  2. backport of commit 9ff6ee5 (hashicorp#20313)

    Co-authored-by: Braulio Gomes Rodrigues <brauliogr@gmail.com>
    Configuration menu
    Copy the full SHA
    6452228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d5fa1 View commit details
    Browse the repository at this point in the history
  4. backport of commit 788f337 (hashicorp#20325)

    Co-authored-by: Jaymala <jaymala@hashicorp.com>
    hc-github-team-secure-vault-core and Jaymala authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    71c3a46 View commit details
    Browse the repository at this point in the history
  5. Backport of enos: always use the initial release during upgrades into…

    … release/1.13.x (hashicorp#20329)
    
    * backport of commit cddbc3f
    * enos: use artifactory release for auto-pilot upgrade
    
    Signed-off-by: Ryan Cragun <me@ryan.ec>
    hc-github-team-secure-vault-core authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3ca228b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. backport of commit 1c9b5d4 (hashicorp#20339)

    Co-authored-by: miagilepner <mia.epner@hashicorp.com>
    Configuration menu
    Copy the full SHA
    4d8b6c8 View commit details
    Browse the repository at this point in the history
  2. backport of commit a2a3c49 (hashicorp#20345)

    Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
    hc-github-team-secure-vault-core and Bryce Kalow authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2b244b4 View commit details
    Browse the repository at this point in the history
  3. backport of commit 464b9de (hashicorp#20344)

    Co-authored-by: Alexander Scheel <alex.scheel@hashicorp.com>
    Configuration menu
    Copy the full SHA
    d63cc54 View commit details
    Browse the repository at this point in the history
  4. backport of commit 8856cc1 (hashicorp#20348)

    Co-authored-by: Braulio Gomes Rodrigues <brauliogr@gmail.com>
    Configuration menu
    Copy the full SHA
    9037c26 View commit details
    Browse the repository at this point in the history
  5. backport of commit 1889032 (hashicorp#20352)

    Co-authored-by: Ryan Cragun <me@ryan.ec>
    Configuration menu
    Copy the full SHA
    b9b773f View commit details
    Browse the repository at this point in the history