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
I am sending metrics from the local otel collector to the remote central otel collector. I have the following configuration in the local otel collector. I use keycloak for OIDC authentication. From the keycloak logs, it looks like for everytime metrics are sent from local to remote otel collector, a login attempt is made in the keycloak using the client_id and client_secret. Is this expected? Based on the documentation 'The extension fetches and refreshes the token after expiry automatically. ', I was hoping that the oauth2client will attempt login only for token renewal and not everytime when metrics needs to be sent to remote. The keycloak admin said there are several login attempts per second. What am i doing wrong please. any pointers for resolving this would be useful. thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am sending metrics from the local otel collector to the remote central otel collector. I have the following configuration in the local otel collector. I use keycloak for OIDC authentication. From the keycloak logs, it looks like for everytime metrics are sent from local to remote otel collector, a login attempt is made in the keycloak using the client_id and client_secret. Is this expected? Based on the documentation 'The extension fetches and refreshes the token after expiry automatically. ', I was hoping that the oauth2client will attempt login only for token renewal and not everytime when metrics needs to be sent to remote. The keycloak admin said there are several login attempts per second. What am i doing wrong please. any pointers for resolving this would be useful. thanks
Beta Was this translation helpful? Give feedback.
All reactions