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

[9.101.x] NO-ISSUE: fix sonataflow management console ocp permission denied #53

Conversation

fantonangeli
Copy link

@fantonangeli fantonangeli commented Sep 27, 2024

Fix /var/www/html permissions for OCP platform

Note: this PR still need to be tested

@@ -44,4 +44,9 @@ cp -v "${SCRIPT_DIR}"/added/* "${MGMT_CONSOLE_HOME}"/launch
chmod +x "${MGMT_CONSOLE_HOME}/launch/entrypoint.sh" "${MGMT_CONSOLE_HOME}/image-env-to-json-standalone"
chown -R "${USER_ID}" "${MGMT_CONSOLE_HOME}"


# Fixing /var/www permissions
chgrp -R 0 ${HTTPD_LOG_PATH} ${HTTPD_VAR_RUN} ${HTTPD_DATA_PATH}/html /management-console \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The generated is different from the sources, isn't it?
I guess you need need to update it and push again.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rgdoliveira thank you, updated now

@rgdoliveira rgdoliveira merged commit 677845c into kiegroup:9.101.x-prod Oct 7, 2024
0 of 5 checks passed
@fantonangeli fantonangeli deleted the 9.101.x-NO-ISSUE-fix-sonataflow-management-console-ocp-permission-denied branch October 7, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants