Frank Greco Jr
Frank Greco Jr
- [ ] Implementation - [ ] Testing
Currently, there is no specific middleware for error handling. Hence, errors are handled when they occur. It would be more convenient if all the logic for http error handling was...
Currently, there is no minimum TLS version required. Hence, the golang default is used which is 1.0. Due to security requirements, it may be important to set the minimum version....
Currently, the results of the `kanalictl apikey decrypt` command are not sorted by name. It would be nice if they were. ```sh +---------------------------+----------------------------------+ | API KEY NAME | RESULT |...
It is useful to notify the user if a new version of `kanalictl` is available. Here is an example of how Minikube does it: There is a file called `last_update_check`...
It would be nice to have and JSON API that relayed the following relationships: * Which `ApiProxy` resources does a specific `ApiKey` have access to? * Which `ApiKey` resources have...
Quota and Rate Limiting features are currently in alpha. In order to make them stable, the following things need to hold true: * Maintain the current zero network overhead SLS...
Not convinced that this should be implemented. Let's discuss it further.