Skip to content

Commit 6d0426f

Browse files
feat: removed auth for exports #4482 (#4483)
1 parent f075ce6 commit 6d0426f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site-config/hca-dcp/cc-ma-dev/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ export function makeManagedAccessConfig(config: SiteConfig): SiteConfig {
3333
// Add authentication to the config.
3434
cloneConfig.authentication = getAuthenticationConfig();
3535

36-
// Require authentication for exports
37-
cloneConfig.exportsRequireAuth = true;
38-
3936
// Update categoryGroupConfig.
4037
cloneConfig.categoryGroupConfig = getMACategoryGroupConfig(
4138
cloneConfig.categoryGroupConfig

0 commit comments

Comments
 (0)