Skip to content

Commit

Permalink
Add notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Dec 18, 2023
1 parent eef5089 commit fe7d4d4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,8 @@ git checkout NGSI-v2
./services create
```

> **Note** The initial creation of Docker images can take up to three minutes
> [!NOTE]
> The initial creation of Docker images can take up to three minutes

Thereafter, all services can be initialized from the command-line by running the
[services](https://github.com/FIWARE/tutorials.XACML-Access-Rules/blob/NGSI-v2/services) Bash script provided within the
Expand Down Expand Up @@ -1110,7 +1111,8 @@ making unnecessary requests.

## PDP - Advanced Authorization - Running the Example

> **Note** Five resources have been secured at level 3:
> [!NOTE]
> Five resources have been secured at level 3:
>
> - sending the unlock door command
> - sending the ring bell command
Expand All @@ -1122,7 +1124,8 @@ making unnecessary requests.

Eve has an account, but no roles in the application.

> **Note** As Eve has a recognized account, she gains full authentication access. This means she is able to _view_ the
> [!NOTE]
> As Eve has a recognized account, she gains full authentication access. This means she is able to _view_ the
> Store page, even though her account has no roles attached.

- From `http://localhost:3000`, log in as `[email protected]` with the password `test`
Expand Down

0 comments on commit fe7d4d4

Please sign in to comment.