Replies: 2 comments
|
to clarify this problem doesn't happen with search: different container: |
0 replies
|
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 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
All reactions