ui: adjust Apps security links

This commit is contained in:
Brad Stein 2026-01-03 17:24:00 -03:00
parent a6db3762a3
commit 6b9aaa3e53

View File

@ -74,20 +74,9 @@ const sections = [
},
{
name: "Keycloak",
url: "https://sso.bstein.dev/realms/atlas/account",
url: "https://sso.bstein.dev/realms/atlas/account/#/security/signing-in",
target: "_blank",
description: "Account security + MFA (2FA) settings.",
},
],
},
{
title: "Infrastructure",
apps: [
{
name: "Vault",
url: "https://secret.bstein.dev",
target: "_blank",
description: "Secrets management for infrastructure and apps.",
description: "Account security + MFA (2FA) settings (Keycloak).",
},
],
},
@ -163,6 +152,12 @@ const sections = [
{ name: "Grafana", url: "https://metrics.bstein.dev", target: "_blank", description: "Dashboards and monitoring." },
],
},
{
title: "Infra & Secrets",
apps: [
{ name: "Vault", url: "https://secret.bstein.dev", target: "_blank", description: "Secrets management for infrastructure and apps." },
],
},
],
},
{