-
Notifications
You must be signed in to change notification settings - Fork 132
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
Teams integration via Proxy #649
Comments
You need to set edit: Some more context: n-c doesn't use |
Thank you for the response. After adding the .spec.proxy in the provider YAML, the issue persists. I cannot find any relevant logs in the Notification-Controller container; I believe it's not passing through the proxy and is getting blocked. Is it possible to increase the debug mode in the container? I checked the Webhook URL for Teams in a different container with access to the curl command, and it's functioning without any issues. I can see new messages in the Teams channel. |
If you can't find any log messages like the following then it is unlikely that n-c didn't successfully send it.
|
Yes, we don't see anything in the logs. |
If you see no message in the logs such as the one I pasted above but still don't get any message in your Teams channel then there's two potential reasons for that:
To make sure that (2) isn't the case, check the logs of the notification-controller pod for a message like this:
To further rule out notification-controller as the source of failure here, create a Provider of a different type, e.g. generic webhook and set up a simple web server logging requests. |
Hi,
We are trying to configure teams integration but the messages don't appear in the teams channel.
We configured the notification controller to work with http_proxy because we are working In an offline environment.
Everything is configured well as mentioned in the doc(provider, secret with teams webhook URL, alert)
We don't see any relevant logs in the notification controller container.
Is it possible to enable debug mode to see more details as to why the connection is not working as expected?
The text was updated successfully, but these errors were encountered: