File tree Expand file tree Collapse file tree 6 files changed +16
-4
lines changed
code-examples/quarkus-service-registry-quickstart
kafka/rhoas-cli-getting-started-kafka
registry/rhoas-cli-getting-started-registry Expand file tree Collapse file tree 6 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ # # Generated by rhoas generate-config
2
+ KAFKA_HOST = test-insta-c-j-fqn-ogaldf-coieg.bf2.kafka.rhcloud.com:443
3
+ SERVICE_REGISTRY_URL = https://bu98.serviceregistry.rhcloud.com/t/cc8a243a-feed-4a4c-9394-5a35ce83cca5
4
+ RHOAS_CLIENT_ID = srvc-acct-37983b40-a9d5-4665-9a82-f40671dae972
5
+ RHOAS_CLIENT_SECRET = c5142d93-54ac-4d1b-bc34-9ddb60650f57
6
+ RHOAS_OAUTH_TOKEN_URL = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ mp.messaging.incoming.quotes.value.deserializer=io.apicurio.registry.serde.avro.
4
4
mp.messaging.incoming.quotes.apicurio.registry.use-specific-avro-reader =true
5
5
mp.messaging.incoming.quotes.apicurio.registry.avro-datum-provider =io.apicurio.registry.serde.avro.ReflectAvroDatumProvider
6
6
7
- %dev.mp.messaging.incoming.quotes.apicurio.auth.service.token.endpoint =${RHOAS_OAUTH_TOKEN_URL:https://identity.api.openshift. com/auth/realms/rhoas /protocol/openid-connect/token}
7
+ %dev.mp.messaging.incoming.quotes.apicurio.auth.service.token.endpoint =${RHOAS_OAUTH_TOKEN_URL:https://sso.redhat. com/auth/realms/redhat-external /protocol/openid-connect/token}
8
8
%dev.mp.messaging.incoming.quotes.apicurio.auth.client.id =${RHOAS_CLIENT_ID}
9
9
%dev.mp.messaging.incoming.quotes.apicurio.auth.client.secret =${RHOAS_CLIENT_SECRET}
10
10
Original file line number Diff line number Diff line change
1
+ # # Generated by rhoas generate-config
2
+ KAFKA_HOST = test-insta-c-j-fqn-ogaldf-coieg.bf2.kafka.rhcloud.com:443
3
+ SERVICE_REGISTRY_URL = https://bu98.serviceregistry.rhcloud.com/t/cc8a243a-feed-4a4c-9394-5a35ce83cca5
4
+ RHOAS_CLIENT_ID = srvc-acct-37983b40-a9d5-4665-9a82-f40671dae972
5
+ RHOAS_CLIENT_SECRET = c5142d93-54ac-4d1b-bc34-9ddb60650f57
6
+ RHOAS_OAUTH_TOKEN_URL = https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ mp.messaging.outgoing.quotes.value.serializer=io.apicurio.registry.serde.avro.Av
10
10
mp.messaging.outgoing.quotes.key.serializer =org.apache.kafka.common.serialization.StringSerializer
11
11
mp.messaging.outgoing.quotes.merge =true
12
12
13
- %dev.mp.messaging.outgoing.quotes.apicurio.auth.service.token.endpoint =${RHOAS_OAUTH_TOKEN_URL:https://identity.api.openshift. com/auth/realms/rhoas /protocol/openid-connect/token}
13
+ %dev.mp.messaging.outgoing.quotes.apicurio.auth.service.token.endpoint =${RHOAS_OAUTH_TOKEN_URL:https://sso.redhat. com/auth/realms/redhat-external /protocol/openid-connect/token}
14
14
%dev.mp.messaging.outgoing.quotes.apicurio.auth.client.id =${RHOAS_CLIENT_ID}
15
15
%dev.mp.messaging.outgoing.quotes.apicurio.auth.client.secret =${RHOAS_CLIENT_SECRET}
16
16
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ view the `credentials.json` file that you created.
195
195
{
196
196
"clientID":"srvc-acct-8c95ca5e1225-94a-41f1-ab97-aacf3df1",
197
197
"clientSecret":"facf3df1-ab97-2253-aa87-ab97",
198
- "oauthTokenUrl": "https://identity.api.openshift. com/auth/realms/rhoas /protocol/openid-connect/token"
198
+ "oauthTokenUrl": "https://sso.redhat. com/auth/realms/redhat-external /protocol/openid-connect/token"
199
199
}
200
200
----
201
201
You use these credentials and the bootstrap server URL to connect your applications and services to your Kafka instance.
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ view the `credentials.json` file that you created.
199
199
{
200
200
"clientID":"srvc-acct-8c95ca5e1225-94a-41f1-ab97-aacf3df1",
201
201
"clientSecret":"facf3df1-ab97-2253-aa87-ab97",
202
- "oauthTokenUrl": "https://identity.api.openshift. com/auth/realms/rhoas /protocol/openid-connect/token"
202
+ "oauthTokenUrl": "https://sso.redhat. com/auth/realms/redhat-external /protocol/openid-connect/token"
203
203
}
204
204
----
205
205
You use these credentials and the {registry} URL to connect your applications and services to your {registry} instance.
You can’t perform that action at this time.
0 commit comments