mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-28 03:40:04 +00:00

* Remove secretsManagerCredentials from backend * Remove secretsManagerCredentials from backend * Add secrets manager loader * Load SM in the ometa client * Fix tests * Fix tests * Fix Lint * Mock AWS region --------- Co-authored-by: Ayush Shah <ayush@getcollate.io>
5 lines
199 B
SQL
5 lines
199 B
SQL
-- we are not using the secretsManagerCredentials
|
|
UPDATE metadata_service_entity
|
|
SET json = JSON_REMOVE(json, '$.openMetadataServerConnection.secretsManagerCredentials')
|
|
where name = 'OpenMetadata';
|