-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New feature : Add Azure Active directory authentication when using Azure postgresql servers #37
Comments
Hi @younux , Thanks for opening this issue (and sorry for the response delay, I missed some notifications from Github 🤦♂️ ) Yes we could be interested by this feature, it depends of the implementation. Thanks for your work on that! |
I am also interested in this! I checked the branch @younux wrote and saw he was using a different approach than the Just a heads up to prevent possible duplicate work :) |
Hello @SemMulder The approach I used is for addressing the problem with the simplest possible way : easy to use and easy to understand (KISS principle). I am not against your approach if is accepted. The important for me is to support this use case. Regards, |
Hi, @younux, @SemMulder Is anyone still working on this feature? |
Looks like this can be closed as the provider supports this. Not sure when it was added but I can see it in the documentation and examples online as well. |
Hello,
Is it possible to add a new feature to the provider : Connecting to Azure database postgresql using Azure Active DIrectory authentication as described here
The idea is that the password is a token that is fetched from Azure active directory using clientSecretCrentials.
I have already forked the project and implement this feature, I can make a pull request if you are ok to add this feature to this provider.
What do you think about it ?
Thanks for your feedback
The text was updated successfully, but these errors were encountered: