![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@cumulus/discover-granules
Advanced tools
Discover Granules in FTP/HTTP/HTTPS/SFTP/S3 endpoints
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
To make a contribution, please see our contributing guidelines.
[v13.0.0] 2022-06-13
The changes introduced in CUMULUS-2955 should result in removal of
files_granule_cumulus_id_index
from the files
table (added in the v11.1.1
release). The success of this operation is dependent on system ingest load.
In rare cases where data-persistence deployment fails because the
postgres-db-migration
times out, it may be required to manually remove the
index and then redeploy:
DROP INDEX IF EXISTS files_granule_cumulus_id_index;
CUMULUS-2931
cumulus-alias
index that would collide with the required
cumulus-alias
alias. A configuration parameter
elasticsearch_remove_index_alias_conflict
on the cumulus
and
archive
modules has been added to enable the original behavior that would
remove the invalid index (and all it's data).@cumulus/es-client.bootstrapElasticSearch
signature to be
parameterized and accommodate a new parameter removeAliasConflict
which
allows/disallows the deletion of a conflicting cumulus-alias
indexmove-granule
task to check the optional collection configuration parameter
meta.granuleMetadataFileExtension
to determine the granule metadata file.
If none is specified, the granule CMR metadata or ISO metadata file is used.CUMULUS-2929
meta.granuleMetadataFileExtension
to specify CMR metadata
file extension for tasks that utilize metadata file lookupsCUMULUS-2939
@cumulus/api/lambdas/start-async-operation
to start an async operationCUMULUS-2953
skipMetadataCheck
flag to config for Hyrax metadata updates task.true
, and a granule has no CMR file, the task will simply return the input values.CUMULUS-2966
url_path
in the collection configurationCUMULUS-2965
cumulus-rds-tf
module to ignore engine_version
lifecycle changesCUMULUS-2967
CUMULUS-2955
20220126172008_files_granule_id_index
to not create an index on
granule_cumulus_id
on the files table.20220609024044_remove_files_granule_id_index
migration to revert
changes from 20220126172008_files_granule_id_index
on any deployed stacks
that might have the index to ensure consistency in deployed stacksCUMULUS-2923
CUMULUS-2939
@cumulus/api
granules/bulk*
, elasticsearch/index-from-database
and
POST reconciliationReports
endpoints to invoke StartAsyncOperation lambdaCUMULUS-2863
@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries
and 0 visibilityTimeout in rule's meta.CUMULUS-2961
data-migration2
granule migration logic to allow for DynamoDb granules that have a null/empty string value for execution
. The migration will now migrate them without a linked execution.@cumulus/api
validateAndUpdateSqsRule
method to allow 0 retries and 0 visibilityTimeout
in rule's meta.CUMULUS-2959
@cumulus/api
granules
module to convert numeric productVolume to string
when an old granule record is retrieved from DynamoDB.FAQs
Discover Granules in FTP/HTTP/HTTPS/SFTP/S3 endpoints
The npm package @cumulus/discover-granules receives a total of 175 weekly downloads. As such, @cumulus/discover-granules popularity was classified as not popular.
We found that @cumulus/discover-granules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.