spring-cloud-config icon indicating copy to clipboard operation
spring-cloud-config copied to clipboard

Integration with Cloud Foundry Config Server

Open cwoodworth opened this issue 6 years ago • 3 comments

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.

cwoodworth avatar Sep 07 '18 20:09 cwoodworth

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?

glammers1 avatar Jun 27 '19 12:06 glammers1

@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.

MattRoss34 avatar Jun 29 '19 22:06 MattRoss34

@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!

MattRoss34 avatar Jun 29 '19 23:06 MattRoss34