Nikolay Fomichev
Nikolay Fomichev
@bcmmbaga @mlsmaycon, I tested the proposed solution and can confirm it makes it work with the latest Zitadel. Thanks for the speedy fix! However, issue still persists when trying to...
Hi @bcmmbaga, i modified the configure script in the same manner as you have modified the getting started script, removed all mentions of port from the endpoints. Therefor currently token...
> > Hi @bcmmbaga, i modified the configure script in the same manner as you have modified the getting started script, removed all mentions of port from the endpoints. Therefor...
Hi @bcmmbaga, just tried to install following Advanced Guide exactly. Unfortunately issue still persists. Error logs: artifacts-dashboard-1 | 172.22.0.1 - - [19/Dec/2023:12:29:43 +0000] "GET /static/js/main.b25ec689.js HTTP/1.0" 304 0 "https://_domain redacted_/auth?code=agnF0Fp7Qi2oMz5geaqMH6AKFeD_9oZLRTqKernow5P-vQ&state=4wo6eHbUWY"...
> @smartyfeed, can you share the management.json file, but please remember to redact any sensitive information, leaving the port number visible? Sure, redacted all the data but left general meaning....
> > ```json > > "IdpManagerConfig": { > > "ManagerType": "zitadel", > > "ClientConfig": { > > "Issuer": "https://_zitadel.example.com_:443", > > "TokenEndpoint": "https://_zitadel.example.com_:443/oauth/v2/token", > > "ClientID": "netbird", > > "ClientSecret":...
> @smartyfeed, update the management service in docker-compose.yml to include `--log-level debug` in the commands, then run the commands `docker-compose down --volumes` and `docker-compose up -d`, and finally, share the...
> docker-compose up -d Removed the port from `NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT`, regenerated the config and replaced ports in docker-compose.yml Here are the logs: artifacts-management-1 | 2023-12-19T13:43:11Z INFO management/cmd/management.go:422: loading OIDC configuration from...
> > replaced ports in docker-compose.yml > > Do not replace ports in docker-compose.yml. Re-generate the configurations and then run the Docker commands without changing anything else. I am using...
> > > > replaced ports in docker-compose.yml > > > > > > > > > Do not replace ports in docker-compose.yml. Re-generate the configurations and then run the...