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-2285 adding capability to accept comma separated entries for au… #12126

Merged
merged 17 commits into from Aug 9, 2021

Conversation

hghaf099
Copy link
Contributor

…th enable/tune

@hghaf099 hghaf099 force-pushed the hghaf099-VAULT-2285-fix-headers-accept-comma-sep-ent branch from 3e6c136 to e8515b3 Compare July 20, 2021 14:13
@vercel vercel bot temporarily deployed to Preview – vault-storybook July 20, 2021 14:13 Inactive
@vercel vercel bot temporarily deployed to Preview – vault July 20, 2021 14:13 Inactive
@hghaf099
Copy link
Contributor Author

Seems like secrets tune/enable are also missing the same parameters.

@vercel vercel bot temporarily deployed to Preview – vault-storybook July 20, 2021 14:52 Inactive
@hghaf099 hghaf099 marked this pull request as ready for review July 20, 2021 14:52
website/content/docs/commands/secrets/tune.mdx Outdated Show resolved Hide resolved
website/content/docs/commands/secrets/tune.mdx Outdated Show resolved Hide resolved
website/content/docs/commands/secrets/enable.mdx Outdated Show resolved Hide resolved
website/content/docs/commands/secrets/enable.mdx Outdated Show resolved Hide resolved
website/content/docs/commands/auth/tune.mdx Outdated Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
changelog/12126.txt Outdated Show resolved Hide resolved
changelog/12126.txt Outdated Show resolved Hide resolved
Fixing changelog
using builtin type for a switch statement
Fixing a possible panic scenario
command/secrets_tune_test.go Outdated Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
vault/logical_system.go Show resolved Hide resolved
vault/logical_system.go Outdated Show resolved Hide resolved
@vercel vercel bot temporarily deployed to Preview – vault-storybook July 27, 2021 15:32 Inactive
@vercel vercel bot temporarily deployed to Preview – vault July 27, 2021 15:32 Inactive
@hghaf099 hghaf099 requested a review from ncabatoff July 27, 2021 21:04
Copy link
Contributor

@ncabatoff ncabatoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple small suggestions but overall looks good!

@vercel vercel bot temporarily deployed to Preview – vault-storybook August 9, 2021 17:09 Inactive
@hghaf099 hghaf099 merged commit dd294fc into main Aug 9, 2021
jartek pushed a commit to jartek/vault that referenced this pull request Sep 11, 2021
hashicorp#12126)

* VAULT-2285 adding capability to accept comma separated entries for auth enable/tune

* Adding changelog

* Adding logic to detect invalid input parameter for auth enable config

* Updating tune.mdx

* Updating secret enable/tune for comma separated parameters

* Adding further parameter checks for auth/secret tests
Fixing changelog
using builtin type for a switch statement
Fixing a possible panic scenario

* Changing a function name, using deep.Equal instead of what reflect package provides

* Fixing auth/secret enable/tune mdx files

* One more mdx file fix

* Only when users provide a single comma separated string in a curl command, split the entries by commas

* Fixing API docs for auth/mount enable/tune for comma separated entries

* updating docs, removing an unnecessary switch case
@vercel vercel bot temporarily deployed to Preview – vault-storybook September 27, 2021 18:41 Inactive
@briankassouf briankassouf deleted the hghaf099-VAULT-2285-fix-headers-accept-comma-sep-ent branch September 27, 2021 18:55
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.

None yet

2 participants