Chandan Patra
Chandan Patra
> Here is the original PR https://github.com/spring-cloud/spring-cloud-config/pull/1628/files > > Is there anything in the logs indicating what might be wrong? Hi Ryan, Thank you for responding. I was checking if...
> Yes I dont see any either, that is an issue in itself for sure, but to me it sounded like you could not get it to work, is it...
I used this command to get the region: `curl -s -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/zone | cut -d/ -f 4 | sed 's/.\{2\}$//'` 