You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today: It is possible to mount custom CAs on the W&B application, but not the controller itself. Customers like Continental have SSL interceptors between Kubernetes and the internet and need custom CAs on everything that talks to the internet. Contacting deploy.wandb.ai therefore fails.
Expectation: Custom CAs can be mounted to the controller pod in the same way that they can be mounted to the application.
Marc-Steffen Kaesz
August 14, 2024 at 5:00 AM
Edited
Controller is based on gcr.io/distroless/static-debian11. We cannot mount the bundle in the same way as on wandb-app as the update-ca-certificates command is not available.
The text was updated successfully, but these errors were encountered:
Description
Today: It is possible to mount custom CAs on the W&B application, but not the controller itself. Customers like Continental have SSL interceptors between Kubernetes and the internet and need custom CAs on everything that talks to the internet. Contacting deploy.wandb.ai therefore fails.
Expectation: Custom CAs can be mounted to the controller pod in the same way that they can be mounted to the application.
Marc-Steffen Kaesz
August 14, 2024 at 5:00 AM
Edited
As a workaround:
We created a config map with the CA via:
kubectl create configmap custom-ca-pemstore --from-file=ContinentalCorporateITSecurity-ContinentalAG.crt
We edited the deployment manually to unblock them:
Controller is based on gcr.io/distroless/static-debian11. We cannot mount the bundle in the same way as on wandb-app as the update-ca-certificates command is not available.
The text was updated successfully, but these errors were encountered: