Replies: 2 comments
-
| to clarify this problem doesn't happen with search: different container:  | 
Beta Was this translation helpful? Give feedback.
-
| I think this happens because the request to the exposed port appears to come from localhost while the other request does not. The API docs say up front: 
 For the auth token configuration directives see https://github.com/oracle/opengrok/wiki/Webapp-configuration#configuration-tunables | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have opengrok container with port 8080 exposed on the podman network and mapped to 9000 on host network.
If I do this externally it works:
curl http://hostname.domain:9000/api/v1/file/content?path=/path/to/fileBut from another container using the internal port and hostname:
curl http://opengrok:8080/api/v1/file/content?path=/path/to/filethen I get:I'm pretty stumped what could be the difference
Beta Was this translation helpful? Give feedback.
All reactions