Skip to content

Commit b3e1368

Browse files
committed
[DOP-21436] Document SYNCMASTER__UI__AUTH_PROVIDER
1 parent 542e14d commit b3e1368

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
Improved full-text search by refining ``tsvector`` generation and adding better tokenization for technical fields such as hostnames, table names, and directory paths.
2-
-- by :github:user:`marashka`

docs/reference/frontend/configuration.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Frontend configuration
44
======================
55

6-
API url
6+
API URL
77
-------
88

99
SyncMaster UI requires REST API to be accessible from browser. API url is set up using environment variable:
@@ -22,3 +22,13 @@ Then you can use relative path:
2222
.. code:: bash
2323
2424
SYNCMASTER__UI__API_BROWSER_URL=/api
25+
26+
Auth provider
27+
-------------
28+
29+
By default, SyncMaster UI shows login page with username & password fields, designed for :ref:`server-auth-dummy`.
30+
To show a login page for :ref:`keycloak-auth-provider`, you should pass this environment variable to frontend container:
31+
32+
.. code:: bash
33+
34+
SYNCMASTER__UI__AUTH_PROVIDER=keycloakAuthProvider

0 commit comments

Comments
 (0)