Open zackenbaron opened 5 months ago
Same here, new install on new linode VM:
2024-06-17T03:24:39Z INFO management/cmd/management.go:455: loading OIDC configuration from the provided IDP configuration endpoint https://myvalidurl.net/.well-known/openid-configuration Error: failed reading provided config file: /etc/netbird/management.json: failed fetching OIDC configuration from endpoint https://myvalidurl.net/.well-known/openid-configuration Get "https://myvalidurl.net/.well-known/openid-configuration": dial tcp [valid resolved ip address]:443: i/o timeout
Update: It somehow is now working for me. I have following docker image IDs:
root@NetBird:~/netbird# docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
netbirdio/dashboard latest 5a7297f4000f 44 hours ago 121MB
netbirdio/management latest d3e11dfbb72e 2 days ago 158MB
netbirdio/signal latest 3bb7e215e8bb 2 days ago 45.5MB
coturn/coturn latest fb92b2191e80 2 weeks ago 168MB
ghcr.io/zitadel/zitadel v2.54.3 2279e42e55ec 3 weeks ago 116MB
caddy latest 45a3686fbe0f 4 weeks ago 49.4MB
postgres 16-alpine 4186c86cb8e8 4 weeks ago 252MB
@ChristianLavigne could you try that again too?
@zackenbaron The solution I found was to run Zitadel on a separate server.
I wanted to use Zitadel for a number of other things, so it made sense to me to have Zitadel on it's own.
Netbird can't reach Zitadel's oidc config
After install via the getting-started-with-zitadel.sh script, the only thing that isn't working is the management panel which can't access ZITADEL's oidc config via the url https://example.com/.well-known/openid-configuration
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Clean working install of Netbird in combination with ZITADEL using docker.
Are you using NetBird Cloud?
I'm using self-hosted Netbird on docker.
NetBird version
latest
(current date: 4th June 2024)NetBird status
Docker:
Docker logs of netbird-management-1:
Edit: I'm sorry if this is a duplicate. I haven't looked up in the issues yet.