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
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
When running the Applikation as a Docker in Redhats Openshift, we where unable to use Port 80 due to Security issues.
We would propose checking for a environment variable (Example: app_port) and starting the Server on that Port.
Also in Openshift the File "./node_modules/splunk-sdk/bin/cli.js" is not writable during runntime, proposal to fix this is to add RUN chmod g+w node_modules/splunk-sdk/bin/cli.js
in the dockerfile after
# Verify that Splunk SDK is installed
RUN node ./node_modules/splunk-sdk/sdkdo -V
RUN cd ./../../
When running the Applikation as a Docker in Redhats Openshift, we where unable to use Port 80 due to Security issues.
We would propose checking for a environment variable (Example: app_port) and starting the Server on that Port.
Also in Openshift the File "./node_modules/splunk-sdk/bin/cli.js" is not writable during runntime, proposal to fix this is to add
RUN chmod g+w node_modules/splunk-sdk/bin/cli.jsin the dockerfile after