mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 10:56:02 +00:00
MINOR: Fix test connection on updating bot jwt (#20093)
This commit is contained in:
parent
10cfd77a73
commit
0b8f882941
@ -170,6 +170,9 @@ public class OpenMetadataConnectionBuilder {
|
||||
}
|
||||
|
||||
public OpenMetadataConnection build() {
|
||||
// Initialize the bot user while building to update any
|
||||
// changes done on the bot like updating jwt token
|
||||
initializeBotUser(Entity.INGESTION_BOT_NAME);
|
||||
return new OpenMetadataConnection()
|
||||
.withAuthProvider(authProvider)
|
||||
.withHostPort(openMetadataURL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user