chore(TALE-29): remove acl from integration/context

This commit is contained in:
Aarnav Tale
2024-08-24 10:12:30 -04:00
parent a72a3d6e5f
commit 690b52d8c6
8 changed files with 1 additions and 62 deletions
-6
View File
@@ -22,11 +22,6 @@ export interface HeadplaneContext {
write: boolean
}
acl: {
read: boolean
write: boolean
}
oidc?: {
issuer: string
client: string
@@ -69,7 +64,6 @@ export async function loadContext(): Promise<HeadplaneContext> {
cookieSecret,
integration: await loadIntegration(),
config: contextData,
acl: await checkAcl(config),
oidc: await checkOidc(config),
}