Agoston Horvath
Agoston Horvath
At the moment, if one tries to compile unftp without all features enabled, there is a compilation failure, and the command line params for configuring missing features are still enabled.
ATM we re-request the auth token before each GCS REST query. We need to use the built-in oauth refresh mechanism for ServiceAccounts, while for Workload Identity, we probably need a...
Scenario: - Connect FTP - USER blah - PASS blah - USER privilegeduser In this scenario, unftp should drop authenticated status and go back expecting a password. **Second part of...
Since we're really low on ports when running in kubernetes, we need a way to limit attackers connecting randomly to data ports. While this feature breaks FTP protocol compatbility, it...
Fixes #404 In `swagger.yaml`, under `definitions/KernelSpec`, there is a `KernelSpecFile` property defined instead of the returned `spec`.
## Description ## Reproduce Call endpoint `/api/kernelspecs`. ## Expected behavior Response JSON adheres to `swagger.yaml` response definion. ## Context Jupyter-kernel-gateway 2.5.2, when calling the `/api/kernelspecs` endpoint, returned this: ``` $...
Documentation update for https://github.com/kserve/kserve/pull/4709