I am using the preview mattermost docker container version 7.2 i think with default settings except for the things that had to be changed according to the tutorial: Quick start guide (Go). I am trying to implement a golang mattermost app. The app already serves the manifest.json and works.
When trying to connect the app with following command /apps install http http://localhost:8011/manifest.json
to the mattermost server i get following error:
Get "http://localhost:8011/manifest.json": address forbidden, you may need to set AllowedUntrustedInternalConnections to allow an integration access to your internal network
I have set AllowedUntrustedInternalConnections to: localhost 127.0.0.1
It could well be that localhost resolves to an IPv6 address or to an internal or public IP (depending on the content in your /etc/hosts file). Can you, just for testing purposes, allow 0.0.0.0/0 in the AllowedUntrustedInternalConnections configuration option explicitly just to see if it would work when everything is whitelisted?