Skip to content

Commit 0d73f5a

Browse files
authored
Enable the pre-reqs for this document when this is rendered as a Quick Start. Without these prereqs in this step, it's very hard to understand that your application is failing because of authorization on your service account not being properly configured for RHOSAK and RHOSR. (#496)
1 parent 5f2605d commit 0d73f5a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/registry/quarkus-registry/README.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,10 @@ Quarkus applications use https://github.com/eclipse/microprofile-reactive-messag
126126
This Quarkus example application includes producer and consumer processes that serialize/deserialize Kafka messages using a schema stored in {registry}.
127127

128128
.Prerequisites
129-
ifndef::qs[]
130129
* You have a service account with write access to Kafka and {registry} instances and have stored your credentials securely (see {base-url}{getting-started-url-kafka}[Getting started with {product-long-kafka}^] and {base-url}{getting-started-url-registry}[Getting started with {product-long-registry}^]).
131130
* You have the Kafka bootstrap server endpoint for the Kafka instance. You copied this information previously for the Kafka instance in {product-kafka} by selecting the options menu (three vertical dots) and clicking *Connection*.
132131
* You have the Core Registry API endpoint for the {registry} instance. You copied this information for the {registry} instance by selecting the options menu (three vertical dots) and clicking *Connection*. From the list of endpoints, you copied the *Core Registry API* endpoint supported by the Apicurio serializer/deserializer (SerDes) used in this example.
133132
* You copied the *Token endpoint URL* value from the same list of endpoints to be used for the OAuth-based athentication method used in this example.
134-
endif::[]
135133

136134
.Procedure
137135
. On the command line, set the following environment variables to use your Kafka and {registry} instances with Quarkus or other applications. Replace the values with your own server and credential information:

0 commit comments

Comments
 (0)