Ryan Baxter
Ryan Baxter
@ENate are you trying to loading the username and password to use to authenticate with the config server from vault? Something like `spring.import.config=http://${config.server.username}:${config.server.password}@locahost:8888` where `config.server.username` and `config.server.password` are coming from...
Unfortunately not. We just bumped minor versions from 3.0.x to 3.1.x
Spring Cloud Kubernetes Config Server is just a Spring Cloud Config Server with an optional environment repository for Config Maps and Secrets. Fetching property values and separating property values is...
Your sample is way to complex to decipher or even reuse to reproduce the problem. If you hit the `/actuator/env` endpoint when the `k8s` and `prod` profiles are active what...
> https://github.com/susimsek/spring-cloud-kubernetes-config-server-sample This returns a 404
Thanks this helps. There are actually 2 problems that this illustrates. First the kubernetes config server will return property sources from the same config map with the same property source...
I am going to dig into this, I am already down the rabbit hole
Seems like the `InstanceRegisteredEvent` is not being fired https://github.com/spring-cloud/spring-cloud-kubernetes/blob/523971aae9923a9ab14edae398d873ef7ef85b3b/spring-cloud-kubernetes-discovery/src/main/java/org/springframework/cloud/kubernetes/discovery/KubernetesDiscoveryClientAutoConfiguration.java#L81
Makes sense, PRs welcome if you are interested