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.
2 parents 9ad0d45 + 10c7289 commit 528a6e2Copy full SHA for 528a6e2
config.js
@@ -417,7 +417,7 @@ config.DB_CLEANER_MAX_TOTAL_DOCS = 10000;
417
// CLOUD RESOURCES //
418
/////////////////////
419
// This parameter is used to toggle pool deletion checks that enforce that only the pool and system owners can delete the pool
420
-config.RESTRICT_RESOURCE_DELETION = false;
+config.RESTRICT_RESOURCE_DELETION = process.env.RESTRICT_RESOURCE_DELETION === 'true';
421
// EXPERIMENTAL!! switch to turn off the use of signed urls to delegate cloud read\writes to object_io (s3 compatible only)
422
// when this is set to true, block_store_s3 will return s3 credentials to the block_store_client so it can
423
// connect directly to the cloud target (and not via a signed url)
0 commit comments