forked from kedacore/keda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add core logic to support access token in postgres scaler (kedacore#5589
) * add core logic to support access token in postgres scaler Signed-off-by: Ferdinand de Baecque <[email protected]> * minor fix Signed-off-by: Ferdinand de Baecque <[email protected]> * run make build to fmt code Signed-off-by: Ferdinand de Baecque <[email protected]> * make regexp password pattern global Signed-off-by: Ferdinand de Baecque <[email protected]> * adapt to use placeholder for regexp Signed-off-by: Ferdinand de Baecque <[email protected]> * add missing authPodIdentity variable Signed-off-by: Ferdinand de Baecque <[email protected]> * lint code using gci write... command Signed-off-by: Ferdinand de Baecque <[email protected]> * lint import + add 2 unite tests Signed-off-by: Ferdinand de Baecque <[email protected]> * lint with make fmt Signed-off-by: Ferdinand de Baecque <[email protected]> * remove podIdentityAzure references (but keep AzureWorkload ones) Signed-off-by: Ferdinand de Baecque <[email protected]> * replace switch by if statements + fix error when comparing + close connection before recreating it Signed-off-by: Ferdinand de Baecque <[email protected]> * generate a new token if the current one has expired + add log info statement Signed-off-by: Ferdinand de Baecque <[email protected]> * minor change + add entry in CHANGELOG.md Signed-off-by: Ferdinand de Baecque <[email protected]> * Add first draft of an e2e test Signed-off-by: Ferdinand de Baecque <[email protected]> * Add comment and change package name Signed-off-by: Ferdinand de Baecque <[email protected]> * fix golanci lint Signed-off-by: Ferdinand de Baecque <[email protected]> * use identity 1 in e2e tests Signed-off-by: Ferdinand de Baecque <[email protected]> * fix e2e tests after testing it + change .env file Signed-off-by: Ferdinand de Baecque <[email protected]> * go fmt Signed-off-by: Ferdinand de Baecque <[email protected]> * remove entries in .env file Signed-off-by: Ferdinand de Baecque <[email protected]> * Add Postgres env variables Signed-off-by: Ferdinand de Baecque <[email protected]> * remove useless variables Signed-off-by: Ferdinand de Baecque <[email protected]> * Update e2e test to reset all the task using a query Signed-off-by: Jorge Turrado <[email protected]> * missing changes after rebase Signed-off-by: Jorge Turrado <[email protected]> * fix typo in the query Signed-off-by: Jorge Turrado Ferrero <[email protected]> * remove the load Signed-off-by: Jorge Turrado <[email protected]> * fix style Signed-off-by: Jorge Turrado <[email protected]> --------- Signed-off-by: Ferdinand de Baecque <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> Signed-off-by: Jorge Turrado Ferrero <[email protected]> Signed-off-by: Jorge Turrado <[email protected]> Co-authored-by: Jorge Turrado <[email protected]> Co-authored-by: Jorge Turrado Ferrero <[email protected]>
- Loading branch information
1 parent
d4fcc84
commit c740bf0
Showing
6 changed files
with
427 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.