Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
fantonangeli commented on PR #3206: URL: https://github.com/apache/incubator-kie-tools/pull/3206#issuecomment-3083978293 Reopened here: https://github.com/apache/incubator-kie-tools/pull/3208 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
fantonangeli closed pull request #3206: kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only URL: https://github.com/apache/incubator-kie-tools/pull/3206 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
kumaradityaraj opened a new pull request, #3208: URL: https://github.com/apache/incubator-kie-tools/pull/3208 ### 🔗 **Related Issues / Tickets** Closes *(https://github.com/apache/incubator-kie-tools/issues/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** https://github.com/user-attachments/assets/2365b2a6-bb70-4340-ad08-7bca85938afa"; /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
kumaradityaraj commented on PR #3208: URL: https://github.com/apache/incubator-kie-tools/pull/3208#issuecomment-3083892591 @fantonangeli Please review this PR. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
fantonangeli commented on PR #3131: URL: https://github.com/apache/incubator-kie-tools/pull/3131#issuecomment-3083380842 Reopened under https://github.com/apache/incubator-kie-tools/pull/3206 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
fantonangeli closed pull request #3131: kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only URL: https://github.com/apache/incubator-kie-tools/pull/3131 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
kumaradityaraj commented on PR #3206: URL: https://github.com/apache/incubator-kie-tools/pull/3206#issuecomment-3083262778 @fantonangeli Please review this PR. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
kumaradityaraj opened a new pull request, #3206: URL: https://github.com/apache/incubator-kie-tools/pull/3206 ### 🔗 **Related Issues / Tickets** Closes *(https://github.com/apache/incubator-kie-tools/issues/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** https://github.com/user-attachments/assets/2365b2a6-bb70-4340-ad08-7bca85938afa"; /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
fantonangeli commented on PR #3131: URL: https://github.com/apache/incubator-kie-tools/pull/3131#issuecomment-2943260004 Hi @domhanak and @ricardozanini , can you please review this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
fantonangeli commented on PR #3131: URL: https://github.com/apache/incubator-kie-tools/pull/3131#issuecomment-2889943296 Yes, the workflow and cloud events endpoints will not be available in the production environment because the only exposed service will be the GraphQL endpoint through the reverse proxy in the Management Console image. Can you confirm @ricardozanini ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
kumaradityaraj commented on PR #3131: URL: https://github.com/apache/incubator-kie-tools/pull/3131#issuecomment-2875546687 @fantonangeli Please review this PR. Thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
[PR] kie-tools-issues#2696 [SonataFlow Management Console] Make the console read-only [incubator-kie-tools]
kumaradityaraj opened a new pull request, #3131: URL: https://github.com/apache/incubator-kie-tools/pull/3131 ### 🔗 **Related Issues / Tickets** Closes *(https://github.com/apache/incubator-kie-tools/issues/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** https://github.com/user-attachments/assets/5889c654-4cf4-4b7e-8904-08fd21c50cf4"; /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
