Skip to content

Commit 3176131

Browse files
committed
fixes
1 parent 110ee91 commit 3176131

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/atlas-service/src/atlas-service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export class AtlasService {
7878
// https://github.com/10gen/mms/blob/9f858bb987aac6aa80acfb86492dd74c89cbb862/client/packages/project/common/ajaxPrefilter.ts#L34-L49
7979
return this.cloudEndpoint(path);
8080
}
81+
// TODO (COMPASS-9663): these should come from the config property per environment
8182
userDataEndpoint(path?: string): string {
8283
return `https://cluster-connection.cloud-dev.mongodb.com/userData${normalizePath(
8384
path
@@ -138,6 +139,7 @@ export class AtlasService {
138139
...init?.headers,
139140
...authHeaders,
140141
},
142+
credentials: 'include',
141143
});
142144
}
143145
async automationAgentRequest(

0 commit comments

Comments
 (0)