test(auth): testing auth stuff

This commit is contained in:
2025-04-08 06:49:13 -05:00
parent 92d251c122
commit d8edfaf05f
5 changed files with 194 additions and 1 deletions

View File

@@ -207,6 +207,14 @@ const newSettings = [
serviceBelowsTo: "ocp",
roleToChange: "admin",
},
// temp settings can be deleted at a later date once that code is removed
{
name: "siloAdjMigrations",
value: `0`,
description: "Migrates the old silo adjustments to lst v2.",
serviceBelowsTo: "admin",
roleToChange: "admin",
},
];
export const areSettingsIn = async () => {
// get the roles

View File

@@ -101,7 +101,14 @@ const newSubModules = [
link: "/modules",
icon: "Settings",
newWindow: false,
isActive: false,
isActive: true,
},
{
name: "Sub Modules",
link: "/subModules",
icon: "Settings",
newWindow: false,
isActive: true,
},
{
name: "Swagger",