Change localhost connection #1658
-
Hello everyone. I have recently downloaded and installed Capella Collab (v3.2.9), and it would be so useful to connect this service from another pc of the same LAN. Is there any kind of configuration, that expose Capella Collab at the external IP? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @cesar-mp-atica, which software do you use to run the Kubernetes cluster? Thanks! |
Beta Was this translation helpful? Give feedback.
Try to update the following values in the
values.yaml
:general.wildcardHost
toTrue
(this will disable strict hostname checking)localhost
inbackend.authentication.oauth.endpoints.authorization
andbackend.authentication.oauth.redirectURI
with the external IP address of the node where the Capella Collaboration Manager runs on (in your example 10.42.0.189).Then rerun the
DEVELOPMENT_MODE=1 make deploy
target.Let me know if that helps.