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 Details

    • SecretsManagerUpdateService

      public SecretsManagerUpdateService(SecretsManager secretsManager, String clusterName)
  • Method Details

    • updateEntities

      public void updateEntities()