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

[VAULT-1324] Fix the CLI failing to return wrapping information for KV PUT and PATCH operations when format is set to 'table' #22818

Merged
merged 5 commits into from Sep 7, 2023

Conversation

kubawi
Copy link
Contributor

@kubawi kubawi commented Sep 6, 2023

The CLI currently fails to output the wrapping info for vault kv patch and vault kv put commands.

Output before:
image

Output after:
image

The fix was copied from a PR that fixed the same problem for vault kv list: #12031

…PUTs and PATCHes when format is set to 'table'
@kubawi kubawi changed the title [VAULT-1324] Fix the CLI failing to return wrapping information for KV …PUTs and PATCHes when format is set to 'table' [VAULT-1324] Fix the CLI failing to return wrapping information for KV PUTs and PATCHes when format is set to 'table' Sep 6, 2023
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Sep 6, 2023
@kubawi kubawi self-assigned this Sep 6, 2023
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

CI Results:
All Go tests succeeded! ✅

@kubawi kubawi added this to the 1.13.7 milestone Sep 7, 2023
@kubawi kubawi marked this pull request as ready for review September 7, 2023 10:47
@kubawi kubawi requested a review from a team September 7, 2023 10:47
@kubawi kubawi added the core/cli label Sep 7, 2023
@kubawi kubawi changed the title [VAULT-1324] Fix the CLI failing to return wrapping information for KV PUTs and PATCHes when format is set to 'table' [VAULT-1324] Fix the CLI failing to return wrapping information for KV PUT and PATCH operations when format is set to 'table' Sep 7, 2023
changelog/22818.txt Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Sep 7, 2023

Build Results:
All builds succeeded! ✅

Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
command/kv_patch.go Outdated Show resolved Hide resolved
command/kv_put.go Outdated Show resolved Hide resolved
kubawi and others added 2 commits September 7, 2023 20:20
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/1.13.x Backport changes to `release/1.13.x` backport/1.14.x Backport changes to `release/1.14.x` backport/1.15.x Backport changes to `release/1.15.x` core/cli hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants