https://github.com/fiware/tutorials.pep-proxy
:closed_book: FIWARE 404: Securing Microservices and IoT Devices with a PEP Proxy
https://github.com/fiware/tutorials.pep-proxy
access-control fiware fiware-wilma iot-agent pdp pep pep-proxy security tutorial
Last synced: 9 months ago
JSON representation
:closed_book: FIWARE 404: Securing Microservices and IoT Devices with a PEP Proxy
- Host: GitHub
- URL: https://github.com/fiware/tutorials.pep-proxy
- Owner: FIWARE
- License: mit
- Created: 2018-08-20T15:16:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T13:57:39.000Z (11 months ago)
- Last Synced: 2025-03-30T18:51:07.275Z (10 months ago)
- Topics: access-control, fiware, fiware-wilma, iot-agent, pdp, pep, pep-proxy, security, tutorial
- Language: Shell
- Homepage: https://fiware-pep-proxy.rtfd.io/
- Size: 821 KB
- Stars: 7
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.fiware.org/developers)
[](https://github.com/FIWARE/catalogue/blob/master/security/README.md)
[](https://opensource.org/licenses/MIT)
[](https://stackoverflow.com/questions/tagged/fiware)
This tutorial uses the FIWARE [Wilma](https://fiware-pep-proxy.rtfd.io/) PEP Proxy combined with **Keyrock** to secure
access to endpoints exposed by FIWARE generic enablers. Users (or other actors) must log-in and use a token to gain
access to services. The application code created in the
[previous tutorial](https://github.com/FIWARE/tutorials.Securing-Access) is expanded to authenticate users throughout a
distributed system. The design of FIWARE Wilma - a PEP Proxy is discussed, and the parts of the Keyrock GUI and REST API
relevant to authenticating other services are described in detail.
[cUrl](https://ec.haxx.se/) commands are used throughout to access the **Keyrock** and **Wilma** REST APIs -
[Postman documentation](https://www.postman.com/downloads/) for these calls is also available.
# Start-Up
## NGSI-v2 Smart Supermarket
**NGSI-v2** offers JSON based interoperability used in individual Smart Systems. To run this tutorial with **NGSI-v2**, use the `NGSI-v2` branch.
```console
git clone https://github.com/FIWARE/tutorials.PEP-Proxy.git
cd tutorials.PEP-Proxy
git checkout NGSI-v2
./services create
./services start
```
| [](https://fiware-ges.github.io/orion/api/v2/stable/) | :books: [Documentation](https://github.com/FIWARE/tutorials.PEP-Proxy/tree/NGSI-v2) |
[Postman Collection](https://fiware.github.io/tutorials.PEP-Proxy/) | 
| --- | --- | --- | ---
---
## License
[MIT](LICENSE) © 2018-2024 FIWARE Foundation e.V.