Hi, I'm developing an ActiveGate extension and since my active gate doesn't have internet access I'd like to retrieve "favicon" locally (i.e. from a predefined location on active gate server, for example /opt/dynatrace/remotepluginmodule/plugin_deployment/custom.remote.python.myplugin
I tried to set
"favicon" : "/opt/dynatrace/remotepluginmodule/plugin_deployment/custom.remote.python.myplugin/icon.png"
but it doesn't work.
Is there a wat to achieve this?
Thanks
PF
Solved! Go to Solution.
The favicon is fetched by the Dynatrace cluster, not by the ActiveGate and then the icon is cached and served to the user.
I see, thanks, so I'd say no chance to achieve this, right?
Correct. In Extension Framework 2.0 you'll have more possibilities, mainly the use of any icon from Barista: https://barista.dynatrace.com/resources/icons
Mike
Putting the icon somewhere on a public site is the most comfortable way (github for example). If your cluster is airgapped, then it depends on your environment. Just any web server your cluster can reach is OK.
Thanks a lot!