spring-cloud-config
spring-cloud-config copied to clipboard
Integration with Cloud Foundry Config Server
Does this implementation support Oauth and UAA for authentication as part of a cloud foundry implementation? I see mention of basic auth only in the write up.
I dare to say that due to the library relies on cloud-config-client and it doesn't allow other kinds of authorizations apart from the basic one, the answer is no. However, there is a PR in that project to allow headers but it was opened a few months ago.
Out of curiosity @cwoodworth how did you solve your problem?
@MattRoss34 Did I get wrong?
@cwoodworth, @glammers1 is correct. If you're interested in additional auth support please feel free to submit a PR! I'd be happy to collaborate.
@crdant @maximhan I see some work that might be relevant to this issue in forks of cloud-config-client. Can you share any insights you have with regard to the work you've done/are doing?
Also, are you planning to PR your work into cloud-config-client? It'd be much appreciated I'm sure!