mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 15:32:19 +00:00
Get the headers into the traefik config
This commit is contained in:
parent
612446c3c9
commit
1eacb8ff36
7 changed files with 84 additions and 46 deletions
|
|
@ -107,7 +107,8 @@ export const resources = sqliteTable("resources", {
|
|||
enableProxy: integer("enableProxy", { mode: "boolean" }).default(true),
|
||||
skipToIdpId: integer("skipToIdpId").references(() => idp.idpId, {
|
||||
onDelete: "cascade"
|
||||
})
|
||||
}),
|
||||
headers: text("headers"), // comma-separated list of headers to add to the request
|
||||
});
|
||||
|
||||
export const targets = sqliteTable("targets", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue