From 6b9aaa3e534413af26ed9951657f0d239da4c796 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 3 Jan 2026 17:24:00 -0300 Subject: [PATCH] ui: adjust Apps security links --- frontend/src/views/AppsView.vue | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/frontend/src/views/AppsView.vue b/frontend/src/views/AppsView.vue index fd2d32e..f1bcb8e 100644 --- a/frontend/src/views/AppsView.vue +++ b/frontend/src/views/AppsView.vue @@ -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." }, + ], + }, ], }, {