Skip to content

Commit

Permalink
Address marco's comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Jan 2, 2025
1 parent d39c3bd commit 13a960e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/includes/config-reference/auth-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ auth_service:
require_session_mfa: false

# second_factors is the list of allowed second factors for the cluster.
# Possible values: "otp" and "webauthn". Order does not matter.
# Possible values: "otp", "webauthn", and "sso". Order does not matter.
# Defaults to ["otp"].
second_factors: ["webauthn", "otp"]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/reference/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ metadata:
name: cluster-auth-preference
spec:
# Sets the list of allowed second factors for the cluster.
# Possible values: "otp" and "webauthn".
# Possible values: "otp", "webauthn", and "sso".
# Defaults to ["otp"].
second_factors: ["webauthn", "otp"]
Expand Down

0 comments on commit 13a960e

Please sign in to comment.