Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Container in Openshift #5

Open
Sp1ritfire opened this issue Nov 30, 2018 · 1 comment
Open

Docker Container in Openshift #5

Sp1ritfire opened this issue Nov 30, 2018 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Sp1ritfire
Copy link

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 ./../../
@mayurah
Copy link
Contributor

mayurah commented Nov 30, 2018

I will apply necessary changes after test. Specifically on cli.js and verifying sdk installation.

Thanks @Sp1ritfire for letting us know steps that worked for you.

@mayurah mayurah added the enhancement New feature or request label Nov 30, 2018
@mayurah mayurah added the good first issue Good for newcomers label Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants