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 |
|
🤖 Vercel preview here: https://docs-3u9zj2rj3-goteleport.vercel.app/docs/ver/preview |
|
🤖 Vercel preview here: https://docs-erhb868yp-goteleport.vercel.app/docs/ver/preview |
|
🤖 Vercel preview here: https://docs-jlfla8jrd-goteleport.vercel.app/docs/ver/preview |
5d1e3f5 to
d39c3bd
Compare
There was a problem hiding this comment.
Do we have a test that make sure you can't do something like second_factors: [ webauthn, on, off ]?
There was a problem hiding this comment.
on and off aren't valid second_factors values, so you'd get a parsing error. The only valid values are webauthn, otp, and sso.
const (
// secondFactorTypeOTPString is the string representation of SecondFactorType_SECOND_FACTOR_TYPE_OTP
secondFactorTypeOTPString = "otp"
// secondFactorTypeWebauthnString is the string representation of SecondFactorType_SECOND_FACTOR_TYPE_WEBAUTHN
secondFactorTypeWebauthnString = "webauthn"
// secondFactorTypeSSOString is the string representation of SecondFactorType_SECOND_FACTOR_TYPE_SSO
secondFactorTypeSSOString = "sso"
)|
Amplify deployment status
|
13a960e to
9c9b7ca
Compare
* Document second_factors; Update test plan. * Update proto comment; Update terraform docs. * Clarify second_factors reference. * Fix docs lint. * Address comments. * Address marco's comment.
Update documentation to mention
second_factorsinstead ofsecond_factor.Also update the test plan.
Note: I decided not to touch
reduce-blast-radius.mdxas this page is out of date and should be covered by this separate issue - #48767Docs follow up for #47233