chore(TALE-29): remove acl from integration/context
This commit is contained in:
parent
a72a3d6e5f
commit
690b52d8c6
8 changed files with 1 additions and 62 deletions
|
|
@ -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),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue