Nassos Michas

Results 5 issues of Nassos Michas

### Description Currently, the Collector address (and possibly others?) information needs to be put in config.yaml (or set in values.yaml, or Helm CLI parameters when running APISIX in Kubernetes). This...

discuss

Just tried the plugin with the default project layout created by `sls create --template aws-java-maven` and it does not seem to work: - ACM cert was properly created (manually). -...

bug
help wanted

Hello, is it possible to send two (or more) simultaneous keystrokes of just any individual keys? For example, something like` t:eu` but instead of 'typing' the two letters one after...

question

Hello, Currently the `values.yaml` of `apisix-ingress-controller` includes `config.apisix.serviceNamespace=ingress-apisix`. Users can override this during installation by passing `--set config.apisix.serviceNamespace`. Wouldn't it be a little more flexible having `config.apisix.serviceNamespace` by default using...

enhancement

Hello, I'm trying to obtain the user access token with: ``` LinkedInClient client = new DefaultLinkedInClient(Version.DEFAULT_VERSION); LinkedInClient.AccessToken newAccessToken = client.obtainUserAccessToken(clientId, clientSecret, redirectURI, code); ``` But fails with: ``` Caused by:...