We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d539808 commit a816acdCopy full SHA for a816acd
1 file changed
web/src/core/bootstrap.ts
@@ -145,6 +145,10 @@ export async function bootstrapCore(
145
}),
146
sqlOlap: createDuckDbSqlOlap({
147
getS3Config: async () => {
148
+ if (!oidc.isUserLoggedIn) {
149
+ return undefined;
150
+ }
151
+
152
const result = await dispatch(
153
usecases.s3ConfigManagement.protectedThunks.getS3ConfigAndClientForExplorer()
154
);
0 commit comments