opensearch-migrations
opensearch-migrations copied to clipboard
All things migrations and upgrades for OpenSearch
### Description Instruments RestClient within RFS so that every call has a context. I'm not currently filling the context in with any * Category New feature/Refactoring/OE * Why these changes...
### Description This task adds Metrics Sources for cloudwatch & prometheus to the console ### Issues Resolved [MIGRATIONS-1743](https://opensearch.atlassian.net/browse/MIGRATIONS-1743) ### Testing Manual testing and unit tests. This will also be used...
### Description Removes ECS ServiceConnect from the infrastructure. This change builds off of [MIGRATIONS-1735](https://opensearch.atlassian.net/browse/MIGRATIONS-1735) which removes a hard dependency on service-connect. * Category: Enhancement * Why these changes are required?...
Vulnerable Library - docker-java-core-3.3.6.jar Path to dependency file: /RFS/build.gradle Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.bouncycastle/bcprov-jdk18on/1.76/3a785d0b41806865ad7e311162bfa3fa60b3965b/bcprov-jdk18on-1.76.jar Found in HEAD commit: 7490b6d10816620cbd120fc74a2daa146e9fae50 ## Vulnerabilities | CVE | Severity | CVSS | Dependency |...
### Description * Perform some refactoring of the RFS Worker and select, underlying libraries to better log exceptional situations ### Issues Resolved * https://opensearch.atlassian.net/browse/MIGRATIONS-1731 ### Testing * Ran the `ReindexFromSnapshot.java`...
### Description Add Jenkins pipeline files for integ tests ### Issues Resolved N/A Is this a backport? If so, please add backport PR # and/or commits # ### Testing [Please...
### Description Small refactor for testability of document indexer actions, following from the snapshot test cases [1]. - [1] https://github.com/opensearch-project/opensearch-migrations/pull/664#discussion_r1609036461 ### Check List - [ ] ~New functionality includes testing~...
Vulnerable Library - requests-2.31.0-py3-none-any.whl Python HTTP for Humans. Library home page: https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl Path to dependency file: /experimental/upgrades/upgrade_testing_framework/steps/step_snapshot_restore Path to vulnerable library: /experimental/upgrades/upgrade_testing_framework/steps/step_snapshot_restore,/experimental/cluster_traffic_capture/requirements.txt,/experimental/upgrades,/test/requirements.txt,/experimental/upgrades/requirements.txt,/FetchMigration/python/requirements.txt,/test,/experimental/cluster_migration_core,/FetchMigration/python/dev-requirements.txt Found in HEAD commit: 71328c479163c999277def230ec52ef8723758e9 ## Vulnerabilities |...
Vulnerable Library - Werkzeug-2.2.3-py3-none-any.whl The comprehensive WSGI web application library. Library home page: https://files.pythonhosted.org/packages/f6/f8/9da63c1617ae2a1dec2fbf6412f3a0cfe9d4ce029eccbda6e1e4258ca45f/Werkzeug-2.2.3-py3-none-any.whl Path to dependency file: /FetchMigration/python/dev-requirements.txt Path to vulnerable library: /FetchMigration/python/dev-requirements.txt Found in HEAD commit: 71328c479163c999277def230ec52ef8723758e9 ##...
### Description Creates tests for a number of interesting integration scenarios in RFS, specifically when a document has been deleted and updated. Also includes base test case ### Issues Resolved...