Adding ability to get password from Azure CLI #37715
-
|
As a security improvement, my company changed passwords to access tokens for postgreSql database. pgAdmin has Password exec command in the connection tab which can trigger a powershell script, uses Azure CLI, gets access token according to my user account and apply it as a password for database connection. It has a expiration time which is 60 minutes. After that time, pgAdmin gets the password again from AzureCLI and i can use the database without any interruption. Even i searched all around the web, i couldn't find the equivelant way in Dbeaver. I have created a bat file doing: @echo off :: Run the DBeaver CLI with the access token This works okey for 1 hour but after that time, i need to run the same bat file again and lose my unsaved changes. Is it possible to add a password exec command in dBeaver. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
There were at least these two discussions about the question on password-related scripting and automation: |
Beta Was this translation helpful? Give feedback.
There were at least these two discussions about the question on password-related scripting and automation:
https://github.com/orgs/dbeaver/discussions/36536
https://github.com/orgs/dbeaver/discussions/36531