this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(wireguard): hide login form and disable passkey

Change-Id: Id4b5afbc301ad52fcf0ae8ad27bb15232acdb4b1

Khue Doan 4a154e27 93b061ac

+6
+6
platform/production/wireguard.yaml
··· 22 22 targetRevision: 0.7.1 23 23 helm: 24 24 valuesObject: 25 + # TODO remove tag override when new version is released with hide_login_form 26 + image: 27 + tag: "master@sha256:75b0a5476fddce6a9a4a2d75fd4e5af914e8c51b754c7ac55f72c9ca5451850d" 25 28 config: 26 29 core: 27 30 create_default_peer: true ··· 30 33 external_url: https://wireguard.cloudlab.khuedoan.com 31 34 auth: 32 35 hide_login_form: true 36 + # Disable passkey to enforce OIDC 37 + webauthn: 38 + enabled: false 33 39 oidc: 34 40 - id: sso 35 41 provider_name: sso