mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 10:00:10 -05:00
Do not start auth-bearer service by default
The auth-bearer service is currently not needed by ocis. Reva tookens for oidc authenticated clients are currently minted via the auth-machine service. This commit does not completely remove the service as we shoud consider to rework the proxy's oidc middleware to use the auth-bearer service in the future (see #4701) Fixes: #4692
This commit is contained in:
@@ -18,7 +18,6 @@ services:
|
||||
PROXY_DEBUG_ADDR: 0.0.0.0:9205
|
||||
SETTINGS_DEBUG_ADDR: 0.0.0.0:9194
|
||||
STORAGE_AUTH_BASIC_DEBUG_ADDR: 0.0.0.0:9147
|
||||
STORAGE_AUTH_BEARER_DEBUG_ADDR: 0.0.0.0:9149
|
||||
STORAGE_AUTH_MACHINE_DEBUG_ADDR: 0.0.0.0:9167
|
||||
STORAGE_FRONTEND_DEBUG_ADDR: 0.0.0.0:9141
|
||||
STORAGE_GATEWAY_DEBUG_ADDR: 0.0.0.0:9143
|
||||
|
||||
Reference in New Issue
Block a user