Skip to content

Commit 582b3dd

Browse files
committed
Update Notes
1 parent 8cdee58 commit 582b3dd

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/identity-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The `start-dev` command starts Keycloak in development mode. The `--import-realm
167167
realm JSON files found in the `/opt/keycloak/data/import/` directory at startup. The `realm-config/` directory of this
168168
tutorial contains `farm-management-realm.json`, which defines the `farm-management` realm and its initial groups.
169169

170-
> [!NOTE]
170+
> **Note :**
171171
>
172172
> In a production environment, Keycloak should be started with the `start` command (not `start-dev`), TLS should be
173173
> configured, and secrets should be managed through a vault or Docker Secrets rather than plain-text environment
@@ -213,7 +213,7 @@ git checkout NGSI-LD
213213
./services create
214214
```
215215

216-
> [!NOTE]
216+
> **Note :**
217217
>
218218
> The initial creation of Docker images can take up to three minutes
219219

@@ -225,7 +225,7 @@ the repository:
225225
./services start
226226
```
227227

228-
> [!NOTE]
228+
> **Note :**
229229
>
230230
> If you want to clean up and start over again, run the following command:
231231
>

docs/linked-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ git checkout NGSI-LD
282282
./services orion|scorpio|stellio
283283
```
284284

285-
> [!NOTE]
285+
> **Note :**
286286
>
287287
> If you want to clean up and start over again you can do so with the following command:
288288
>

docs/pep-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ git checkout NGSI-LD
136136
./services create
137137
```
138138

139-
> [!NOTE]
139+
> **Note :**
140140
>
141141
> The initial creation of Docker images can take up to three minutes
142142
@@ -150,7 +150,7 @@ repository:
150150

151151
Where `<command>` will vary depending upon the exercise we wish to activate.
152152

153-
> [!NOTE]
153+
> **Note :**
154154
>
155155
> If you want to clean up and start over again you can do so with the following command:
156156
>
@@ -246,7 +246,7 @@ curl -iX POST \
246246
247247
#### Response:
248248

249-
> [!TIP]
249+
> **Tip :**
250250
>
251251
> Use [jq](https://www.digitalocean.com/community/tutorials/how-to-transform-json-data-with-jq) to format the JSON
252252
> responses in this tutorial. Pipe the result by appending `| jq '.'`

docs/securing-access.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ git checkout NGSI-LD
202202
./services create
203203
```
204204

205-
> [!NOTE]
205+
> **Note :**
206206
>
207207
> The initial creation of Docker images can take up to three minutes
208208

@@ -214,7 +214,7 @@ repository:
214214
./services start
215215
```
216216

217-
> [!NOTE]
217+
> **Note :**
218218
>
219219
> If you want to clean up and start over again you can do so with the following command:
220220
>
@@ -338,7 +338,7 @@ curl -iX POST \
338338

339339
#### Response
340340

341-
> [!TIP]
341+
> **Tip :**
342342
>
343343
> Use [jq](https://www.digitalocean.com/community/tutorials/how-to-transform-json-data-with-jq) to format the JSON
344344
> responses in this tutorial. Pipe the result by appending `| jq '.'`
@@ -496,7 +496,7 @@ The user must then authorize the request:
496496

497497
The response displays the user on the top right of the screen, details of the token are also flashed onto the screen.
498498

499-
> [!NOTE]
499+
> **Note :**
500500
>
501501
> Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session which has
502502
> already permitted access will be used for subsequent authorization requests, so the **Keyrock** login screen will not
@@ -548,7 +548,7 @@ The user must then authorize the request:
548548

549549
The response displays the user on the top right of the screen, details of the token are also flashed onto the screen.
550550

551-
> [!NOTE]
551+
> **Note :**
552552
>
553553
> Unless you deliberately log out of **Keyrock** > `http://localhost:3005`, the existing **Keyrock** session which has
554554
> already permitted access will be used for subsequent authorization request.

0 commit comments

Comments
 (0)