Jörn Friedrich Dreyer

Results 308 comments of Jörn Friedrich Dreyer

No. You are missing the point. The whole Tracing config can be replaced with a single traces exporter config: `none`, `console` or `otlp`. Then all the rest can meanwhile be...

To clarify for the short term: - We will change the resource id of mountpoints from the current `{sharesstorageproviderid}${sharejailid}!{shareid}` to `{sharesstorageproviderid}${sharejailid}!{resourceid of shared item}`. Currently, the `shareid` is `{providerid}:{spaceid}:{shareid}`. We...

@rhafer will add 'Federated' (OCM user, has no password and cannot login, only serves as a reference for shares) the `userType` property of a user, in addition to `Member` (of...

You need to configure opencloud to read a claim from the IdP with e.g. `PROXY_USER_OIDC_CLAIM=uuid`, and what kind of identifier that is with e.g. `PROXY_USER_CS3_CLAIM=userid`. Furthermore, when using your own...

Why did you set the WEBFINGER_OIDC_ISSUER? What are you trying to solve?

Currently, OpenCloud is not a network file system that can be used like an SMB share. It evolved as an alternative to Dropbox, Google Cloud, iCloud or MS OneDrive. The...

Let us verify the uuid in the ldap -> keycloak -> opencloud -> ldap chain is passed on correctly: 1. is keycloak federating with samba? how is the objectguid mapped...

- current PUT request: causes chunked uploads to write every byte three times (for eos): 1. in the ocdasvc, when writing chunks to store them 2. in the eosclient when...

It seems the tus.io page has not been updated with the latest protocol spec: https://github.com/tus/tus-resumable-upload-protocol/blob/master/protocol.md > For non-chunked uploads: (not too much drawback) > > * You need first to...

@jnweiger Something I long for, actually. Another benefit you did not mention explicitly is the Write Once Read Many (WORM) and Deduplication property of chunk based storage. It comes at...