Skip to content

Commit 84f714f

Browse files
committed
documentation
1 parent d494674 commit 84f714f

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# Apicurio Studio full development docker-compose setup
1+
# Apicurio Studio, Registry, Microcks. Full development docker-compose setup with authorization management using keycloak.
22

33

44
## Usage
55

66
1. find your ip and export it
77

88
` export HOST=<YOUR_EXTERNAL_IP`
9-
2. Change the $HOST environment variable in
10-
**apicurio-realm.json** and **microcks-realm.json** in realms folder.
9+
2. Change the $HOST environment variable in **apicurio-realm.json** , **registry-realm.json** and **microcks-realm.json** in realms folder.
1110

1211
3. Run everything
1312

@@ -21,7 +20,3 @@
2120

2221
Microcks : admin/admin
2322

24-
25-
## Useful Links
26-
27-
*  [microcks realm setup](https://microcks.io/blog/integrating-in-apicurio-keycloak/)

realms/apicurio-realm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,9 @@
610610
}, {
611611
"id" : "0ca69b5c-7f5b-4f16-b8ba-cdca66eca9e1",
612612
"clientId" : "apicurio-studio",
613-
"rootUrl" : "http://10.80.243.62:8093",
613+
"rootUrl" : "http://$HOST:8093",
614614
"adminUrl" : "",
615-
"baseUrl" : "http://10.80.243.62:8093",
615+
"baseUrl" : "http://$HOST:8093",
616616
"surrogateAuthRequired" : false,
617617
"enabled" : true,
618618
"alwaysDisplayInConsole" : false,

realms/microcks-realm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"enabled" : true,
612612
"alwaysDisplayInConsole" : false,
613613
"clientAuthenticatorType" : "client-secret",
614-
"redirectUris" : [ "http://10.80.243.62:8900/*" ],
614+
"redirectUris" : [ "http://$HOST:8900/*" ],
615615
"webOrigins" : [ "+" ],
616616
"notBefore" : 0,
617617
"bearerOnly" : false,

realms/registry-realm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@
517517
"enabled" : true,
518518
"alwaysDisplayInConsole" : false,
519519
"clientAuthenticatorType" : "client-secret",
520-
"redirectUris" : [ "http://10.80.243.62:8094/*" ],
520+
"redirectUris" : [ "http://$HOST:8094/*" ],
521521
"webOrigins" : [ "+" ],
522522
"notBefore" : 0,
523523
"bearerOnly" : false,

0 commit comments

Comments
 (0)