ui: adjust Apps security links
This commit is contained in:
parent
a6db3762a3
commit
6b9aaa3e53
@ -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." },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user