Skip to content

kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only #3208

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kumaradityaraj
Copy link
Contributor

🔗 Related Issues / Tickets

Closes (#2696)


🚀 Pull Request

Make Management Console Read-Only Due to Restricted Endpoint Access


📝 Summary

This PR updates the Management Console to be read-only and removes the Workflow Definitions section.


💡 Reasoning

  • Workflow endpoints (e.g., https://mydomain/greeting) are not exposed outside the cluster.
  • As a result, the Management Console cannot reach them from the web application.
  • While a workaround exists, it poses potential security risks.
  • ✅ To maintain a secure setup, we've:
    • Restricted the console to only access data-index
    • Removed the Workflow Definitions section

📌 Additional Notes

This change improves security, simplifies the deployment, and ensures compatibility with clustered environments where external endpoint access is restricted.


📹 New look of the webapp

Screenshot 2025-07-17 at 2 34 42 PM

@kumaradityaraj
Copy link
Contributor Author

@fantonangeli Please review this PR. Thank you.

Copy link
Contributor

@fantonangeli fantonangeli left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[SonataFlow Management Console] Make the console read-only
2 participants