You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/src/routes/api/dev-impersonate/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import { KubeFastifyInstance } from '../../../types';
6
6
import{
7
7
DEV_IMPERSONATE_PASSWORD,
8
8
DEV_IMPERSONATE_USER,
9
-
DEV_IMPERSONATE_TOKEN,// Temporary work around: get impersonate to work through token, becuase of hostname resolve problem and IBM not using oauth proxy
9
+
DEV_IMPERSONATE_TOKEN,// Temporary workaround: get impersonate to work through a token, because of hostname resolve the problem and IBM not using OAuth proxy
exportconstDEV_IMPERSONATE_TOKEN=DEV_MODE ? process.env.DEV_IMPERSONATE_TOKEN : undefined;// Temporary work around: get impersonate to work through token, becuase of hostname resolve problem and IBM not using oauth proxy
13
+
exportconstDEV_IMPERSONATE_TOKEN=DEV_MODE ? process.env.DEV_IMPERSONATE_TOKEN : undefined;// Temporary workaround: get impersonate to work through a token, because of hostname resolve the problem and IBM not using OAuth proxy
0 commit comments