Frank Greco Jr

Results 22 issues of 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...

enhancement

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....

enhancement
for-new-contributors

help wanted
for-new-contributors

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 |...

enhancement
help wanted
for-new-contributors

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`...

enhancement
help wanted
for-new-contributors

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...

enhancement

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...

enhancement

Not convinced that this should be implemented. Let's discuss it further.

hold