Lucas Soares

Results 48 issues of Lucas Soares

I'm using swag with fiber but I can't configure correctly the swagger definition to access the documentation behind a reverse proxy or multiple accesses. In my use case I have...

I'm facing the issue #1207 too, now with newer versions of springfox. Springfox Versions: ![image](https://user-images.githubusercontent.com/10624972/57642469-c8ba4580-758d-11e9-92fa-5f19e045913a.png) Spring Boot Version: `2.1.2-RELEASE` (using spring cloud parent `Greenwich.RELEASE`. Spring Version: 5.1.4 I use `undertow`...

investigating

### Issue Summary: Hello. I'm using the `spin` CLI with cacheToken configuration. This is the configuration I'm starting with: ``` gate: endpoint: auth: enabled: true IgnoreCertErrors: false oauth2: authUrl: https://accounts.google.com/o/oauth2/v2/auth...

Hello. I want to be able to publish a local image with a predefined name. I'm trying to use this command: ``` KO_DOCKER_REPO=ko.local/my-name ko publish -t 0.0.1 --bare ``` But...

lifecycle/stale

Currently, the timestamp is defined to be a primitive type and the encoder can only result a primitive type. I need to index logs in lots of third parties and...

Re-opening #905 (I don't have permission to re-open same issue). I two questions in the previous issue. If is not possible to configure what I want with zap, should this...

**Is your feature request related to a problem? Please describe.** Hello. All my pods logs messages in json to the standard output. I'd like to see parsed logs with `k9s`...

enhancement

Hello. See #699 and linked issues for more information. This is my first PR into spring-cloud-consul. To be honest I didn't explore the project due to lack of time so...

in progress

Hello. I'm creating a bean with an `ErrorDecoder` to implement a custom retry policy. I also have a `Retryer` bean. My error decoder: ```java @Bean public ErrorDecoder errorDecoder(OAuth2ClientContext oAuth2ClientContext) {...

waiting-for-triage