You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the external asset storage feature was implemented, all the fields in the config were put in the terafoundation section, but they are specific to teraslice so should be in that section.
To move them to teraslice we need to move the validation function. Unfortunately it requires access to terafoundation.connectors so the inputs to validator functions will need to allow for the whole config to be passed in.
The text was updated successfully, but these errors were encountered:
Lets deprecate the asset_storage_* keys in terafoundation. at the same time as adding them to teraslice. That way we're not making a breaking change to the terafoundation.yml. Also make sure to add comments that allow us to find and remove the asset_storage keys that need to be removed in 2.0.
This PR makes the following changes:
- **\*\*Deprecated\*\*** all `asset_storage` configuration settings in
terafoundation
- These configuration settings now live in the teraslice config and will
be removed from terafoundation in teraslice 2.0
- The teraslice `asset_storage` config settings will take priority of
the terafoundation `asset_storage` settings if both are set.
- Updated documentation with information on deprecation.
- Bumps the following packages:
- (patch) **@terascope/job-components** to `v0.74.2`
- (patch) **@terascope/types** to `v0.17.2`
- (patch) **@terascope/data-mate** to `v0.56.2`
- (patch) **elasticsearch-store** to `v0.84.2`
- (patch) **ts-transforms** to `v0.85.2`
- (patch) **xlucene-parser** to `v0.58.2`
- (patch) **xlucene-translator** to `v0.44.2`
- (patch) **@terascope/elasticsearch-api** to `v3.20.2`
- (patch) **@terascope/teraslice-state-storage** to `v0.53.2`
- (minor) **terafoundation** to `v0.64.0`
- Bumps **teraslice** to from `v1.5.1` to `v1.6.0`
Ref to issue #3601
---------
Co-authored-by: Austin Godber <godber@terascope.io>
When the external asset storage feature was implemented, all the fields in the config were put in the
terafoundation
section, but they are specific toteraslice
so should be in that section.To move them to
teraslice
we need to move the validation function. Unfortunately it requires access toterafoundation.connectors
so the inputs to validator functions will need to allow for the whole config to be passed in.The text was updated successfully, but these errors were encountered: