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:
Ralf Haferkamp
2023-10-10 14:31:38 +02:00
committed by Ralf Haferkamp
parent ce7ca53e2c
commit e316d8ea3a

View File

@@ -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",