mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-21 17:01:57 -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
(cherry picked from commit e316d8ea3a)
This commit is contained in:
@@ -94,7 +94,6 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
|
||||
},
|
||||
"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