Skip to content

Commit 1add90e

Browse files
author
Johannes Duesing
committed
Modified conclusion of quickstart section to referr to Authorization
1 parent ffe5a98 commit 1add90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ On the *Registry Host*, execute the following steps:
4545
* Set ```jwtSecretKey``` to a secret password not known to anybody else
4646
4) Save your changes. Navigate to the root folder of the repository and execute the application by calling ```sbt run```
4747

48-
You should now be able to connect to the registry component at ```http://<REGISTRY-HOST-IP-HERE>:8087```. You can verify your setup by calling ```curl <REGISTRY-HOST-IP-HERE>:8087/configuration```.
48+
The setup of the registry is now complete. You should now be able to connect to the registry component at ```http://<REGISTRY-HOST-IP-HERE>:8087```. You can verify your setup by calling ```curl <REGISTRY-HOST-IP-HERE>:8087/configuration```, which should lead to a ```401 Unauthorized``` response. To find out more about how to authorize yourself, please have look at the **Authorization** section of this document.
4949

5050
## Requirements
5151
In order to compile or execute the instance registry, you must have the latest version of the *Scala Build Tool* (SBT) installed. You can get it [here](https://www.scala-sbt.org/).

0 commit comments

Comments
 (0)