SBatais opened a new issue, #231:
URL: https://github.com/apache/polaris-tools/issues/231

   Hello
   
   I have deployed the polaris-console with the helm chart on a kubernetes 
cluster version 1.29.15 (managed kubernetes cluster Flexible Engine CCE), and 
it fails to start with the error `nginx: [emerg] bind() to 0.0.0.0:80 failed 
(13: Permission denied)`
   
   I did the same on GCP GKE cluster version 1.33, and I didn't encountered the 
same problem.
   
   ```bash
   Configured nginx for static file serving
   Generated config.js with runtime configuration:
   // Runtime configuration generated from environment variables
   window.APP_CONFIG = {
     VITE_POLARIS_API_URL: 'https://xxxxxxxxxxxxxxxxxxxx',
     VITE_POLARIS_REALM: 'POLARIS',
     VITE_POLARIS_PRINCIPAL_SCOPE: 'openid profile email',
     VITE_OAUTH_TOKEN_URL: 
'https://xxxxxxxxxxxxxxxxxx/api/catalog/v1/oauth/tokens',
     VITE_POLARIS_REALM_HEADER_NAME: '',
     VITE_OIDC_ISSUER_URL: 'https://auth.tech.orange',
     VITE_OIDC_CLIENT_ID: 'yyyyyyyyyyyyyyyyyyyyyy',
     VITE_OIDC_REDIRECT_URI: 'https://xxxxxxxxxxxxxxxxxx/auth/callback',
     VITE_OIDC_SCOPE: 'openid profile email'
   };
   nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
   ```
   
   Thanks in advance for the help to fix this issue


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

Reply via email to