Andrew Stakhov

Results 19 issues of Andrew Stakhov

Official images of spring-cloud need to be updated on docker hub as many haven't been updated in years. As PAs run workshops on SCS, they rely on docker images to...

enhancement

Improve compatibility of CloudFoundryTasks.CloudFoundryEnsureServiceReady with different version of CF CLI by changing it to call API endpoint and processing resulting JSON instead of doing regex parsing on CLI text output...

Setting `RenewTickets` seems to "forget" cache configuration of the client and revert back to default cache location. Code used: ```csharp var client = new KerberosClient(config, loggerFactory); client.CacheInMemory = false; client.Cache...

bug
waiting-for-repro

**Describe the bug** KerberosClient has a feature to refresh expiring TGTs, but this seems to work only for `MemoryTicketCache`. When using `Krb5TicketCache` TGT is not getting refreshed. **To Reproduce** Switch...

bug

When using Spring Cloud Gateway with Sleuth, operation are named as HTTP method name without path. Expect it to be something like `get /api/search`, instead only getting `get` as operation...

bug

Currently, actuators are nearly useless outside of Cloud Foundry because they have "bring your own security" model, which few are willing to tackle. Also, some endpoints are very specific to...

Type/enhancement
Component/Management

Spring Config Server supports serving raw files. This is useful in number of scenarios, especially for XML based config (and XSD overrides) which does not support layering. https://cloud.spring.io/spring-cloud-config/reference/html/#_serving_plain_text

Type/enhancement
help wanted
good first issue

Wanted to see if this is something that should possibly worth persuing as contrib to core .NET itself rather then standalone lib.

question

### What problem are you facing? Connection information provided by the resource claim needs to be read by the application workload. Right now this is usually written as a secret...

enhancement