[PR #3446] Fix Zitadel User Console Access #3740

Closed
opened 2025-11-20 08:06:58 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/3446

State: closed
Merged: Yes


Fix for Zitadel User Management

With the current Caddy configuration, it is not possible to display the users in the Zitadel console.
This is because the UI uses the endpoints:

  • /zitadel.user.v2.UserService/ListUsers
  • /zitadel.user.v2.UserService/GetUserByID

to display the users which are currently not handled by Caddy.

The PR adds the necessary configuration.

Checklist

  • Is it a bug fix
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/3446 **State:** closed **Merged:** Yes --- ## Fix for Zitadel User Management With the current Caddy configuration, it is not possible to display the users in the Zitadel console. This is because the UI uses the endpoints: - ```/zitadel.user.v2.UserService/ListUsers``` - ```/zitadel.user.v2.UserService/GetUserByID``` to display the users which are currently not handled by Caddy. The PR adds the necessary configuration. ### Checklist - [X] Is it a bug fix
saavagebueno added the pull-request label 2025-11-20 08:06:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3740