merlosy commented on issue #1776:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1776#issuecomment-2607741001

   Thanks for the quick response @tiagobento end @thiagoelg !
   
   I did the upgrades as you suggested, also updated the syntax for environment 
variables (based on your docker-compose):
   
   ```yml
   services:
   
       kie-sandbox-extended-services:
           container_name: kie-sandbox-extended-services
           image: apache/incubator-kie-sandbox-extended-services:10.0.0
           ports:
               - 21345:21345
   
       cors-proxy:
           container_name: cors-proxy
           image: apache/incubator-kie-cors-proxy:10.0.0
           ports:
               - 8081:8080
   
       kie-sandbox:
           container_name: kie-sandbox
           image: apache/incubator-kie-sandbox-webapp:10.0.0
           depends_on:
               - kie-sandbox-extended-services
               - cors-proxy
           environment:
               KIE_SANDBOX_EXTENDED_SERVICES_URL: "http://localhost:21345";
               KIE_SANDBOX_CORS_PROXY_URL: "http://localhost:8081";
           ports:
               - 8090:8080
   ```
   But, the issue persists.
   Could it be related to the permissions associated with the PAT? What would 
be the minimal set to make it work? I tried with the ones below:
   
   
![Image](https://github.com/user-attachments/assets/53ed4866-6eed-4b09-9b25-1dbc586b9d18)


-- 
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]

Reply via email to