pcloud icon indicating copy to clipboard operation
pcloud copied to clipboard

Private Cloud Infrastructure

Results 31 pcloud issues
Sort by recently updated
recently updated
newest added

Right now Event Processor processes one event at a time. This was sufficient for proof of concept but will need to change before launching the product. It must be able...

Right now Event Processor just launches triggers via Application Manager and forgets about them. Once all triggers are activated EP moves event into done state. This is not enough as...

Right now only users can be the owners of the group. We should change it so that one group can own another. For example if group `A` has members `user1`,...

For example url-shortener running on `go.p.example.com` should be accessible on `https://go/` as well. This will most probably require running separate CoreDNS instance for each environment, and for each new service...

Do general cleanup. Introduce reusable objects like `Ingress` and `AuthProxy` to avoid code duplication and simplify writing config files for third-party developers. ...

Right now every service which requires authentication/authorisation deploys it's own copy of the `auth-proxy`. To improve resource usage we can deploy single `auth-proxy` (maybe as a `nginx` module) and have...

Looks like it is trying to DNS look up just `https` as a domain and fails to do so. See full logs below. ```2024-03-15 05:39:55,577 - synapse.storage.databases.main.event_push_actions - 1168 -...

Pcloud uses Ory stack (Kratos, Hydra) to implement OAuth2/OIDC authentication and authorisation flows. Kratos is used as a source of truth for registered users. Ideally applications installed using app-store will...