Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dex dns seems to be hardcoded to chainloop #1578

Open
migmartri opened this issue Nov 24, 2024 · 1 comment
Open

dex dns seems to be hardcoded to chainloop #1578

migmartri opened this issue Nov 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@migmartri
Copy link
Member

I've deployed an instance of Chainloop in dev mode called test and it seems to expect dex to be under chainloop-dex when in reality the service name is called test-dex

 Get "http://chainloop-dex:5556/dex/.well-known/openid-configuration": dial tcp: lookup chainloop-dex on 10.100.0.10:53: no such host

goroutine 1 [running]:
main.main()
	/home/runner/work/chainloop/chainloop/app/controlplane/cmd/main.go:150 +0x6a9
➜  load-testing k get svc
NAME                              TYPE        CLUSTER-IP       EXTERNAL-IP   PORT(S)             AGE
test-chainloop-cas                ClusterIP   10.100.227.213   <none>        80/TCP              5h43m
test-chainloop-cas-api            ClusterIP   10.100.72.59     <none>        80/TCP              5h43m
test-chainloop-controlplane       ClusterIP   10.100.10.89     <none>        80/TCP              5h43m
test-chainloop-controlplane-api   ClusterIP   10.100.195.202   <none>        80/TCP              5h43m
test-dex                          ClusterIP   10.100.197.156   <none>        5556/TCP,5557/TCP   5h43m
@migmartri migmartri added the bug Something isn't working label Nov 24, 2024
Copy link
Member

jiparis commented Nov 24, 2024

There is a controlplane.oidc_settings template in the chart to customize it. Did you use it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants