Andrew Stakhov

Results 19 issues of Andrew Stakhov

I've recently been doing a lot of work building out building blocks for .NET Kubernetes integration, with the goal of providing the right components to create Kubernetes aware apps, creation...

question

Please compile a windows version so this can be demoed on Windows environments easily

```dotnet ef migrations script``` always defines Development environmental variable. For applications that use InMemory EF provider when running in Development mode by defining multiple ```Configure{EnvironmentName}Services``` blocks this creates a problem,...

type-enhancement
blocked
area-external

**Describe the bug** The library seems to be failing when trying to talk to MIT Kerberos Server. I've setup a test MIT Kerberos Server, create a principal and trying to...

bug

Current Steeltoe API requires passing in `Configuration` object into many service registration calls. This is not only awkward from a syntax perspective, but it also goes against the intended use...

Type/enhancement
Component/Configuration
Epic

## Description Fix ClientCertificateHttpHandler breaking when existing cert is not in cert store during rotation. Add ability for it to be used with named options.

## Describe the bug The following appears in logs ``` info: Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider[0] Fetching configuration from server at: http://127.0.0.1:8888 info: Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider[0] Config Server returned status: OK invoking path: http%3A%2F%2F127.0.0.1%3A8888 info: Steeltoe.Configuration.ConfigServer.ConfigServerConfigurationProvider[0]...

Type/bug
Component/Configuration
ReleaseLine/4.x

## Problem EasyNetQ is a popular package that provides high level abstrations for working with RabbitMQ. The way it wants to be configured is via its own configuration class that...

Type/enhancement
Component/Connectors

## Problem As part of Steeltoe v4, it seems there's been a change in how connectors must be consumed. Instead of being able to inject native connection objects of libraries...

Type/enhancement
Component/Connectors