Greg Meyer
Greg Meyer
To facilitate configuration and consumption of database credentials and additional relevant configuration information by deployed applications, it would be desirable for the operator to support the [Kubernetes Service Binding specification](https://github.com/servicebinding/spec)...
/area autoscale ## Describe the feature I have a reference application made up of multiple workloads/components where one workload sends out a batch events (possibly 1000s) periodically over a RabbitMQ...
The Open API endpoint of the search and availability apps should return back the gateway's hostname in the "servers" section. Instead, the internal server route (service.namspace) is being returned when...
Depending on licensing and other yet to be decided details, it may not be necessary to install the RabbitMQ operator on TAP 1.3 as it may become part of the...
This PR adds the ability to consumer Eureka and/or Spring Cloud Config in the Where For Dinner application. It also adds some initial support for deploying Where For Dinner on...
With the upcoming release of spring cloud config for K8s, all of the spring cloud services components are now supported on TAP. This enhancement will add options to use Eureka...
To demonstrate more complex application deployment topologies include mutlti regional configuration, there Where For Dinner application should support the ability to connect to different database endpoints for read/write and read...
A replicated datasource is a single logical datasource that is comprised of two endpoints: - A read/write endpoint - A read only endpoint The data source is presented as a...
Depending on the value set by an oAuth2 `ProvisionedService` for the `ClientAuthenticationMethod` field, SpringBoot 3 apps may break when acting as an oAuth2 client. The value of this field gets...
The service bindings library currently supports the oAuth 2 client settings for spring security which works very well. In many cases where an oAuth2 client is present in an application...