Nicolas Fränkel
Nicolas Fränkel
At the moment, the Apache APISIX Helm chart default [values](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L196-L198) looks like: ```yaml admin: credentials: admin: edd1c9f034335f136f87ad84b625c8f1 viewer: 4054f7cf07e344346cd3f287985e76a2 ``` To override them, I need to set them "in clear"....
The APISIX Helm Chart allows setting the Service's `targetPort` but the APISIX **Dashboard** Helm Chart doesn't. Hence, Kubernetes assigns a random port. If you're using Kind on Mac, you need...
**Describe the bug** Installation fails **To Reproduce** `./deploy.sh -c minikube` **Expected behavior** Install works out fine **Screenshots** ``` servicemonitor.monitoring.coreos.com/kubelet unchanged Info: Waiting for all Prometheus Pods to get spawned...done Info:...
Hello, I'm a happy user of this plugin, but I've a couple of feature requests, bugs, etc. However, it seems that the project hasn't seen any activity in 2 years....
As of now, some prefixes are hard-coded, _e.g._, `RT` for a RT from Twitter. It would be nice if it could be configurable.
When I tag users on Twitter, the Mastodon sync prefixes the tag with `/` to avoid any clash. As a user, I'd like to be able to override this behavior...
The current implementation stores data in the MySQL database but routes don't forward to upstreams
# How to reproduce * Use the MySQL configuration * Create a route: ``` curl -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X POST -d '{ "methods": ["GET"], "uris": ["/get"], "upstream": { "nodes": {...