Eguzki Astiz Lezaun
Eguzki Astiz Lezaun
Same issue in ubuntu 20.04 ``` Version: 0.23.0 Electron: 4.2.2 Chrome: 69.0.3497.128 Node: 10.11.0 V8: 6.9.427.31-electron.0 OS: Linux x64 5.8.0-43-generic ```
Is there any progress on this PR?
@kevprice83 please review this PR and we decide to merge or close it
is this PR ready for review before merge?
please rebase on top of the current master branch head
Is this PR still valid? needs any further progress?
Code looks ok. Also tests. Just to verify: APIcast no longer will request proxy configuration for a given service ID. When "lazy" configuration, the endpoint will have a query param...
For managed APIcast deployment (on-prem releases), the THREESCALE_PORTAL_ENDPOINT env var has path configured to `/master/api/proxy/configs` https://github.com/3scale/3scale-operator/blob/69c1e2c41b2b9d308278e513d07d405b5d8196e6/pkg/3scale/amp/component/system_options.go#L114 This is still valid or should be changed?
One thing I concern about this is the paginated endpoint. From [the description in the issue](https://issues.redhat.com/browse/THREESCALE-8508) ``` Open Points: Currently the endpoint /admin/api/account/proxy_configs/${ENV} is paginated, and APIcast does not handle...
To comply with OAS (both swagger and 3.0), the identity requirements must include enforcing multiple identity methods to satisfy. Inspired by [OAS3 spec](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md), the authorino API could be something like...