Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pagopa/pagopa-platform-authorizer
A set of Azure Functions that permits to handle the authorization caching for the Authorizer system
https://github.com/pagopa/pagopa-platform-authorizer
pagopa-platform-authorizer pagopa-shared
Last synced: about 15 hours ago
JSON representation
A set of Azure Functions that permits to handle the authorization caching for the Authorizer system
- Host: GitHub
- URL: https://github.com/pagopa/pagopa-platform-authorizer
- Owner: pagopa
- License: mit
- Created: 2023-04-12T14:32:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T13:52:39.000Z (9 months ago)
- Last Synced: 2024-05-22T16:14:18.171Z (9 months ago)
- Topics: pagopa-platform-authorizer, pagopa-shared
- Language: Java
- Homepage: https://pagopa.atlassian.net/wiki/spaces/IQCGJ/pages/626491723/Design+Review+Autorizzatore
- Size: 355 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# pagoPa Platform Authorizer
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=pagopa_pagopa-platform-authorizer&metric=alert_status)](https://sonarcloud.io/dashboard?id=pagopa_pagopa-platform-authorizer)
Azure Function that exposes a set of API that permits to handle authorization for creditor institution and retrieve the info about their enrollment.
## Api Documentation 📖
See the [OpenApi 3 here.](https://editor.swagger.io/?url=https://raw.githubusercontent.com/pagopa/pagopa-platform-authorizer/main/openapi/openapi.json)
- [pagoPa Platform Authorizer](#pagopa-platform-authorizer)
* [Api Documentation 📖](#api-documentation---)
* [Run locally with Docker](#run-locally-with-docker)
+ [Test](#test)
* [Run locally with Maven](#run-locally-with-maven---)
* [Contributors 👥](#contributors---)
+ [Mainteiners](#mainteiners)---
## Run locally with Docker
`docker build -t pagopa-functions-template .``docker run -p 8999:80 pagopa-functions-template`
### Test
`curl http://localhost:8999/example`## Run locally with Maven
`mvn clean package`
`mvn azure-functions:run`
### Test
`curl http://localhost:7071/example`---
## Contributors 👥
Made with ❤️ by PagoPa S.p.A.
### Mainteiners
See `CODEOWNERS` file