-
Notifications
You must be signed in to change notification settings - Fork 126
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
Make Dynatrace DQL provider oAuth URL configurable #1968
Comments
Can i work on this? |
Hi @Sourav-Kumar-Panda sure you can! Let us know if anything in the ticket is unclear 🚀 |
any updates on this @Sourav-Kumar-Panda ? |
This issue will be unassigned in 1 week if no further activity is seen. |
Hey @mowies, I wd like fix this. |
Great! Thank you! |
hey @mowies, I looked into it and so abt it do I need to create a field function for another key in secret which defines the |
Hi @prakrit55 ! In the lifecycle-toolkit/metrics-operator/controllers/common/providers/dynatrace/common.go Line 36 in 9ee4583
Please let me know if there is anything unclear |
hey @bacherfl, one reconfirmation, so the authUrl should contain the token in its field, which need to be passed ?? |
Hi @prakrit55 , there should be a new field called {"authURL": "my-auth-url", "token":"my-token"} |
Hi @prakrit55, do you plan to work on this issue? I see you are working also on another one #2640 Thanks! |
hey @odubajDT, after the former is done, I'm willing to continue it or if its an immediate requirement I will pull off a pr today itself, it wd be no hurdle for me |
Thanks for the update, we still have some time. |
This issue will be unassigned in 1 week if no further activity is seen. |
Reopening this as an open PR is already linked to this issue. |
Description
Currently, the oAuth URL for the DQL provider is hardcoded here:
lifecycle-toolkit/metrics-operator/controllers/common/providers/dynatrace/client/common.go
Line 15 in 88d693a
The goal of this ticket is to make this configurable by adding a key to the secret containing the client credentials that are used to authenticate the client at the oAuth URL
The current secret could be a good place where to store this information.
DoD
The text was updated successfully, but these errors were encountered: