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

modify auth.mdx. change order in first example #29194

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

tschiemann
Copy link
Contributor

@tschiemann tschiemann commented Dec 14, 2024

Description

Changed the order of parameters. -path must bevor auth method, otherwise an error is thrown. "Command flags must be provided before positional arguments. The following arguments will not be parsed as flags: [-path=my-auth]"

vault auth enable userpass -path=my-auth

should be

vault auth enable -path=my-auth userpass 

🔍 Deploy preview

-path must bevor auth method, otherwise an error is thrown

 "Command flags must be provided before positional arguments. The following arguments will not be parsed as flags: [-path=my-auth]"
@tschiemann tschiemann requested a review from a team as a code owner December 14, 2024 09:17
Copy link

hashicorp-cla-app bot commented Dec 14, 2024

CLA assistant check
All committers have signed the CLA.

Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

Copy link
Contributor

@yhyakuna yhyakuna left a comment

Choose a reason for hiding this comment

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

Thank you!

@yhyakuna yhyakuna merged commit 78b5b1a into hashicorp:main Dec 17, 2024
28 of 29 checks passed
@tschiemann tschiemann deleted the patch-1 branch December 17, 2024 20:10
Monkeychip pushed a commit that referenced this pull request Dec 18, 2024
-path must bevor auth method, otherwise an error is thrown

 "Command flags must be provided before positional arguments. The following arguments will not be parsed as flags: [-path=my-auth]"

Co-authored-by: Yoko Hyakuna <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants