Alec Merdler
Alec Merdler
@MadaPas You can find the [type signature for the `DeleteRelationships` API here](https://github.com/authzed/authzed-node/blob/42d202db4d5c3e3a0226c0bd4289df6786fbf72b/src/authzedapi/authzed/api/v1/permission_service.ts#L277-L303). Similar to `ReadRelationships`, it takes a `relationshipFilter`. In the code you provided, it looks like you are passing...
Looks like the issue is just with the [local SQLite session](https://stackoverflow.com/questions/76342920/unsafe-use-of-virtual-table-when-creating-triggers-for-sqlite-full-text-search) and can be fixed by setting `PRAGMA trusted_schema=1;` right after connecting to the DB.
Yes, MinIO will work with Quay using the `RadosGWStorage` driver option in `config.yaml` and providing the appropriate values. Our team has used it for development and testing purposes. It is...
Sure, configuring a `QuayRegistry` to use unmanaged object storage should be very easy. You can either use the [config tool UI](https://github.com/quay/quay-operator/blob/master/docs/configuration.md#quay-config-editor) (found using `status.configEditorEndpoint`) or by providing `spec.configBundleSecret` which contains...
@venezia Indeed, looks like Quay needs to use a real MinIO client for `crictl`. For Quay we have focused on maintaing compatibility with `docker`, `podman`, and `rkt` (back in the...
Hi @jfroment, thanks for raising this issue! Is there a reason why this cluster doesn't have a default storage class?
Thanks for giving more context. I think this is worth investigating. One of the main guiding principles of this Operator is to be as opinionated as possible as to how...
To answer your second question: yes, the Quay `Deployment` will be scaled to zero as the migration `Deployment` runs database migrations. It will also be scaled to zero if there...
@manskx I considered and half-implemented a `/metrics` endpoint which queried the database for some basic information, but I realized that we get a lot more value by adding Prometheus properly...
@manskx I don't believe this is related to dependencies. In the steps to reproduce, you didn't do the necessary steps to build the frontend (see the `README.md`). That could be...