pivotal-cf / java-cfenv

Apache License 2.0
95 stars 59 forks source link

Adds CfConfigClientProcessor to load config-server oauth properties #198

Closed kvmw closed 1 month ago

kvmw commented 1 year ago

Supports config-server OAuth2 properties in CF/TAS environment. OAuth2 support is in place for service-registry but not for config-server.
The primary consumer of these properties would be spring-cloud-config-starters which is currently unable to load configuration resource files due to missing oauth2 credentials.

anthonydahanne commented 1 year ago

Hello @kvmw ! Does this PR still make sense? I'm asking because https://github.com/pivotal-cf/spring-cloud-services-starters/pull/323 was merged and seems to cover the same ground

kvmw commented 1 year ago

Hello @kvmw ! Does this PR still make sense? I'm asking because pivotal-cf/spring-cloud-services-starters#323 was merged and seems to cover the same ground

Hi @anthonydahanne , Yes, It would be nice to have it in this library. The change in scs-starters is just a temporary one until this PR get merged.

kvmw commented 1 month ago

@anthonydahanne This is ready now!