Skip to content

Commit a8b4bb9

Browse files
authored
Merge pull request #1835 from Dokploy/feat/add-impersionation-cloud
Feat/add impersionation cloud
2 parents 11a8fcc + ebc8c2f commit a8b4bb9

File tree

16 files changed

+11988
-6
lines changed

16 files changed

+11988
-6
lines changed

apps/dokploy/__test__/traefik/server/update-server-config.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import { beforeEach, expect, test, vi } from "vitest";
1616
const baseAdmin: User = {
1717
https: false,
1818
enablePaidFeatures: false,
19+
allowImpersonation: false,
20+
role: "user",
1921
metricsConfig: {
2022
containers: {
2123
refreshRate: 20,

0 commit comments

Comments
 (0)