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." }, + ], + }, ], }, {