-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): Make the API client ID configurable
Make the API Keycloak client ID configurable by introducing the `UI_CLIENT_ID_SERVER` configuration variable for the UI Docker image. Internally, this sets the `VITE_CLIENT_ID_SERVER` variable. Setting the correct API client ID is a precondition for correctly loading the user roles in the UI. Signed-off-by: Martin Nonnenmacher <[email protected]>
- Loading branch information
1 parent
5a7e845
commit a074c7b
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters