mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
allow authentication for stores
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -63,6 +63,7 @@ func Server(cfg *config.Config) *cli.Command {
|
||||
microstore.Database(cfg.OIDC.UserinfoCache.Database),
|
||||
microstore.Table(cfg.OIDC.UserinfoCache.Table),
|
||||
store.DisablePersistence(cfg.OIDC.UserinfoCache.DisablePersistence),
|
||||
store.Authentication(cfg.OIDC.UserinfoCache.AuthUsername, cfg.OIDC.UserinfoCache.AuthPassword),
|
||||
)
|
||||
|
||||
logger := logging.Configure(cfg.Service.Name, cfg.Log)
|
||||
|
||||
Reference in New Issue
Block a user