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
Add an anonymous endpoint over HTTP to send some basic meta information about the ForwardAuth application when starting. The payload of the request should be just some basic information to know which versions is in use.
The main reason is to know if a change is going to break peoples installations, or if people have already migrated to newer versions.
Sending the version information should be enabled by default, but possible to disable by a configuration flag in the application.yaml file. Something like a config flag like sendAnonymousApplicationInfo: true/false. The application should also gracefully handle situations where the remote endpoint is not available because of blocking proxies or firewalls, and just ignore if remote endpoitn is not available, perhaps with just a line in the log to inform that information was not sent.
Add an anonymous endpoint over HTTP to send some basic meta information about the ForwardAuth application when starting. The payload of the request should be just some basic information to know which versions is in use.
The main reason is to know if a change is going to break peoples installations, or if people have already migrated to newer versions.
Sending the version information should be enabled by default, but possible to disable by a configuration flag in the application.yaml file. Something like a config flag like
sendAnonymousApplicationInfo: true/false
. The application should also gracefully handle situations where the remote endpoint is not available because of blocking proxies or firewalls, and just ignore if remote endpoitn is not available, perhaps with just a line in the log to inform that information was not sent.Example payload:
I would love to get feedback if anyone sees a problem with collecting such anonymous application information.
The text was updated successfully, but these errors were encountered: