mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-28 08:18:55 -04:00
Fix reva config of frontend service
Set an empty Credentials chain. In ocis all non-reva token authentication is handled by the proxy. This avoid irritating error messages about the missing 'auth-bearer' service. Fixes: #6692
This commit is contained in:
committed by
Ralf Haferkamp
parent
ce7ca53e2c
commit
e316d8ea3a
@@ -110,7 +110,6 @@ func FrontendConfigFromStruct(cfg *config.Config, logger log.Logger) (map[string
|
||||
},
|
||||
"auth": map[string]interface{}{
|
||||
"credentials_by_user_agent": cfg.Middleware.Auth.CredentialsByUserAgent,
|
||||
"credential_chain": []string{"bearer"},
|
||||
},
|
||||
"prometheus": map[string]interface{}{
|
||||
"namespace": "ocis",
|
||||
|
||||
Reference in New Issue
Block a user