0

I was trying to configure the Oauth2 server on http-source-kafka connector in SCDF. There are no such properties available to configure the Oauth2 related configs.

permitted.endpoints=xxx
restricted.endpoints=xxxxx
scopes=xxxx
resourceId=xxxx

Want to know how I can enable security for "http-source-kafka connector" in SCDF. So that I can restrict the rest endpoints as per my needs.

1 Answer 1

0

The HTTP source app does not have OAuth security enabled. You would need to extend the app to add the spring-security-oauth2-client to the classpath and then follow these steps to configure the access. This guide shows how to extend the classpath.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.