release(v2.0.1): rollup sso-manager-node v2.0.1 and theta-agent v2.0.1

This commit is contained in:
2026-08-09 14:50:31 -04:00
parent 3ec641c426
commit 17f488e2e2
6 changed files with 257 additions and 42 deletions
+1 -1
View File
@@ -645,7 +645,7 @@ async function seedDirectory(token, clientId, jumpClientId) {
// Remove or set ignored on OpenBao/bao-renewer seed resources if present — OpenBao is an
// internal stack service, not a user-facing published directory service.
for (const r of resources) {
if (r.slug === 'openbao' || r.slug === 'bao-renewer' || (r.name && r.name.includes('openbao')) || (r.name && r.name.includes('bao-renewer'))) {
if (r.slug === 'openbao' || r.slug === 'openboa' || r.slug === 'bao-renewer' || (r.name && (/openbao|openboa|bao-renewer/i.test(r.name)))) {
await dirDelete(token, `resources/${r.id}`).catch(() => {});
}
}