mirror of
https://github.com/tale/headplane.git
synced 2026-08-13 15:07:24 +00:00
chore(TALE-29): remove acl from integration/context
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user