You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/running-your-own-databus-server/configuration.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,10 @@ The Databus container accepts the following environment variables:
27
27
***DATABUS\_OIDC\_ISSUER\_BASE\_URL**: Base URL of your OIDC provider
28
28
***DATABUS\_OIDC\_CLIENT\_ID**: Client Id of your OIDC client
29
29
***DATABUS\_OIDC\_SECRET**: Client Secret of your OIDC client
30
-
***DATABUS_PRIVATE_MODE**: Default is *false*. If set to *true* this will return an HTTP status code of **401** when trying to access the Databus without authentication.
30
+
***DATABUS\_PRIVATE\_MODE**: Default is *false*. If set to *true* this will return an HTTP status code of **401** when trying to access the Databus without authentication.
31
+
* When set to *true*, the Databus will only allow access to users that have the required OIDC role. Therefore you need to configure additionally:
32
+
***DATABUS\_OIDC\_REQUIRED\_ROLE**: The required role of your OIDC provider that is needed to access the Databus. The role needs to be configured in your OIDC provider and assigned to the users that should have access to the Databus
33
+
* **DATABUS\_OIDC\_RESPONSE\_TYPE=code**: The response type of the OIDC provider. Default is *code*. Change this only if you know what you are doing.
31
34
32
35
The volumes of the Databus container are best left unchanged. The internal path of the volumes should not be altered. The ourside paths may be changed to any desired path. The keypair folder will store the private and public key of your Databus deployment. The users folder will hold a mini-database associating your OIDC users with Databus users.
0 commit comments