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

Backport of openapi: Fix response fields for rekey operations into release/1.15.x #25567

Merged

Conversation

hc-github-team-secure-vault-core
Copy link
Contributor

Backport

This PR is auto-generated from #25509 to be assessed for backporting due to the inclusion of the label backport/1.15.x.

The below text is copied from the body of the original PR.


Fixing the response fields to match the correct names and types declared in http/sys_rekey.go:

vault/http/sys_rekey.go

Lines 369 to 371 in 633dae1

type RekeyStatusResponse struct {
Nonce string `json:"nonce"`
Started bool `json:"started"`

Fixing this and releasing the corresponding openapi.json should resolve hashicorp/vault-client-go#251


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/fix-sys-types/primarily-unbiased-prawn branch from 1c20bf7 to a20beb5 Compare February 21, 2024 19:14
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Feb 21, 2024
Copy link

Build Results:
All builds succeeded! ✅

Copy link

CI Results:
All Go tests succeeded! ✅

@schavis schavis added the vault-update Used by SPE team to filter out PRs not related to content label Feb 21, 2024
@averche averche merged commit f73c1fe into release/1.15.x Feb 23, 2024
75 of 78 checks passed
@averche averche deleted the backport/fix-sys-types/primarily-unbiased-prawn branch February 23, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed vault-update Used by SPE team to filter out PRs not related to content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants