mirror of
https://github.com/owncloud/ocis
synced 2026-04-30 11:37:33 +02: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:
@@ -47,7 +47,6 @@ func DefaultConfig() *config.Config {
|
||||
|
||||
AppRegistryEndpoint: "localhost:9242",
|
||||
AuthBasicEndpoint: "localhost:9146",
|
||||
AuthBearerEndpoint: "localhost:9148",
|
||||
AuthMachineEndpoint: "localhost:9166",
|
||||
GroupsEndpoint: "localhost:9160",
|
||||
PermissionsEndpoint: "localhost:9191",
|
||||
|
||||
Reference in New Issue
Block a user