Eguzki Astiz Lezaun
Eguzki Astiz Lezaun
Implementation of `dry-run` mode on commands with heavy write operations. Running potentially huge import with no option to roll back could have a devastating impact on someone's portal. The dry...
Related links: * https://issues.redhat.com/browse/THREESCALE-8445 * https://github.com/3scale/3scale-operator/pull/752 After installing a CRD with the new v1beta1,when in some other namespace an older operator installation is tried, OLM, happily, prevents the older installation...
## Steps to reproduce 1. Create APIManager CR with custom policy ```yaml spec: apicast: stagingSpec: customPolicies: - name: Example version: "0.1" secretRef: name: policy ``` 2. Edit APIMamanger CR: just...
OperatorHub takes only the first example for a given CRD as example when trying to deploy a CR for that CRD from the dashboard. Currently the repo includes multiple APIManager...
This methods are being marked as `deprecated` in https://github.com/3scale/3scale-porta-go-client/pull/41 Replace deprecated methods by the new ones. ``` 3scale-operator2 on master vim-go ❯ ag ActivateUser controllers/capabilities/tenant_internal_reconciler.go 298: return r.portaClient.ActivateUser(tenantDef.Signup.Account.ID, adminUser.ID)...
Currently when a tenant is created using the Tenant CRD, a secret is created with the credentials of the tenant, namely: a URL and the ProviderKey of the Tenant (or...
Security Spec of the product has one attribute called Secret Token and it is an open field. ``` spec: backendUsages: swagger_petstore: path: / deployment: apicastHosted: authentication: userkey: security: secretToken: MyCustomSecretToken...
For the following Envoy's RLS request: ```yaml domain: example.org descriptors: - entries: - C: VALUE - entries: - A: VALUE - B: VALUE ``` the following ratelimit config would be...
From [github](https://github.com/Kuadrant/limitador) ``` Limitador is a generic rate-limiter written in Rust. It can be used as a library, or as a service. The service exposes HTTP endpoints to apply and...
Add integration tests with e2e GRPC calls. Add required changes (maybe in https://github.com/3scale/Test-APIcast) to have some preprocessor like `--- grpc_request` and same for responses Library that might be used, which...