-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Document second_factors
field
#49016
base: master
Are you sure you want to change the base?
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
🤖 Vercel preview here: https://docs-dyyp3naz3-goteleport.vercel.app/docs/ver/preview |
50627c4
to
80ef4ca
Compare
🤖 Vercel preview here: https://docs-n44w4iu9a-goteleport.vercel.app/docs/ver/preview |
- `second_factor` (String) SecondFactor is the type of mult-factor. | ||
- `second_factors` (List of Number) SecondFactors is a list of supported second factor types. | ||
- `second_factor` (String) SecondFactor is the type of mult-factor. Deprecated: Prefer setting SecondFactors instead. | ||
- `second_factors` (List of Number) SecondFactors is a list of supported second factor types. 1 is "otp", 2 is "webauthn", 3 is "sso", If unspecified, the current default value is [1], or ["otp"]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to say List of Number
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is automatically generated by terraform-plugin-docs
- https://github.com/hashicorp/terraform-plugin-docs/blob/2004e44ee970c07f78889f7525f794c8d3654dfc/internal/schemamd/write_type.go#L51C4-L51C5
🤖 Vercel preview here: https://docs-3u9zj2rj3-goteleport.vercel.app/docs/ver/preview |
Update documentation to mention
second_factors
instead ofsecond_factor
.Also update the test plan.
Note: I decided not to touch
reduce-blast-radius.mdx
as this page is out of date and should be covered by this separate issue - #48767Docs follow up for #47233