You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metrics API scaler supports Bearer authMode, however It is necessary to pass a static token, which is not ideal for current scenarios. Firstly, it represents a security risk; and secondly, it requires the token to be changed when the encryption key is updated, which involves a significant amount of work and presents other challenges.
I suggest adding support for the OAuth2.0 client credentials flow. This way, the Metric API scaler will be responsible for interacting with the IDP to obtain tokens.
Use-Case
No response
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Proposal
Metrics API scaler supports Bearer authMode, however It is necessary to pass a static token, which is not ideal for current scenarios. Firstly, it represents a security risk; and secondly, it requires the token to be changed when the encryption key is updated, which involves a significant amount of work and presents other challenges.
I suggest adding support for the OAuth2.0 client credentials flow. This way, the Metric API scaler will be responsible for interacting with the IDP to obtain tokens.
Use-Case
No response
Is this a feature you are interested in implementing yourself?
Yes
Anything else?
No response
The text was updated successfully, but these errors were encountered: