Package org.openmetadata.service.secrets
Class SecretsManagerUpdateService
- java.lang.Object
-
- org.openmetadata.service.secrets.SecretsManagerUpdateService
-
public class SecretsManagerUpdateService extends Object
Update service using the configured secret manager.- It will update all the services entities with connection parameters
- It will update all the user bots with authentication mechanism
- It will update all the ingestion pipelines of type metadata with DBT config
-
-
Constructor Summary
Constructors Constructor Description SecretsManagerUpdateService(SecretsManager secretsManager, String clusterName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateEntities()
-
-
-
Constructor Detail
-
SecretsManagerUpdateService
public SecretsManagerUpdateService(SecretsManager secretsManager, String clusterName)
-
-