-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ClusterTriggerAuthentication to support headers so that accountId can be passed for NewRelic Scaler via authenticationRef #2883
Comments
account is currently required by the CRD, so I'm not sure if that currently works. |
Perhaps it should be optional when not using trigger authentication. |
hey @pragmaticivan |
@JorTurFer It can easily be passed by using the function |
Yes, you should use that function instead of current code (like it's already done in region and key) and that's all. |
fixes kedacore#2883 Signed-off-by: Ivan Santos <[email protected]>
fixes kedacore#2883 Signed-off-by: Ivan Santos <[email protected]>
fixes kedacore#2883 Signed-off-by: Ivan Santos <[email protected]> Signed-off-by: Ivan Santos <[email protected]>
Done! |
Proposal
Use-Case
Have multiple New Relic accounts and want to be able to set, apiKey, account number and region in the cluster authentication so developers don't need to care about that.
This would also help with NewRelic promql, which requires an api-key in different ways.
Anything else?
No response
The text was updated successfully, but these errors were encountered: