Sergio Santiago

Results 9 issues of Sergio Santiago

**Describe the bug** Spring Cloud Version: 2021.0.1 I'm using the [composite](https://cloud.spring.io/spring-cloud-config/multi/multi__spring_cloud_config_server.html#composite-environment-repositories) in my spring cloud config server configuration as below: ``` spring: application: name: configserver cloud: config: server: prefix: "springconfig"...

waiting-for-triage

## Expected Behavior Token authentication is possible passing a Bearer token in `Authorization` http header. Whenever username is not provided token authentication should be used. ## Actual Behavior Currently it...

Hey everyone! I was wondering if it is possible to use SLO-EXPORTER to have a slo using gauges. I'm using query type as `simple` in `prometheus-ingester` and `resultAsQuantity:true` and `interval:...

enhancement

In some cases, `bcrypt-passwordencoder-checker` is throwing the exception below. Suspicion is that there are some edge cases where the file is empty or contain malformed chars ``` java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input...

bug

In order to auto-generate the CHANGELOG for Sauron, it would be nice to integrate [git-chglog](https://github.com/git-chglog/git-chglog) to the project. The git-chglog should be called via [Github Actions ](https://github.com/marketplace/actions/generate-changelog-with-git-chglog)

documentation
enhancement
ci

**Is your feature request related to a problem? Please describe.** Current implementation doesn't allow to customize the default ObservationEnvironmentRepositoryObservationConvention implementation. The default implementation [adds to the lowCardinalityTags](https://github.com/spring-cloud/spring-cloud-config/blob/main/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/ObservationEnvironmentRepositoryObservationConvention.java#L36) the application. This...

feedback-provided

**Is your feature request related to a problem? Please describe.** Currently, when externalizing secrets from the git backend to a secret manager (such as [Vault](https://docs.spring.io/spring-cloud-config/reference/server/environment-repository/vault-backend.html) or [AWS Secret Manager](https://docs.spring.io/spring-cloud-config/reference/server/environment-repository/aws-secrets-manager-backend.html)) in...

documentation
feedback-provided

It should be possible to change the color background when using BORChatRoom AFAK I couldn't find any configuration or documentation providing the best way to do that. All color are...

After a successful deployment of dependency-track-exporter, I start receiving alerts in our infrastructure because the exporter is generating labels with high cardinalities. It is a known issue when taking into...