Skip to content

Specify username/password for apicurio registry #23349

Answered by carlesarnal
edeandrea asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Yes, there's a set of configuration properties used for auth. For oauth you must use the following properties:

mp.messaging.connector.smallrye-kafka.apicurio.auth.service.token.endpoint
mp.messaging.connector.smallrye-kafka.apicurio.auth.client.id
mp.messaging.connector.smallrye-kafka.apicurio.auth.client.secret

And for basic auth the following ones:

mp.messaging.connector.smallrye-kafka.apicurio.auth.username
mp.messaging.connector.smallrye-kafka.apicurio.auth.password

As a minor note, if you're using Red Hat managed version of Service Registry and want to use basic auth (although there's no reason to do so) you must use the client id and client secret of your service account as the …

Replies: 2 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
15 replies
@edeandrea
Comment options

@edeandrea
Comment options

@carlesarnal
Comment options

@edeandrea
Comment options

@arvind-das
Comment options

Answer selected by edeandrea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants